Company
Facts (by CIK)
Get company facts for a ticker.
GET
/
company
/
facts
👋 Overview
Company facts includes data like name, CIK, market cap, total employees, website URL, and more.
The company facts API provides a simple way to access the most important high-level information about a company.
Please note: This API is experimental and free to use.
To get started, please create an account and grab your API key at financialdatasets.ai.
You will use the API key to authenticate your API requests.
📊 Available CIKs
You can fetch a list of available CIKs with a GET
request to:
https://api.financialdatasets.ai/company/facts/ciks/
🚀 Getting Started
There are only 3 steps for making a successful API call:
- Add your API key to the header of the request as
X-API-KEY
. - Add query params like
cik
filter the data. - Execute the API request.
Note: You must include the cik
in your query params.
💻 Example
Company Facts
Authorizations
API key for authentication.
Response
200 - application/json