Login

Concepts

API Key


API Key


The API Key is a unique string that identifies your application and provides the necessary permissions to access the Fincrux API. You can use the API Key to retrieve financial data, stock reports, or other resources from Fincrux.


Note: The API Key is linked to your account and has rate limits. If your usage exceeds the rate limit, you may experience delays or temporary restrictions.


Generate an API Key


  1. Go to the Dashboard.
  2. In the navigation menu, click on the API Keys tab.
  3. Click on the Create new API Key button.
  4. Your new API Key will be generated and displayed. Copy it for use in your API requests.

Make your first API request


alt text

To use the API Key, you must include the following query parameter in your API calls:

ParameterValueType
api_keyYour unique API Key. Generate Herestring

Example


curl -X GET \ -H "Content-Type: application/json" \ --url 'https://api.fincrux.org/api/search/RELIANCE?api_key={api_key}'

Authentication Support


Fincrux API supports both Access Token and API Key authentication methods. You can choose to use either of the two based on your application’s needs. However, you must ensure that only one method is used per API call.


You can learn how to generate and use Acesss Tokens here.


Designed & Shipped by Harshit Bansal