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、财务报表、earnings press release 等)。传 accession_number(在 browse 后推荐,且 8-K 必传)或 year / quarter + 章节 code,响应里会带上正文 + 该 filing 其他章节的 manifest。传 items(数组)可一次取多段、仍只 1 credit;请求里这份 filing 没有的 code 会被直接略过、不报错。
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 或 8-K。period_of_report 的日历年。当 accession_number 省略时:10-K 必填;10-Q 必须与 quarter 一起传。8-K 不使用(用 accession_number 定位)。period_of_report 的季度(1-4)。仅适用于 10-Q(10-K 和 8-K 会被拒)。10-Q 通过 year 查询且不传 accession_number 时必填。一次取多段。HTTP 用逗号分隔(
items=item2.02,item9.01),MCP 工具传数组。code 和下面 item 一样。最多 25 个,自动去重,仍只算 1 credit。这份 filing 没有的 code 会跳过;全都对不上才返回 400。不填就返回全部章节。items 的单数别名(仅 HTTP;MCP 工具只暴露 items)—— 等价于 items=[<item>]。省略则返回所有可抽取章节。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。8-K item code: 随 filing 变化(事件驱动)—— 如 item2.02(earnings / Results of Operations)、item5.02(高管变动)、item1.01(重大协议)、item8.01(其他事件),外加 ex99.1(press release)这类附件。读响应里的 available_sections 可看到某份 8-K 实际包含的全集。常用组合: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 之后推荐用这种方式,且 8-K 必传。不能与 year / quarter 同时使用。相关接口
SEC 申报文件浏览
第 1 步 —— 调 read 之前先列出该 ticker 的可用 filing。
13F 按机构查持仓
机构持仓数据 —— 不同的 SEC 申报家族(Form 13F)。
MCP Server 接入
60 秒接入 Claude / Cursor / 任意 agent harness。