Investment Products
Get investment product fundamentals
Return pricing, tags, and fundamentals for an investment product resolved by ISIN.
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
Bearer token issued by Auth0. Format:
Bearer YOUR_ACCESS_TOKEN with the read:users scope.MongoDB identifier of the requesting user (24-char hex). Required so locale- and subscription-aware
fields can be applied.
Path parameters
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.Asset-type specific fundamentals. The structure varies by asset type:
Latest traded price in the asset’s traded currency.
Primary settlement currency for the asset.
Commercial or trading flags that should be surfaced to end users.
Current market status and the next opening timestamp.
Link to the Key Information Document when the product requires one (primarily ETFs).
Authorizations
Auth0-issued access token that includes the read:users scope.
Headers
MongoDB identifier of the Wealthyhood user whose subscription context should be applied.
Pattern:
^[a-f0-9]{24}$Path Parameters
ISIN of the investment product to retrieve.
Pattern:
^[A-Z0-9]{12}$Response
Investment product fundamentals snapshot.
Fundamentals for an ETF.
- Option 1
- Option 2
Latest traded price in the main traded currency.
Available options:
GBP, EUR, USD Commercial and trading flags that should be surfaced to clients.
Available options:
FRACTIONAL, ADR, SMART_EXECUTION, COMMISSION_FREE, MARKET_OPEN, MARKET_CLOSED URL to the KID document when applicable.