# Instruments

The **instrument universe** consists of mutual funds available for a given client or globally.
Retrieve instrument metadata: identifiers (e.g., ISIN), currency, latest price, **KIID** links,
tradability flags, unit decimals, minimums, and cost/fee breakdowns.

 - [GET /v2/partner/instrument](https://docs.fondo.se/openapi/api/instrument/getinstruments.md): Returns all mutual fund instruments available on the platform, including identifiers, currency, latest prices and dates, KIID links, tradability flags, costs/fees, rebates, and instrument rules (unit
 - [GET /v2/partner/instrument/{instrumentId}](https://docs.fondo.se/openapi/api/instrument/getinstrumentbyid.md): Returns the full instrument record for instrumentId, including identifiers (id, isincode), name, currency, latest pricing, KIID links, tradability flags, cost breakdowns, rebates, and unit/amount cons
 - [GET /v2/partner/client/{clientId}/instrument/{instrumentId}/prices](https://docs.fondo.se/openapi/api/instrument/getinstrumentprices.md): Returns historical price data for the instrument identified by instrumentId. Filter by date range using start and end query parameters (YYYY-MM-DD). The date range is limited to a maximum of 365 days.
