Fetch Metrics for Assets by Symbol
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 endpoints (
STABLECOIN_DAU,STABLECOIN_SUPPLY, etc.) are wrappers around this same route. - Equity convenience methods (
fetch_price,fetch_financials,fetch_valuation_metrics) cover universal/comparable metrics only. For company-specific or long-tail metrics — e.g. NVDA’sDATA_CENTER_REVENUE, META’sFAMILY_DAILY_ACTIVE_PEOPLE, COIN’sTRADING_VOLUME— query them here directly.
Multiple metrics can be packed into a single call as comma-separated names (e.g. metricNames=price,mc,dau).
Path Parameters
Comma-separated list of metric names (e.g., "price,mc" or "dau")
Query Parameters
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
Response
Metric data for the requested symbols and date range

