Fundamental metrics and ranks
More than ninety valuation, profitability, growth and quality ratios, each with its rank across the listed universe.
- Cadence
- Daily after the close
- Coverage
- About 14,000 listed equities and share classes
- History
- Daily history for the trailing year at launch
- Availability
- Live
What you get
- Trailing twelve month ratios such as price to earnings, enterprise value to EBITDA, return on invested capital, margins and growth rates, computed on the fundamentals and the latest close.
- Every metric carries a rank between 0 and 1 against every other listed company and against its sector, so one number tells you where a company stands.
- Three and five year compound growth rates on revenue, earnings and cash flow.
What makes it reliable
- Ratios use the same figures and closes as the fundamentals dataset and are refreshed after every close.
- Ratios that have no meaning for a company, such as an earnings multiple while it is loss making, are left blank rather than shown as misleading values.
curl -H "Authorization: Bearer fsd_live_your_key" \
https://fundspecdata.io/v3/v3/metrics/AAPL{
"ticker": "AAPL",
"date": "2026-09-03",
"company": {
"name": "Apple Inc.",
"sector": "Machinery and Computer Hardware"
},
"market": {
"price": 328.21,
"market_cap": 4789955817800
},
"valuation": {
"pe_ttm": {
"value": 37.15,
"rank": 0.81
},
"ev_ebitda_ttm": {
"value": 28.16,
"rank": 0.77
}
},
"growth": {
"revenue_ttm": {
"value": 0.142,
"rank": 0.72
}
}
}Field dictionary
Key fields. The complete list with types is in the API reference, generated from the same definitions that validate every response.
| Field | Type | Description |
|---|---|---|
| date | date | Trading day the metrics were computed for. |
| company.name | string | Registered company name. |
| company.sector | string | Sector label derived from the SIC code. |
| company.industry | string | Industry label derived from the SIC code. |
| valuation.pe_ttm | object | Price to trailing twelve month earnings, as { value, rank }. |
| valuation.ev_ebitda_ttm | object | Enterprise value to trailing twelve month EBITDA, as { value, rank }. |
| profitability.roic_ttm | object | Trailing twelve month return on invested capital, as { value, rank }. |
| profitability.gross_margin_ttm | object | Trailing twelve month gross margin, as { value, rank }. |
| growth.revenue_ttm | object | Revenue growth against the prior twelve months, as { value, rank }. |
| growth.revenue_3y_cagr | object | Three year compound revenue growth from fiscal year figures, as { value, rank }. |
| leverage.net_debt_to_ebitda_ttm | object | Net debt to trailing twelve month EBITDA, as { value, rank }. |