Skip to main content
POST
Financial Indicators

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.
  • 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.
  • 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.
For additional enrichment options, explore related API endpoints below.

Body Params - Try Me Example

Authorizations

api_key
string
header
required

Body

application/json
business_id
string
required
Pattern: ^[a-f0-9]{32}$
request_context
Request Context · object | null
Example:

null

parameters
FinancialIndicatorsEnrichmentParams · object

Response

Successful Response

This is base response model for all responses in partner service.

response_context
ResponseContext · object
required
data
FinancialIndicatorsOutputSchema · object
entity_id
Pattern: ^[a-f0-9]{32}$