Fiscal.ai API - Getting Started
Get your API key and make your first request in under 5 minutes. Start pulling clean financial data from the Fiscal.ai API today.
A guide to help you get started with the Fiscal.ai API using a free trial.
1. Click API Key at top right of screen or click this link
2. Create an organization
3. Navigate to Data API
4. Create an API key, this api key will be used on every request to Fiscal.ai API with &apiKey=YOUR_API_KEY on each request
5. Try out the api with /company/profile
curl -X GET "https://api.fiscal.ai/v1/company/profile?companyKey=NASDAQ_MSFT&apiKey=YOUR_API_KEY" \
-H "Content-Type: application/json"
Notice:
Please Replace YOUR_API_KEY with your api key