sec_edgar_get_company_profile
Resolve a stock ticker to the company's SEC profile, including CIK, registrant name, industry classification, and fiscal year end. Start here to access official SEC financial data.
Instructions
Resolves a ticker symbol to the company's SEC identity: CIK, official registrant name, industry classification and fiscal year end. Usually the first tool to call, since the other tools key off the company.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | Stock ticker symbol, e.g. AAPL |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cik | Yes | 10-digit zero-padded SEC Central Index Key | |
| name | Yes | Official registrant name as filed with the SEC | |
| ticker | Yes | ||
| fiscal_year_end | No | Fiscal year end as MMDD, e.g. 0927 | |
| sic_description | No | Standard Industrial Classification description |