The Fincrux API allows you to access a wide range of financial data, including company financials, stock market data, and personalized financial insights. This guide will help you get started with authentication, making your first API request, and understanding how to use the API effectively.

Fincrux API provides two methods for authentication:
You can choose either method based on your application's requirements.
To authenticate, you can either use an Access Token or an API Key.
Now that you're authenticated, explore the available endpoints to fetch various financial data:
| Endpoint | Description | Documentation |
|---|---|---|
| /api/all_companies | Get a list of all companies | All Companies |
| /api/search/{trading_symbol} | Get company details by stock symbol | Search Company |
| /api/financials/{trading_symbol} | Get detailed financial reports | Company Financials |
| /api/historicals/{trading_symbol} | Get historical stock data | Company Historicals |
Refund Policy