Universal time-series endpoint. Works for both crypto and equity assets — pass any symbol from List Supported Assets (e.g. btc, eth, usdc, eq-nvda, eq-meta) and any metric name from List Available Metrics for that symbol.
This is the escape hatch for any metric not exposed via a typed convenience method:
STABLECOIN_DAU, STABLECOIN_SUPPLY, etc.) are wrappers around this same route.fetch_price, fetch_financials, fetch_valuation_metrics) cover universal/comparable metrics only. For company-specific or long-tail metrics — e.g. NVDA’s DATA_CENTER_REVENUE, META’s FAMILY_DAILY_ACTIVE_PEOPLE, COIN’s TRADING_VOLUME — query them here directly.Multiple metrics can be packed into a single call as comma-separated names (e.g. metricNames=price,mc,dau).
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 metric names (e.g., "price,mc" or "dau")
Comma-separated list of symbols. Accepts crypto symbols (e.g., btc, eth) and equity symbols prefixed with eq- (e.g., eq-coin, eq-nvda).
Start date in YYYY-MM-DD format
End date in YYYY-MM-DD format
When true, calculates percent change from startDate to endDate
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
Metric data for the requested symbols and date range