The API endpoint returns key financial metrics such as price-to-earnings ratio, price-to-book ratio, free cash flow, etc. This information is particularly important for value investors looking to identify undervalued stocks. Data is available for several thousand US and international companies.
https://financialdata.net/api/v1/key-metrics?identifier=MSFT| Name | Type | Description | Example |
|---|---|---|---|
| identifier | string | The trading symbol for a security, or the central index key (CIK). The latter is assigned to the entity by the United States Securities and Exchange Commission. | MSFT, 0000789019 |
| format | string | (Optional) The format of the returned data, either JSON (JavaScript Object Notation) or CSV (Comma Separated Values). Defaults to JSON. | json, csv |
[
{
"trading_symbol": "MSFT",
"central_index_key": "0000789019",
"registrant_name": "MICROSOFT CORP",
"fiscal_year": "2024",
"period_end_date": "2024-06-30",
"earnings_per_share": 11.86,
"earnings_per_share_forecast": 13.33,
"price_to_earnings_ratio": 38.5101180438449,
"forward_price_to_earnings_ratio": 34.2633158289572,
"earnings_growth_rate": 22.0164609053498,
"price_earnings_to_growth_ratio": 1.74915115601015,
"book_value_per_share": 36.1293231059077,
"price_to_book_ratio": 12.6415321610417,
"ebitda": 136758000000.0,
"enterprise_value": 3351003630000.0,
"dividend_yield": 0.00656931603829476,
"dividend_payout_ratio": 0.252972678587637,
"debt_to_equity_ratio": 0.17575434767224,
"capital_expenditures": 62237000000.0,
"free_cash_flow": 56311000000.0,
"return_on_equity": 0.328281379782998,
"one_year_beta": 1.19353548418252,
"three_year_beta": 1.25034202198802,
"five_year_beta": 1.19116942054093
},
...
]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.