Financial metrics for public companies

Endpoint: POST /businesses/financial_indicators/enrich

Description

The Financial Metrics Enrichment endpoint provides key financial indicators for publicly traded companies worldwide. This dataset helps users analyze a company’s financial performance, stability, and investment potential.

By querying with a business_id, users can retrieve both current and historical financial data spanning up to 20 years. This data includes:

  • Annual and quarterly revenue
  • Return on capital
  • Total shareholder return
  • Profitability ratios
  • Market valuation metrics

The data is sourced from trusted financial institutions such as the SEC (Securities and Exchange Commission), NYSE, NASDAQ, AMEX, EURONEXT, and TSX.


How It Works
  • Input: Provide a business_id obtained from the Match Businesses API.
  • Processing: The system retrieves financial indicators from global stock exchanges and regulatory filings.
  • Output: A structured response with financial metrics relevant to the selected business.
Example Request (cURL)
curl --request POST \
     --url https://api.explorium.ai/v1/businesses/financial-metrics/enrich \
     --header 'accept: application/json' \
     --header 'api_key: your_api_key_here' \
     --header 'content-type: application/json' \
     --data '{
  "business_id": "8adce3ca1cef0c986b22310e369a0793"
}'
Best Practices
  • Use financial metrics to assess company growth trends and investment risks.
  • Combine financial data with firmographics for a full-picture company analysis.
  • Leverage historical data to compare performance over different market cycles.
  • Cross-reference stock market insights with company ratings and workforce trends for a deeper analysis.
Financial Metrics for Public Companies Output Signal
Field NameDescriptionData Type
asset_turnoverRatio measuring how efficiently a company uses its assets to generate revenueOptional[float]
cagrCompound Annual Growth Rate over a specified periodOptional[float]
cogsCost of Goods Sold - total direct costs incurred in productionOptional[float]
earnings_surprisesUnexpected deviations in earnings reportsOptional[Dict[str, str]]
ebitdaEarnings Before Interest, Taxes, Depreciation, and AmortizationOptional[float]
enterprise_value_over_ebitdaEnterprise Value to EBITDA ratio, used to measure valuationOptional[float]
leadershipList of company leadership informationOptional[List[Dict[str, Optional[str]]]]
peer_companiesList of peer or comparable companies in the industryOptional[Dict[str, str]]
price_earnings_ratioPrice-to-Earnings (P/E) ratio, a measure of company valuationOptional[float]
revenue_yearlyAnnual revenue reported by the companyOptional[float]
roaReturn on Assets - profitability metric measuring efficiency of asset utilizationOptional[float]
rocReturn on Capital - measures profitability in relation to capital usedOptional[float]
sg_and_aSelling, General & Administrative expensesOptional[float]
tsr_1yTotal Shareholder Return over 1 yearOptional[float]
tsr_3yTotal Shareholder Return over 3 yearsOptional[float]
tsr_5yTotal Shareholder Return over 5 yearsOptional[float]
working_capitalCompany's available capital for daily operationsOptional[float]

📌 For additional enrichment options, explore related API endpoints below.


Body Params - Try Me Example

business_id: 8adce3ca1cef0c986b22310e369a0793
Language
Credentials
Click Try It! to start a request and see the response here!