Fincrux — Indian stock market financial data API for NSE and BSE companies
Fincrux helps developers and investors access structured financial data for Indian listed companies, including quarterly results, profit and loss, cash flow statements, balance sheets, shareholding trends, and historical market data through a fast REST API.
Indian stock market API for company financials
Search companies, explore interactive financial charts, and integrate Fincrux into your apps with API keys, documentation, and developer tooling built for the Indian equities market.
Your gateway to India’s stock market financial data
Access comprehensive financial data like quarterly results, P&L, cash flows, and shareholding patterns for over 3000 companies listed in the Indian Stock Market.

Decode Financials Visually
See company financials in clear, easy-to-read graphs. Understand performance at a glance and make smarter decisions effortlessly.
Dominating over competitors
Plug & Play API
Effortlessly integrate Fincrux into your existing projects.
~ pip install fincruxCoverage at a glance
Built for scale across India's listed market
0+
Companies covered
NSE & BSE listed equities
0+ yrs
Historical data
Quarterly results & filings
<0ms
Median response
Fast, structured JSON
From ticker to insight in a single request
Skip the scraping and the spreadsheets. Fincrux returns clean, structured financials for 3,000+ listed Indian companies — quarterly results, P&L, cash flows, balance sheets and shareholding — from one endpoint.
# one call, every financial statement
$ curl https://api.fincrux.org/api/financials/RELIANCE
?api_key=YOUR_KEY
{
"trading_symbol": "RELIANCE",
"company": "Reliance Industries Ltd",
"data": {
"quaterly_results": […],
"cash_flows": […],
"shareholding_quarterly": […]
}
}