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.

2. Create an organization

Create organization form in Fiscal.ai onboarding

3. Navigate to Data API

Dashboard with Data API section highlighted

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

Create API key in Fiscal.ai dashboard

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

  1. View more endpoints we offer: