create_locate
Create a locate request for a short sale by specifying a stock symbol and quantity. Optionally set a maximum locate fee per share or require an all-or-none fill.
Instructions
Creates a locate request for a short sale. Requires a symbol and quantity. Optionally set a limit price and all-or-none flag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| qty | Yes | Number of shares to locate. Must be positive and in round lots of 100; invalid quantities return HTTP 400. | |
| symbol | Yes | Stock symbol. | |
| all_or_none | No | Reject the locate unless the full requested quantity is available. | |
| limit_price | No | Maximum acceptable locate fee per share, as a decimal string in USD. If omitted, any quoted fee is accepted. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||