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

FieldDescription
symbolSecurity symbol
exchangeExchange code of the security
typeType, one of: stock, option, etf, index, mutual_fund
descriptionSecurity 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"
      }
    ]
  }
}