Skip to main content
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

string
required
Bearer token issued by Auth0. Format: Bearer YOUR_ACCESS_TOKEN with the read:users scope.

Path parameters

string
required
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.
TenorPriceData
Price data for the corresponding tenor period.

Tenor periods

Use the displayIntraday flag to determine chart rendering granularity. For intraday data, you may want to show time labels; for daily data, date labels are more appropriate.

Authorizations

Authorization
string
header
required

Auth0-issued access token that includes the read:users scope.

Path Parameters

isin
string
required

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.

1w
object

Price data for a specific tenor period.

1m
object

Price data for a specific tenor period.

3m
object

Price data for a specific tenor period.

6m
object

Price data for a specific tenor period.

1y
object

Price data for a specific tenor period.

max
object

Price data for a specific tenor period.