Get Company
Get detailed information about a specific company by CIK or ticker.
GET
/api/v1/companies/{cik_or_ticker} Cost: FreeParameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| cik_or_ticker | string | Required | Company CIK number or ticker symbol (e.g. AAPL) |
Code examples
curl -H "X-API-Key: YOUR_API_KEY" \
"https://api.beefi.ai/api/v1/companies/AAPL"Try it
GET
/companies/{cik_or_ticker}Response
{
"cik": "0000320193",
"name": "Apple Inc.",
"ticker": "AAPL",
"sic_code": "3571",
"sic_description": "Electronic Computers",
"state": "CA",
"fiscal_year_end": "0930"
}