Documentation Index
Fetch the complete documentation index at: https://docs.llmquantdata.com/llms.txt
Use this file to discover all available pages before exploring further.
Available as MCP tool:
sec_filing_read — call directly from Claude / Cursor / any MCP client. See MCP Server for the 60-second setup.What it does for your agent
sec_filing_read is the second step in SEC Filing’s progressive-disclosure pattern: after sec_filing_browse returns the list of filings for a ticker, use this tool to extract the full text of a specific item (Risk Factors, MD&A, Financial Statements, etc.). Pass either accession_number (recommended after browse) or year / quarter plus the item code, and the response carries the section text plus a manifest of the filing’s other sections.
sec_filing_read is not semantic search: it performs parameterized lookup by (ticker, filing_type, accession_number OR year[+quarter], item) and returns the exact section text — no relevance ranking, no fuzzy matching.
Response
Number of items returned.
Credits consumed (always
1).Account credits remaining.
200 OK · sec_filing_read
Notes
Direct invocation
HTTP / SDK examples
HTTP / SDK examples
Full parameter reference
sec_filing_read — request parameters
sec_filing_read — request parameters
U.S. equity ticker (e.g.
AAPL, NVDA, META).Filing type —
10-K or 10-Q.Calendar year of
period_of_report. Required for 10-K when accession_number is omitted; required together with quarter for 10-Q when accession_number is omitted.Quarter of
period_of_report (1-4). Only used for 10-Q. Required when looking up a 10-Q by year (without accession_number).Specific section to extract. Omit to return every extractable section.10-K item codes:
1, 1A, 1B, 1C, 2, 3, 4, 5, 6, 7, 7A, 8, 9, 9A, 9B, 10, 11, 12, 13, 14, 15.10-Q item codes: part1item1, part1item2, part1item3, part1item4, part2item1, part2item1a, part2item2, part2item3, part2item4, part2item5, part2item6.Common picks: 10-K 1 (Business) · 1A (Risk Factors) · 7 (MD&A) · 8 (Financial Statements) · 10 (Directors / Officers); 10-Q part1item1 (Financial Statements) · part1item2 (MD&A) · part2item1a (Risk Factors).Exact SEC accession number (e.g.
0001045810-26-000021). Recommended after sec_filing_browse. Cannot be combined with year or quarter.Related
SEC Filing Browse
Step 1 — list available filings for a ticker before calling read.
13F Holdings by Manager
Institutional ownership data — a different SEC filing family (Form 13F).
MCP Server setup
Connect Claude / Cursor / any harness in 60 seconds.