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.

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

  1. View more endpoints we offer: [Full Docs]