| cap | No | The `filing_limit` that was applied. | |
| cik | No | Central Index Key, zero-padded to 10 digits. | |
| sic | No | SIC industry code. | |
| name | No | SEC-conformed company name. | |
| error | No | Present when the call failed. Absent on success. | |
| shown | No | Number of filings returned inline. | |
| notice | No | Guidance when include_filings=true but no filings matched the form_types filter, or when filing_limit withheld some. | |
| dataset | No | Canvas dataframe holding the full filtered filing history (recent + archive pages), registered only when the scan reached beyond the recent window and the history exceeds filing_limit. Query the complete history — filings by form by year — with secedgar_dataframe_query; the inline `filings` list stays capped at filing_limit. | |
| filings | No | Recent filings, filtered by form_types if specified. | |
| tickers | No | Associated ticker symbols. | |
| class_id | No | SEC fund class ID (e.g. "C000092055"). Present when the query resolved via a fund ticker (ETF or mutual fund). | |
| exchanges | No | Exchanges where listed. | |
| series_id | No | SEC fund series ID (e.g. "S000002839"). Present when the query resolved via a fund ticker (ETF or mutual fund). | |
| truncated | No | True when more filings matched than `filing_limit` allowed into the inline list. | |
| total_filings | No | Total filings matching the filter across everything scanned (recent window + any archive pages), which may exceed filing_limit and the inline list. | |
| fiscal_year_end | No | Fiscal year end (MM-DD format, e.g., "09-26"). Absent for filers SEC records no fiscal year end for (e.g. private or pre-IPO entities). | |
| sic_description | No | Human-readable SIC description. | |
| state_of_incorporation | No | State of incorporation (US two-letter code, e.g. "DE"). Omitted for some entities, including many foreign filers and individuals. | |
| history_scanned_through | No | Oldest filing date reached by the scan (YYYY-MM-DD). Filings older than this were not examined: the recent window caps at ~1000 filings, and older filings live in archive pages fetched only when a date filter or an under-filled form filter requires them. Absent when no filings were scanned. | |