Instruments

List instruments

List all available instruments.

get/instruments

Response

Successful response containing the list of instruments.

Example response

{
  "data": [
    {
      "symbols": [
        {
          "symbol": "AAPL"
        }
      ],
      "primary_exchange": "NASDAQ",
      "description": "Apple Inc."
    }
  ]
}

Changes

Changed in 1 of the 22 revisions of this API.1