ETB List
The ETB list contains securities that are able to be sold short with a Tradier Brokerage account. The list is quite comprehensive and can result in a long download response time.
Reference
Field | Description |
---|---|
symbol | Security symbol |
exchange | Exchange code of the security |
type | Type, one of: stock, option, etf, index, mutual_fund |
description | Security detailed name or description |
Response
{
"securities": {
"security": [
{
"symbol": "SCS",
"exchange": "N",
"type": "stock",
"description": "Steelcase Inc"
},
{
"symbol": "EXAS",
"exchange": "Q",
"type": "stock",
"description": "Exact Sciences Corp"
},
{
"symbol": "BBL",
"exchange": "N",
"type": "stock",
"description": "BHP Group PlcSponsored ADR"
},
{
"symbol": "WLH",
"exchange": "N",
"type": "stock",
"description": "William Lyon Homes"
},
{
"symbol": "IBKC",
"exchange": "Q",
"type": "stock",
"description": "IBERIABANK Corp"
},
{
"symbol": "BBT",
"exchange": "N",
"type": "stock",
"description": "BB&T Corp"
}
]
}
}
Updated 13 days ago