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
Example response
{
"data": [
"AAPL"
]
}