Get price history

GET/prices

Retrieve price history

Query Parameters

from_date
string
required
start date
to_date
string
required
end date
asset_id
string
required
unique identifier of asset to fetch price history for
Heads Up
The ytd and annual_returns fields serve different purposes depending on the type of mutual fund. For conservative mutual funds (i.e. funds where is_money_market_fund is true), use the annual_returns field to assess performance. While, for non-conservative mutual funds (i.e. funds where is_money_market_fund is false), use the ytd field instead.

Both fields are included in the response for completeness, but only one should be used to assess fund performance—based on the mutual fund type.