Reference Data
Get brokerage instruments
Returns a list of all brokerage instruments available for a given brokerage. Not all brokerages support this. The ones that don't will return an empty list.
get/brokerages/{slug}/instruments
Path parameters
slugstring required
Example:QUESTRADE
A short, unique identifier for the brokerage. It is usually the name of the brokerage in capital letters and will never change.
Response
A list of brokerage instruments.
Example response
{
"instruments": [
{
"symbol": "AAPL",
"exchange_mic": "XNAS",
"tradeable": true,
"fractionable": true,
"universal_symbol_id": "2bcd7cc3-e922-4976-bce1-9858296801c3"
}
]
}