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.
已暴露为 MCP 工具:
sec_filing_read —— 在 Claude / Cursor / 任意 MCP 客户端中直接调用。详见 MCP Server 60 秒配置。它为 Agent 做什么
sec_filing_read 是 SEC Filing progressive disclosure 模式的第二步:在 sec_filing_browse 拿到某 ticker 的 filing 列表之后,用本工具抽出某份 filing 中具体 item 的全文(Risk Factors、MD&A、财务报表等)。传 accession_number(在 browse 后推荐这种用法)或 year / quarter + item code,响应里会带上正文 + 该 filing 其他章节的 manifest。
sec_filing_read 不是 semantic search:按 (ticker, filing_type, accession_number 或 year[+quarter], item) 做参数化精确查询,返回精确的章节文本 —— 不做相关性排序,不做模糊匹配。
返回值
本次返回的 item 数。
本次调用消耗的 credit(固定
1)。账户剩余 credit。
200 OK · sec_filing_read
说明
直接调用
HTTP / SDK 示例
HTTP / SDK 示例
完整参数参考
sec_filing_read — 请求参数
sec_filing_read — 请求参数
美股 ticker(如
AAPL、NVDA、META)。文件类型 ——
10-K 或 10-Q。period_of_report 的日历年。当 accession_number 省略时:10-K 必填;10-Q 必须与 quarter 一起传。period_of_report 的季度(1-4)。仅适用于 10-Q。10-Q 通过 year 查询且不传 accession_number 时必填。指定要抽取的章节。省略则返回所有可抽取章节。10-K item code:
1、1A、1B、1C、2、3、4、5、6、7、7A、8、9、9A、9B、10、11、12、13、14、15。10-Q item code: part1item1、part1item2、part1item3、part1item4、part2item1、part2item1a、part2item2、part2item3、part2item4、part2item5、part2item6。常用组合:10-K 1(Business)· 1A(Risk Factors)· 7(MD&A)· 8(财务报表)· 10(董事/高管);10-Q part1item1(财务报表)· part1item2(MD&A)· part2item1a(Risk Factors)。精确 SEC 受理号(如
0001045810-26-000021)。在 sec_filing_browse 之后推荐用这种方式。不能与 year / quarter 同时使用。相关接口
SEC 申报文件浏览
第 1 步 —— 调 read 之前先列出该 ticker 的可用 filing。
13F 按机构查持仓
机构持仓数据 —— 不同的 SEC 申报家族(Form 13F)。
MCP Server 接入
60 秒接入 Claude / Cursor / 任意 agent harness。