GET/nav/{identifier}
Advanced or higher

Latest NAV for a single instrument

Latest NAV for one instrument, addressed by ISIN or MIC:symbol.

Code samples

curl -X GET 'https://api.tickerapp.net/v2/nav/<identifier>' \
  -H 'x-api-key: $TICKER_API_KEY'

Try it

Try it live
Send a real request to this endpoint with your API key. Sign in to try it from your browser.
Sign in to try →

Parameters

Path parameters

identifierrequired
string

ISIN (12 chars) or MIC:symbol, e.g. XLON:SMT.

Responses

200Latest NAV for the instrument
404Instrument not found