v1

latestOpenAPI 3.1.02026-07-2496304466.3 KB
Instruments

List Instruments

get/instruments

Query parameters

cursorstring

A pagination cursor. When you receive a paginated response containing the property pagination.next_cursor, you can pass its value here to get the next page of results for your query. A cursor will include filter parameters, so there is not need to specify both the cursor and any other filter parameter.

limitinteger

In order to customize the number of elements returned, you can provide a limit here. The service will not return more elements than specified.

type'etf' | 'fund' | 'stock'

A category specifying the type of a financial instrument:

<ul> <li><code>etf</code> <li><code>fund</code> <li><code>stock</code> </ul> <strong>Note:</strong> This list is not final, expect other values to be added in the future.

Headers

LMG-Data-Privacy-Access-Principalstring required
LMG-Data-Privacy-Access-Justificationstring required

Response

Successful Response

Example response

{
  "data": [
    {
      "isin": "LU1437015735",
      "title": "Amundi Index MSCI Europe UCITS ETF DR",
      "total_expense_ratio_pct": "0.07",
      "active_trading_halts": [
        {
          "valid_from": "2024-01-15T09:30:00.000000+00:00"
        }
      ]
    }
  ],
  "pagination": {
    "next_cursor": "<opaque-data>"
  }
}