cURL
curl --request GET \ --url https://api.aisa.one/apis/v1/financial/company/facts \ --header 'Authorization: Bearer <token>'
{ "company_facts": { "ticker": "<string>", "name": "<string>", "cik": "<string>", "industry": "<string>", "sector": "<string>", "category": "<string>", "exchange": "<string>", "is_active": true, "listing_date": "2023-12-25", "location": "<string>", "market_cap": 123, "number_of_employees": 123, "sec_filings_url": "<string>", "sic_code": "<string>", "sic_industry": "<string>", "sic_sector": "<string>", "website_url": "<string>", "weighted_average_shares": 123 } }
Get company facts for a ticker.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ticker symbol.
The CIK of the company.
Company facts response
Show child attributes