Fiscal.ai API - Getting Started
Version 1.0.0
A guide to help you get started with the Fiscal.ai API using a free trial.
Manage API Keys
at top right of screen or click this link
1. Click 2. Create an organization

3. Navigate to Data API

&apiKey=YOUR_API_KEY
on each request
4. Create an API key, this api key will be used on every request to Fiscal.ai API with 
/company/profile
[Docs]
5. Try out the api with 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
- View more endpoints we offer: [Full Docs]