入门
在 Duaer 里查 SEC 公司公告
在 Duaer 里:按股票代码、公司名或 CIK 查美国上市公司在 SEC EDGAR 的最新公告:10-K、10-Q、8-K、内部人 Form 4 等,附原文链接。一次成功查询用 1 额度。
能拿到什么
Duaer 数据市场里的「SEC 公司公告」:按股票代码、公司名或 CIK 查美国上市公司在 SEC EDGAR 的最新公告:10-K、10-Q、8-K、内部人 Form 4 等,附原文链接。查到结果时用 1 额度,结果交给数字组织的下一个节点。
从节点创建器选 Duaer 数据 → SEC 公司公告,或打开 数据市场。相关:SEC 全文检索、法人机构识别码(LEI)。
适合做什么
- 为分析简报获取公司最新年报或季报。
- 跟踪公司的 8-K 重大事项或内部人交易(Form 4)。
在画布里检索
- 打开节点创建器,选 Duaer 数据 → SEC filings。
- 填 Company(股票代码、公司名或 CIK,如 AAPL);Form 可选(如 10-K、8-K)。
- Limit 默认 10,最大 20。执行。
查到结果才扣 1 额度;没有结果、输入有误或上游失败都不扣。
用 API 调用
- GET https://api.duaer.com/v1/data/sec-filings?company=AAPL&form=10-K&limit=5
- Authorization: Bearer <Duaer key>
下方是与数据市场「复制技能」相同的英文技能,含参数、示例与返回字段。
调用技能(英文)
与数据市场「复制技能」一致。
---
name: duaer-sec-filings
description: >-
Duaer SEC filings. Latest SEC EDGAR filings of a US-listed company by ticker, name, or CIK: 10-K, 10-Q, 8-K, insider Form 4, and more, with direct document links.
One successful search uses 1 Duaer credit.
---
# Duaer SEC filings
Duaer SEC filings resolves a ticker or company name to its SEC CIK, then lists the newest filings from EDGAR with a link to each primary document.
## When to use
- Get the latest annual or quarterly report of a company for an analyst brief.
- Watch 8-K events or insider trades (Form 4) of a company.
## When not to use
- Finding filings that mention a topic across companies. Use https://skills.duaer.com/sec-search.md.
- Non-US company registers. Use https://skills.duaer.com/lei.md.
## Call
`GET https://api.duaer.com/v1/data/sec-filings?company=AAPL&form=10-K&limit=5`
Header: `Authorization: Bearer <Duaer key>`
Use an account key or a model API key.
Get a Duaer key: https://skills.duaer.com/keys.md
## Parameters
Provide `company`.
- `company` — Ticker, company name, or CIK number, such as AAPL.
- `form` — Optional. Form type such as 10-K, 10-Q, 8-K, or 4. Amendments are included.
- `limit` — Optional. Rows to return, from 1 to 20. Default 10.
## Examples
- `GET https://api.duaer.com/v1/data/sec-filings?company=AAPL&form=10-K&limit=5` — the last five Apple annual reports.
- `GET https://api.duaer.com/v1/data/sec-filings?company=Tesla&form=8-K` — recent Tesla 8-K events.
## Result
The response is `{ "items": [...] }`. Each item has `source`, `title`, `url`, and `summary`, plus:
- `company`, `cik`, `tickers` — company, SEC CIK, and tickers.
- `form` — form type; `/A` marks an amendment.
- `filingDate`, `reportDate` — filed date and period end.
- `accessionNumber` — EDGAR accession number.
- `description` — primary document description.
Fields without a value are left out.
## Credits
A search that returns at least one row uses 1 credit.
An empty search, a search that finds nothing, or a failed search uses 0.
Wrong input returns 400 with a message and uses 0.
No remaining credits returns 402 and does not search.
A missing key returns 401.
## Related
- https://skills.duaer.com/sec-search.md — Duaer SEC full-text search
- https://skills.duaer.com/lei.md — Duaer Legal entities (LEI)
常见问题
Duaer 的SEC 公司公告检索扣多少额度?
查到结果时扣 1 额度;没有结果或出错不扣。
Duaer SEC 公司公告能按公司名查吗?
能。Duaer 先匹配股票代码,再匹配 SEC 公司名单中的名称;直接填 CIK 也可以。
同组