US Fundamentals Data - Stock Valuation Metrics
The Valuation Metrics dataset provides a daily record of each ticker's valuation including trailing and forward price-to-earnings ratios, price-to-book, price-to-sales, market capitalisation, enterprise value, dividend yield, and earnings yield.
Access the data set by downloading Excel-comapitable csv files, or use the API for more granular queries :
Historical Valuation Metrics (by Ticker)
Click Execute to generate a sample
Response Fields
| Field | Name | Description |
|---|---|---|
| date | Date | Trading date. |
| pe_ttm | P/E (TTM) | Trailing twelve-month price-to-earnings ratio. |
| pe_forward | Forward P/E | Forward P/E ratio (next twelve months). |
| pb_ttm | P/B (TTM) | Price-to-book ratio. |
| price_sales_ttm | P/S (TTM) | Trailing price-to-sales ratio. |
| market_cap | Market Cap | Total market capitalisation. |
| ev | Enterprise Value | Market cap + debt − cash. |
| div_yield | Dividend Yield | Annual dividend as percentage of price. |
| earn_yield | Earnings Yield | EPS as percentage of price. |
Latest Valuation Metrics (All Tickers)
Click Execute to generate a sample
Response Fields
Each item carries the same field set as the per-ticker endpoint above, plus a ticker field identifying the symbol.
Common Use Cases
- Value screens — rank the universe by P/E, P/B, or EV / EBITDA each morning.
- Factor portfolios — build value, quality, or yield portfolios with point-in-time ratios.
- Watchlist monitors — alert when a name's forward P/E or earnings yield crosses a threshold.
- Cross-sectional research — compare a single ticker's valuation against its sector or against history.