Skip to main content
GET
Resolve an investment product by ISIN to retrieve pricing metadata, market tags, and the appropriate fundamentals payload for the asset type. ETF responses include holdings and index statistics, while stocks return analyst views and key metrics.

Authentication & headers

string
required
Bearer token issued by Auth0. Format: Bearer YOUR_ACCESS_TOKEN with the read:users scope.
string
required
MongoDB identifier of the requesting user (24-char hex). Required so locale- and subscription-aware fields can be applied.

Path parameters

string
required
ISIN of the investment product (12 alphanumeric characters).

Response fields

The response structure varies based on asset type. ETFs return holdings, distributions, and fund metadata, while stocks return company information, financial metrics, and analyst ratings.
AssetFundamentals
required
Asset-type specific fundamentals. The structure varies by asset type:
number
required
Latest traded price in the asset’s traded currency.
"GBP" | "EUR" | "USD"
required
Primary settlement currency for the asset.
AssetTag[]
required
Commercial or trading flags that should be surfaced to end users.
MarketInfo
Current market status and the next opening timestamp.
uri
Link to the Key Information Document when the product requires one (primarily ETFs).

Authorizations

Authorization
string
header
required

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

Headers

x-user-id
string
required

MongoDB identifier of the Wealthyhood user whose subscription context should be applied.

Pattern: ^[a-f0-9]{24}$

Path Parameters

isin
string
required

ISIN of the investment product to retrieve.

Pattern: ^[A-Z0-9]{12}$

Response

Investment product fundamentals snapshot.

fundamentals
object
required

Fundamentals for an ETF.

currentPrice
number<float>
required

Latest traded price in the main traded currency.

tradedCurrency
enum<string>
required
Available options:
GBP,
EUR,
USD
tags
enum<string>[]
required

Commercial and trading flags that should be surfaced to clients.

Available options:
FRACTIONAL,
ADR,
SMART_EXECUTION,
COMMISSION_FREE,
MARKET_OPEN,
MARKET_CLOSED
marketInfo
object
kid
string<uri>

URL to the KID document when applicable.