Investment Products
Get price history
Retrieve historical price data for an investment product organized by tenor periods.
GET
Fetch historical price data for an investment product, organized by tenor periods (1 week, 1 month,
3 months, 6 months, 1 year, and all-time). This data powers asset detail charts, allowing users to
visualize price movements across different time horizons.
Authentication & headers
Bearer token issued by Auth0. Format:
Bearer YOUR_ACCESS_TOKEN with the read:users scope.Path parameters
ISIN of the investment product (12 alphanumeric characters).
Response fields
The response is an object with tenor keys, each containing price data for that period.Price data for the corresponding tenor period.
Tenor periods
| Key | Period | Typical granularity |
|---|---|---|
1w | 1 week | Intraday (minutes) |
1m | 1 month | Intraday (minutes) |
3m | 3 months | Daily |
6m | 6 months | Daily |
1y | 1 year | Daily |
max | All-time (up to 10 years) | Daily |
Authorizations
Auth0-issued access token that includes the read:users scope.
Path Parameters
ISIN of the investment product to retrieve.
Pattern:
^[A-Z0-9]{12}$Response
Historical price data organized by tenor.
Historical price data organized by tenor period. Each tenor key maps to price data for that time horizon.