International Key Metrics API

The API endpoint returns key financial metrics, including price-to-earnings ratio, price-to-book ratio, and free cash flow. Data is available for several thousand international companies whose shares are traded on the following stock exchanges: Toronto, London, Frankfurt, Euronext Paris, Euronext Amsterdam, Tokyo, Hong Kong, Singapore, Indonesia, Malaysia, Korea, Brazil, Mexico, India, Bombay.

API Endpoint

https://financialdata.net/api/v1/international-key-metrics?identifier=SHEL.L

Query Parameters

NameTypeDescriptionExample
identifierstringThe trading symbol for a security.SHEL.L
formatstring(Optional) The format of the returned data, either JSON or CSV. Defaults to JSON.json, csv

Sample Response

[
  {
    "trading_symbol": "SHEL.L",
    "registrant_name": "Shell plc",
    "fiscal_period": "FY",
    "period_end_date": "2025-12-31",
    "currency_code": "USD",
    "earnings_per_share": 3.03,
    "price_to_earnings_ratio": 904.290429042904,
    "earnings_growth_rate": 18.8235294117647,
    "price_earnings_to_growth_ratio": 48.0404290429043,
    "book_value_per_share": 29.7614924967746,
    "price_to_book_ratio": 92.0652752981708,
    "ebitda": 44745000000.0,
    "enterprise_value": 16157872000000.0,
    "dividend_yield": -0.000524881306939585,
    "dividend_payout_ratio": -0.474967763637383,
    "debt_to_equity_ratio": 0.26784485526859,
    "capital_expenditures": 22025000000.0,
    "free_cash_flow": 20838000000.0,
    "return_on_equity": 0.102281067938896,
    "one_year_beta": 0.102195990430389,
    "three_year_beta": 0.144974325024332,
    "five_year_beta": 0.176490420763994
  },
  ...
]
Ready to get started?

Get your API key instantly and start pulling data into your application.

Get Your API Key
Maximum Uptime

Our robust architecture guarantees 99.9% uptime for uninterrupted API access.

Easy Integration

Native Python SDK and REST support make data integration seamless.

MCP Server

The official MCP server delivers financial data directly to your AI agents.