SEC Filings Item Extraction API
Gain instantaneous access to specific text sections from SEC filings in cleaned, standardized HTML format. Our real-time engine proactively dissects, extracts and indexes millions of filings as they are published. By passing the filing's Accession Number and the specific Item Code (e.g., Item1A), you can retrieve targeted legal and financial disclosures without needing to build your own parsing algorithms. Supported form types include:
- 10-K (Annual Reports)
- 10-Q (Quarterly Reports)
- 8-K (Current Reports)
- 20-F (Foreign Private Issuers)
- S-1 (Domestic Registration Statements)
- F-1 (Foreign Registration Statements)
Our Architecture: Pre-Extracted & Zero Latency
Our API provides access to items that are already extracted, structured, and indexed before you even request them. This proactive architecture guarantees instantaneous, sub-second retrieval times across our entire database of historical and real-time SEC filings.
1. Fetch Extracted Content (View Item)
Pass the Accession Number of the filing and the specific Item Code to instantly retrieve the pre-extracted, standardized HTML content for that section.
https://data.businessquant.com/secfilings/{accession}/content?item_key={item_key}&api_key={api_key}
Request Parameters
| Parameter | Description |
|---|---|
| accession |
Required
The unique Accession Number of the SEC filing.
Format:
0000320193-23-000106 |
| item_key |
Required
The canonical item code to retrieve (See "Supported Items" section below).
Format:
item_key=Item1A |
| api_key |
Required
Your API key for authentication and billing.
Format:
api_key=YOUR_API_KEY |
Endpoint Variations
Depending on the form type, the item_key syntax changes natively:
- 10-Q (Quarterly): Items are prefixed by their Part. (e.g.,
Part2_Item1A). - S-1 / F-1 (Prospectus): Uses CamelCase string keys (e.g.,
MDAorRiskFactors).
curl -X GET "https://data.businessquant.com/secfilings/0000320193-23-000106/content?item_key=Item1A&api_key=YOUR_API_KEY"
<p style="font-weight:bold;">Item 1A. Risk Factors</p>
<p>The Company’s business, financial condition and operating results can be affected by a number of factors...</p>
<p style="font-style:italic;">Macroeconomic and Industry Risks</p>
<p><b>The Company’s operations and performance depend significantly on global and regional economic conditions.</b></p>
<p>Adverse macroeconomic conditions, including inflation, slower growth or recession, new or increased tariffs...</p>
<!-- ... (truncated) -->
2. List Available Items
Query this endpoint to discover which specific items are available for a given filing. It returns a JSON array of all successfully parsed sections and their corresponding content URLs for a specific accession number.
https://data.businessquant.com/secfilings/{accession}/items?api_key={api_key}
Request Parameters
| Parameter | Description |
|---|---|
| accession |
Required
The unique Accession Number of the SEC filing.
Format:
0000320193-23-000106 |
| api_key |
Required
Your API key for authentication and billing.
Format:
api_key=YOUR_API_KEY |
curl -X GET "https://data.businessquant.com/secfilings/0000320193-23-000106/items?api_key=YOUR_API_KEY"
{
"metadata": {
"cik": 320193,
"ticker": "AAPL",
"accession": "0000320193-23-000106",
"formtype": "10-K",
"total_records": 4
},
"data": [
{
"item_key": "Item1",
"title": "Business",
"content_url": "https://data.businessquant.com/secfilings/0000320193-23-000106/content?item_key=Item1&api_key=YOUR_API_KEY"
},
{
"item_key": "Item1A",
"title": "Risk Factors",
"content_url": "https://data.businessquant.com/secfilings/0000320193-23-000106/content?item_key=Item1A&api_key=YOUR_API_KEY"
},
{
"item_key": "Item7",
"title": "Management's Discussion and Analysis of Financial Condition and Results of Operations",
"content_url": "https://data.businessquant.com/secfilings/0000320193-23-000106/content?item_key=Item7&api_key=YOUR_API_KEY"
},
{
"item_key": "Item8",
"title": "Financial Statements and Supplementary Data",
"content_url": "https://data.businessquant.com/secfilings/0000320193-23-000106/content?item_key=Item8&api_key=YOUR_API_KEY"
}
]
}
3. Supported Items Dictionary
Our engine standardizes thousands of reporting variances into canonical item_key identifiers. Use these exact string keys when calling the Content API. Note that filers may omit an item entirely if it is not applicable to them during a specific reporting period.
Form 10-K (Annual Reports)
| Item Code | Item Description |
|---|---|
Item1 | Business |
Item1A | Risk Factors |
Item1B | Unresolved Staff Comments |
Item1C | Cybersecurity |
Item2 | Properties |
Item3 | Legal Proceedings |
Item4 | Mine Safety Disclosures |
Item5 | Market for Registrant's Common Equity |
Item6 | Selected Financial Data |
Item7 | Management's Discussion and Analysis (MD&A) |
Item7A | Qualitative/Quantitative Market Risk |
Item8 | Financial Statements and Supplementary Data |
| Item Code | Item Description |
|---|---|
Item9 | Changes in Accountants |
Item9A | Controls and Procedures |
Item9B | Other Information |
Item9C | Disclosure Regarding Foreign Jurisdictions |
Item10 | Directors and Corporate Governance |
Item11 | Executive Compensation |
Item12 | Security Ownership and Beneficial Owners |
Item13 | Related Transactions and Independence |
Item14 | Principal Accounting Fees |
Item15 | Exhibits and Financial Statement Schedules |
Item16 | Form 10-K Summary |
Form 10-Q (Quarterly Reports)
| Item Code | Item Description |
|---|---|
Part1_Item1 | Financial Statements |
Part1_Item2 | Management's Discussion and Analysis (MD&A) |
Part1_Item3 | Qualitative/Quantitative Market Risk |
Part1_Item4 | Controls and Procedures |
Part2_Item1 | Legal Proceedings |
Part2_Item1A | Risk Factors |
| Item Code | Item Description |
|---|---|
Part2_Item2 | Unregistered Sales of Equity |
Part2_Item3 | Defaults Upon Senior Securities |
Part2_Item4 | Mine Safety Disclosures |
Part2_Item5 | Other Information |
Part2_Item6 | Exhibits |
Form 8-K (Current Reports)
| Item Code | Item Description |
|---|---|
Item1_01 | Entry into a Material Definitive Agreement |
Item1_02 | Termination of a Material Definitive Agreement |
Item1_03 | Bankruptcy or Receivership |
Item1_04 | Mine Safety Shutdowns |
Item1_05 | Material Cybersecurity Incidents |
Item2_01 | Completion of Acquisition or Disposition of Assets |
Item2_02 | Results of Operations and Financial Condition |
Item2_03 | Creation of a Direct Financial Obligation |
Item2_04 | Triggering Events |
Item2_05 | Costs Associated with Exit or Disposal |
Item2_06 | Material Impairments |
Item3_01 | Notice of Delisting |
Item3_02 | Unregistered Sales of Equity Securities |
Item3_03 | Material Modifications to Rights of Security Holders |
Item4_01 | Changes in Certifying Accountant |
Item4_02 | Non-Reliance on Previously Issued Financial Statements |
Item5_01 | Changes in Control of Registrant |
Item5_02 | Departure/Election of Directors or Officers |
| Item Code | Item Description |
|---|---|
Item5_03 | Amendments to Articles of Incorporation |
Item5_04 | Temporary Suspension of Trading |
Item5_05 | Amendments to Code of Ethics |
Item5_06 | Change in Shell Company Status |
Item5_07 | Submission of Matters to a Vote |
Item5_08 | Shareholder Nominations |
Item6_01 | ABS Informational Material |
Item6_02 | Change of Servicer or Trustee |
Item6_03 | Change in Credit Enhancement |
Item6_04 | Failure to Make a Required Distribution |
Item6_05 | Securities Act Updating Disclosure |
Item6_06 | Static Pool |
Item6_10 | Alternative Filings of Asset-Backed Issuers |
Item7_01 | Regulation FD Disclosure |
Item8_01 | Other Events |
Item9_01 | Financial Statements and Exhibits |
Signature | Signature |
Form 20-F (Foreign Private Issuers)
| Item Code | Item Description |
|---|---|
Item1 | Identity of Directors, Senior Management |
Item2 | Offer Statistics and Expected Timetable |
Item3 | Key Information |
Item3A | Selected Financial Data |
Item3B | Capitalization and Indebtedness |
Item3C | Reasons for the Offer and Use of Proceeds |
Item3D | Risk Factors |
Item4 | Information on the Company |
Item4A | Unresolved Staff Comments |
Item5 | Operating and Financial Review and Prospects (MD&A) |
Item5A | Operating Results |
Item5B | Liquidity and Capital Resources |
Item5C | Research and Development |
Item5D | Trend Information |
Item5E | Off-Balance Sheet Arrangements |
Item5F | Tabular Disclosure of Contractual Obligations |
Item6 | Directors, Senior Management and Employees |
Item7 | Major Shareholders and Related Party Transactions |
Item8 | Financial Information |
Item9 | The Offer and Listing |
Item10 | Additional Information |
| Item Code | Item Description |
|---|---|
Item11 | Quantitative and Qualitative Disclosures About Market Risk |
Item12 | Description of Securities Other Than Equity |
Item13 | Defaults, Dividend Arrearages |
Item14 | Material Modifications to Rights |
Item15 | Controls and Procedures |
Item15T | Controls and Procedures (Transitional) |
Item16A | Audit Committee Financial Expert |
Item16B | Code of Ethics |
Item16C | Principal Accountant Fees |
Item16D | Exemptions from Listing Standards |
Item16E | Purchases of Equity Securities |
Item16F | Change in Certifying Accountant |
Item16G | Corporate Governance |
Item16H | Mine Safety Disclosure |
Item16I | Foreign Jurisdictions Disclosure |
Item16J | Insider Trading Policies |
Item16K | Cybersecurity |
Item17 | Financial Statements |
Item18 | Financial Statements (Alt) |
Item19 | Exhibits |
Form S-1 (Domestic Registration Statements)
| Item Code | Item Description |
|---|---|
AboutThisProspectus | About This Prospectus |
ProspectusSummary | Prospectus Summary |
RiskFactors | Risk Factors |
ForwardLooking | Forward-Looking Statements |
UseOfProceeds | Use of Proceeds |
DividendPolicy | Dividend Policy |
Capitalization | Capitalization |
Dilution | Dilution |
SelectedFinancialData | Selected Financial Data |
MDA | Management's Discussion and Analysis |
Business | Business / Description of Business |
Regulation | Regulatory Environment / Government Regulation |
IndustryOverview | Industry Overview |
Properties | Properties |
LegalProceedings | Legal Proceedings |
Management | Directors and Executive Officers |
ExecutiveCompensation | Executive Compensation |
| Item Code | Item Description |
|---|---|
SecurityOwnership | Security Ownership / Principal Shareholders |
RelatedTransactions | Certain Relationships and Related Transactions |
DescriptionOfCapitalStock | Description of Capital Stock / Securities |
SharesEligible | Shares Eligible for Future Sale |
MaterialUSFederalIncomeTax | Material U.S. Federal Income Tax Consequences |
Underwriting | Underwriting / Plan of Distribution |
LegalMatters | Legal Matters |
Experts | Experts |
AvailableInformation | Available Information |
FinancialStatements | Financial Statements |
PartII_OtherExpenses | Other Expenses of Issuance and Distribution |
PartII_Indemnification | Indemnification of Directors and Officers |
PartII_RecentSales | Recent Sales of Unregistered Securities |
PartII_Exhibits | Exhibits and Financial Statement Schedules |
PartII_Undertakings | Undertakings |
Signatures | Signatures |
Form F-1 (Foreign Registration Statements)
| Item Code | Item Description |
|---|---|
AboutThisProspectus | About This Prospectus |
ProspectusSummary | Prospectus Summary |
RiskFactors | Risk Factors |
ForwardLooking | Forward-Looking Statements |
UseOfProceeds | Use of Proceeds |
DividendPolicy | Dividend Policy |
Capitalization | Capitalization |
Dilution | Dilution |
ExchangeRateInfo | Exchange Rate Information |
SelectedFinancialData | Selected Financial Data |
MDA | Management's Discussion and Analysis |
Business | Business |
IndustryOverview | Industry Overview |
OurHistory | Our Corporate History |
OurStrengths | Our Competitive Strengths |
OurStrategy | Our Strategy |
OurProducts | Our Products and Services |
Regulation | Regulation / PRC Regulations |
Properties | Properties |
LegalProceedings | Legal Proceedings |
RelatedPartyTransactions | Related Party Transactions |
| Item Code | Item Description |
|---|---|
Management | Directors and Executive Officers |
ExecutiveCompensation | Executive Compensation |
SecurityOwnership | Principal Shareholders / Security Ownership |
CorporateGovernance | Corporate Governance |
DescriptionOfShareCapital | Description of Share Capital |
DescriptionOfADS | Description of American Depositary Shares (ADS) |
SharesEligible | Shares Eligible for Future Sale |
MaterialTaxConsequences | Material Tax Considerations |
Underwriting | Underwriting / Plan of Distribution |
LegalMatters | Legal Matters |
Experts | Experts |
ServiceOfProcess | Enforceability of Civil Liabilities |
AvailableInformation | Available Information |
FinancialStatements | Financial Statements |
PartII_OtherExpenses | Other Expenses of Issuance and Distribution |
PartII_Indemnification | Indemnification of Directors |
PartII_RecentSales | Recent Sales of Unregistered Securities |
PartII_Exhibits | Exhibits |
PartII_Undertakings | Undertakings |
Signatures | Signatures |
4. Frequently Asked Questions & Edge Cases
Missing Items & Filer Discretion
Filers do not always report all items in every filing. A specific form might not contain all the items listed in the documentation. If an item is not applicable or there were no material changes to report during the period, the filer may omit it entirely from the document.
Empty Sections and Unparseable Filings
Filings submitted prior to the Sarbanes-Oxley Act (SOX) of 2002 often lack standardized structures, which can affect extractability. Furthermore, certain entities like Trusts and REITs file 10-Ks but frequently omit standard sections entirely.
- Trusts: E.g., STRATS Trust or Sabine Royalty Trust 10-Ks routinely omit the standard MD&A section or retitle it as "Trustee's Discussion".
- Scattered Sections: In rare cases (~1 in 1,000), filers like Citigroup or GE distribute Item 1 or Item 7 non-sequentially across multiple unlinked pages in the document, severely complicating parsing boundaries.
Filtering by Entity Type
Before attempting to fetch items across a massive dataset, we recommend using the Stocks Profile API to exclude entities that do not produce standard text disclosures. Common exclusions include:
- Entities with Security Categories matching
ETF,UNIT, orCEF. - Entities with SIC codes
6189(Asset-Backed Securities) and6798(Real Estate Investment Trusts).