Getting Started
The Finalle API offers REST endpoints for querying the latest market events from US stock exchanges and receiving real-time portfolio and industry briefs.
API Base URL
The base url for the API is: https://api.main.finalle.ai
Authentication
To authenticate with the API for both GET and POST requests, include your API key in the X-API-Key
header as follows (JSON format):
Response Types
By default, all endpoints return a JSON response.
The API response will follow the following structure:
On API success:
On API failure:
Error Codes
2xx - Success.
4xx - Errors based on information provided in the request:
Bad request input (400)
Unauthorized API key (401)
5xx - Internal errors on our servers.
Help and Support
In case you are having any issues or needs clarifications, please don't hesitate to reach out to us at: support@finalle.ai
Last updated