官方SEC meta数据
来源是美国证券交易委员会。Narwhal 使用公司关联、提交元数据和 EDGAR 申报索引。
阅读方法说明 →查找 SEC 申报元数据及原始文件链接。
请将 YOUR_COMPANY_ID 替换为公司搜索返回的 ID。 公司搜索 API →
curl --request GET \
--url "https://api.narwhalapi.com/v1/companies/YOUR_COMPANY_ID/filings?forms=10-K,10-Q&filed_from=2020-01-01&filed_to=2027-01-01&limit=50" \
--header "Authorization: Bearer $NARWHAL_API_KEY"{
"company": {
"id": "cmp_a1b2c3d4e5f678901234567890abcdef",
"name": "Apple Inc.",
"cik": "0000320193"
},
"filings": [
{
"accession_number": "0000320193-24-000123",
"form": "10-K",
"filed_on": "2024-11-01",
"accepted_at": "2024-11-01T10:01:36Z",
"report_period": "2024-09-28",
"is_amendment": false,
"items": [],
"filing_index_url": "https://www.sec.gov/Archives/edgar/data/320193/000032019324000123/0000320193-24-000123-index.html",
"primary_document_url": "https://www.sec.gov/Archives/edgar/data/320193/000032019324000123/aapl-20240928.htm"
}
],
"next_cursor": null,
"as_of": "2026-08-29T12:00:00Z"
}/v1/companies/{company_id}/filingscompany_idformsfiled_fromfiled_toinclude_amendmentslimitcursorMCP · companies_list_filings
来源是美国证券交易委员会。Narwhal 使用公司关联、提交元数据和 EDGAR 申报索引。
阅读方法说明 →公司名称或股票代码变化时,公司 ID 仍保持稳定。
表格、日期、修订和 SEC 链接均明确保留。
按公司列出 SEC 备案元数据,包括 10-K、10-Q、8-K、Form 4 和 13F-HR。
第一个版本仅返回元数据和规范 SEC 文档链接。不包含申报正文、附件、XBRL 事实、内部交易、财务报表或 13F 持仓。
不是。本合约仅涵盖公司身份和备案元数据。