Login

Reference

Company Financials


Company Financials


Fetches detailed financial data for a specific company, including quarterly and annual reports, profit & loss, and balance sheets.


Rate Limits


PlanRate Limit
Hobby5 requests / day
Plus10 requests / minute

Note: The force_update flag is limited to 5 requests per day.


Request


GET /api/financials/{company_symbol}

ParameterDescriptionPriorityType
api_keyUser Generated API Key. Generate Hererequiredstring
force_update
Possible Values true, false
Forcefully scrapes latest data from Screeneroptionalboolean

Response


FieldDescriptionType
successIndicates if the API call was successful or notstring
companyName of the companystring
trading_symbolUnique stock symbol of the companystring
dataContains detailed financial informationobject
data.aboutBrief description of the companystring
data.top_ratiosKey financial ratios of the companyobject
data.quarterly_resultsQuarterly financial performance dataarray
data.profit_and_lossProfit and loss statementarray
data.balance_sheetCompany’s balance sheet informationarray
data.cash_flowsCash flow statementarray
data.ratiosFinancial ratios of the companyarray
data.shareholding_quarterlyQuarterly shareholding detailsarray
data.shareholding_yearlyYearly shareholding detailsarray
data.last_updated_atTimestamp of when the data was last updatedstring

Example


curl -X GET \ -H "Content-Type: application/json" \ --url 'https://api.fincrux.org/api/financials/RELIANCE?api_key={api_key}'
{ "success": "true", "company": "RELIANCE INDUSTRIES LTD", "trading_symbol": "RELIANCE", "data": { "about": "Reliance was founded by Dhirubhai Ambani and is now promoted and...", "top_ratios": { "Market Cap": "₹16,86,264Cr.", "Current Price": "₹1,246", "High / Low": "₹1,609/1,202", "Stock P/E": "47.7", "Book Value": "₹387", "Dividend Yield": "0.40%", "ROCE": "9.60%", "ROE": "8.42%", "Face Value": "₹10.0" }, "quaterly_results": [], "profit_and_loss": [], "balance_sheet": [], "cash_flows": [], "ratios": [], "shareholding_quarterly": [], "shareholding_yearly": [], "last_updated_at": "2025-02-04T02:19:47.015264" } }

Designed & Shipped by Harshit Bansal