Skip to main content
GET
Get Market Metrics Time Series Data

Authorizations

X-API-Key
string
header
required

API Key authentication. Example: "your-api-key-here"

Query Parameters

interval
enum<string>
required

Time interval

Available options:
1d,
1w,
1m
indicator
string
required

Indicator type (e.g., MA_20, PRICE_CHANGE_1d)

symbol
string

Stock symbol (optional, e.g., AAPL)

start_time
integer<int64>
required

Start time (Unix timestamp in seconds)

end_time
integer<int64>
required

End time (Unix timestamp in seconds)

Response

Successfully retrieved market metrics data

data
object[]
error
object
metadata
any
pagination
any
request_id
string
success
boolean