工具 API

get_sec_filings

Fetch parsed US SEC filing data for a company: an overview of what has been filed, or the detailed, structured contents of its annual (10-K), quarterly (10-Q), or material-event (8-K) filings. Use when the user asks about a company's SEC filings, its 10-K / 10-Q / 8-K, annual or quarterly report financials pulled straight from filings, or material events disclosed to the SEC. Covers US-listed companies. Financial-statement fields in 10-K / 10-Q filings are parsed from the filing itself (income statement, balance sheet, cash flow); any individual field may be null when the filing does not report it. Requires the All-in-One plan. Costs 10 API calls per request. This is distinct from the SEC Form 4 insider-transaction feed — for insider buys and sells use the insider-transactions tool instead.

finance1 积分

调用信息

工具标识
eodhd.get_sec_filings
服务提供方
EODHD
平均响应
0 ms
近 7 天调用
0

输入参数

symbol必填

US-listed ticker, e.g. "AAPL" or "AAPL.US". The ".US" suffix is optional.

form

Which filing type to return. Omit for the overview (counts and the latest filing of each type). Otherwise "10k" (annual), "10q" (quarterly), or "8k" (material events). Flexible spellings like "10-K" or "Form 8-K" are accepted.

limit

Records per page for the list endpoints, 1..100 (default 20 upstream). Ignored for the overview, which is not paginated.

offset

Pagination offset for the list endpoints (default 0). Ignored for the overview.

api_token

Per-call token override.