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.

To use the API Key, you must include the following query parameter in your API calls:
| Parameter | Value | Type |
|---|---|---|
| api_key | Your unique API Key. Generate Here | string |
curl -X GET \ -H "Content-Type: application/json" \ --url 'https://api.fincrux.org/api/search/RELIANCE?api_key={api_key}'
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.
Refund Policy