v22

latestOpenAPI 3.0.0raw.githubusercontent.com2026-03-03327794.1 KB
Rates

List easy borrows

List all current easy-to-borrow stock symbols. This list changes dynamically daily.

get/accounts/{account_id}/easy-borrows

Path parameters

account_idstring required

Account ID for the account.

Example:100000

Response

Successful response

dataSymbol[] required

Example response

{
  "data": [
    "AAPL"
  ]
}