v1

latestOpenAPI 3.0.22026-07-24113565544.0 KB
Instruments

List Instruments

Retrives a list of Instruments.

get/instruments

Query parameters

statusstring

The instrument status; to filter by.

isOptionsEnabledboolean

The ability to trade options for this instrument; to filter by.

Response

Retrieving a list of Instruments was Successful.

Example response

[
  {
    "id": "3fb1e8a9-f7d5-4d90-95e2-43e7326b5636",
    "symbol": "MS",
    "name": "Morgan Stanley",
    "enableExtendedHoursNotionalStatus": "INACTIVE",
    "instrumentType": "EQUITY",
    "type": "EQUITY",
    "status": "ACTIVE",
    "ISIN": "US023135BX34",
    "isOptionsEnabled": true,
    "payFrequency": "SEMI_ANNUALLY",
    "couponRate": 0.05,
    "maturityDate": "2022-05-10",
    "spRating": "AAA",
    "bondType": "CORPORATE_BOND",
    "domicileCountry": "US"
  }
]