Company data API

Company Financials API

Year-wise company financials - revenue, profit, EBITDA, net worth and key ratios from filed statements.

GET /v1/companies/{cin}/financials

Overview

The Company Financials API returns multi-year financials for an Indian company from its filed statements: revenue, profit, EBITDA, net worth, total assets, and the key ratios (net margin, ROE, debt-to-equity, current ratio, revenue growth). It lets you assess a company's size, growth and financial health programmatically - for credit decisions, due diligence, valuation or benchmarking.

  • Multi-year revenue, profit, EBITDA and net worth
  • Key ratios: net margin, ROE, debt/equity, current ratio
  • Standalone or consolidated basis
  • From filed financial statements
  • Structured per-year JSON

How it works

  1. Generate an API key in your developer console (test keys are free).
  2. Call the endpoint with your Bearer key.
  3. Read the JSON response (standard envelope with credits info).
  4. Map the fields into your product or workflow.

Request & response

Requestcurl "https://api.infyner.com/v1/companies/L74999WB1991PLC051738/financials" \ -H "Authorization: Bearer pk_test_xxxxxxxx"
Response (sample){ "success": true, "data": { "cin": "...", "currency": "INR", "basis": "standalone", "financials": [ { "financial_year": "2024", "revenue": 1200000000, "ebitda": 180000000, "profit": 90000000, "net_worth": 650000000, "return_on_equity": 14 } ] } }

Where it's used

  • Credit assessment and underwriting
  • Company valuation and benchmarking
  • Financial due diligence
  • Supplier / counterparty risk scoring

Frequently asked questions

What financials does the API return?

Year-wise revenue, profit, EBITDA, net worth, total assets and key ratios from the company's filed statements.

Are figures standalone or consolidated?

The response includes a 'basis' field; it returns standalone where available, otherwise consolidated.

How current are the financials?

They reflect the latest filed financial statements, which can lag the current year by 1-2 years as is normal for MCA filings.

Related APIs

Start building in minutes

Generate a free test key, call the sandbox, and go live when you're ready.

Get API access