get_ffd_concepts_by_company
Retrieve a company's complete SEC filing fee history by merging EDGAR companyfacts and Exhibit 107 data, returning all ffd fee concepts across form types.
Instructions
Get a company's complete ffd: filing fee history by merging two sources: (1) the EDGAR companyfacts API for 424B/S-3/S-8 filings (fast, no lag), and (2) Exhibit 107 document parsing for S-1/F-1 filings that companyfacts doesn't index. Returns all fee-related facts (FeeAmt, NetFeeAmt, TtlOfferingAmt, FeeRate, etc.) across every form type. Each entry is tagged with its source. Use get_fee_exhibit when you need the full per-security-class line-item breakdown for a single filing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max registration filings to parse in the Exhibit 107 backfill phase (default 10). Only affects S-1/F-1 filings that companyfacts misses. | |
| company | Yes | Ticker symbol, company name, or CIK number | |
| concepts | No | Filter to specific ffd concept tags (e.g. ['FeeAmt', 'NetFeeAmt']). Omit to return every ffd: concept on file. | |
| form_types | No | Filter fact entries to specific form types (e.g. ['S-1', 'S-3']). Omit to include all form types. |