Fiscal.ai API - Getting Started
Version: 1.1.4
A guide to help you get started with the Fiscal.ai API using a free trial.
1. Click Manage API Keys 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 [Docs]
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]