Seven valuation ratios (daily), in one call:
| Metric | Description |
|---|---|
ENTERPRISE_VALUE_DIVIDE_TOTAL_REVENUE | EV / Revenue |
ENTERPRISE_VALUE_DIVIDE_NET_INCOME | EV / Earnings |
ENTERPRISE_VALUE_DIVIDE_EBITDA | EV / EBITDA |
ENTERPRISE_VALUE_DIVIDE_FREE_CASH_FLOW | EV / FCF |
MARKET_CAP_DIVIDE_FREE_CASH_FLOW | Price / FCF |
EARNINGS_YIELD | Earnings yield (1 / P/E) |
FCF_YIELD | Free cash flow yield |
Ratios are quoted daily — start_date / end_date slice the time-series window. FCF-derived ratios (EV/FCF, P/FCF, FCF_YIELD) may have sparse coverage in short windows since they depend on the most recent fiscal-period FCF; widen the window if a series comes back empty.
Documentation Index
Fetch the complete documentation index at: https://artemis.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Comma-separated list of equity symbols (e.g. eq-nvda,eq-meta).
Start date in YYYY-MM-DD format
End date in YYYY-MM-DD format
Time-bucket granularity for returned series.
DAY, WEEK, MONTH, QUARTER, YEAR Maximum number of data points to return (1–1000).
1 <= x <= 1000Your Artemis API key
Equity valuation ratios time-series, keyed by metric name within each symbol.