lookup_cik
Find a ticker's SEC Central Index Key (CIK) and entity metadata, including name, SIC code, exchanges, and fiscal year end. Use this to prepare for retrieving ETF holdings from SEC EDGAR.
Instructions
Look up a ticker's SEC Central Index Key (CIK) and entity metadata.
This is the first step before calling get_etf_holdings. The CIK is the SEC's unique identifier for every filing entity. The submissions endpoint also returns the entity name, SIC code, tickers, exchanges, fiscal year end, and addresses.
The ticker→CIK mapping comes from SEC's company_tickers.json (covers 10,000+ US tickers), cached on disk with a 24-hour freshness window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | Stock or ETF ticker symbol (e.g. 'SCHD', 'QQQ', 'AAPL'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||