/navNAV across the universe (or specified instruments)
Latest NAV per instrument, as the full basis matrix. With isins, the named instruments. Without, the whole NAV universe — narrow it with fcaListingCategory, poll it incrementally with sinceCursor, page it with pageCursor or pageNumber.
Code samples
Try it
Parameters
Query parameters
isinsComma-separated ISINs (or repeat isin). Omit for the whole NAV universe.
fcaListingCategoriesScope the universe to one or more FCA UK Listing Rules categories (UKLR 1.5), by short alias, comma-separated. Aliases: ceif (closed-ended investment funds / investment trusts), oeic (open-ended investment companies), gdr (depositary receipts), ordinary-shares, shell, secondary-listing, transition, non-equity, debt, securitised-derivatives, warrants. Use either fcaListingCategories (comma-separated) or fcaListingCategory (repeated), not both. Ignored when isins is given.
fcaListingCategoryRepeated single-alias form of fcaListingCategories, e.g. fcaListingCategory=ceif&fcaListingCategory=oeic.
sinceCursorUniverse poll: return only instruments whose latest NAV published after this cursor. Pass the latestCursor from the previous response to fetch just what is new.
pageCursorUniverse keyset pagination — continue after this token (response nextCursor). Mutually exclusive with pageNumber.
pageSize100pageNumber1Responses
200Latest NAV per instrument{
"data": [NavRecord],
"meta": {
"paging": ClassicPaging
}
}