Retrieving instruments details
To get instrument detailed information, call:
GET /instruments/{instrument_id}
Example response
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2022-08-31T17:28:00.00Z",
"updated_at": "2022-08-31T17:28:00.00Z",
"isin": "DE0007664005",
"wkn": "766400",
"name": "Volkswagen (VW) St. Aktie.",
"fractional_trading": true,
"trading_status": "ACTIVE",
"details": {
"distribution_countries": [
"DE",
"AT",
"ES"
]
}
}
The details
-object contains optionally information about the distribution countries:
Parameter | Description |
---|---|
distribution_countries | Optional. Possible values: DE , AT , ES |
You can find detailed information on instruments in this chapter.