Skip to main content
GET
Python

Path Parameters

metricNames
string
required

Comma-separated list of metric names (e.g., "price,mc" or "dau")

Query Parameters

symbols
string
required

Comma-separated list of symbols. Accepts crypto symbols (e.g., btc, eth) and equity symbols prefixed with eq- (e.g., eq-coin, eq-nvda).

startDate
string<date>
required

Start date in YYYY-MM-DD format

endDate
string<date>
required

End date in YYYY-MM-DD format

summarize
boolean

When true, calculates percent change from startDate to endDate

granularity
enum<string>
default:DAY

Time-bucket granularity for returned series.

Available options:
DAY,
WEEK,
MONTH,
QUARTER,
YEAR
limit
integer

Maximum number of data points to return (1–1000).

Required range: 1 <= x <= 1000
APIKey
string
required

Your Artemis API key

Response

200 - application/json

Metric data for the requested symbols and date range

data
object
required