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.
https://financialdata.net/api/v1/international-key-metrics?identifier=SHEL.L| Name | Type | Description | Example |
|---|---|---|---|
| identifier | string | The trading symbol for a security. | SHEL.L |
| format | string | (Optional) The format of the returned data, either JSON or CSV. Defaults to JSON. | json, csv |
[
{
"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
},
...
]Get your API key instantly and start pulling data into your application.
Get Your API KeyOur robust architecture guarantees 99.9% uptime for uninterrupted API access.
Native Python SDK and REST support make data integration seamless.
The official MCP server delivers financial data directly to your AI agents.