Retrieve Instrument(s)
GET {{market_url}}/instruments/
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
isin | null | string - specify up to 10 instruments (optional) | |
mic | null | string - filter by Market Identifier Code (optional) | |
search | null | string - search by Name/Title, ISIN, WKN or symbol (optional) | |
type | null | string - search for type of instrument, e.g. "stock" or "etf" (optional) | |
currency | null | string - filter by "EUR" or "USD" (optional) | |
tradable | null | boolean - filter by tradable ("true") or non-tradable ("false") instruments (optional) | |
limit | null | int - pagination limit (optional) | |
page | null | int - results page (optional) |