Alpaca Trading
Alpaca Trading API enables anyone to build and connect applications and algorithms to buy/sell stocks with zero commissions. *Securities are offered through Alpaca Securities LLC* https://alpaca.markets/#disclosures
Alpaca Trading endpoints
| Method | Endpoint | Description |
|---|---|---|
| Account | ||
| GET |
Get the account /v1/account |
Returns the account associated with the API key |
| Orders | ||
| GET |
Get a list of orders /v1/orders |
Retrieves a list of orders for the account, filtered by the supplied query parameters. |
| POST |
Request a new order /v1/orders |
Places a new order for the given account. An order request may be rejected if the account is not authorized for trading, or if the tradable balance is insufficient to fill the… |
| GET |
Get an order by client order id /v1/orders:client_order_id |
|
| GET |
Get an order /v1/client |
etrieves a single of order for the given order_id. |
| DELETE |
Cancel an order /v1/orders |
|
| Positions | ||
| GET |
Get open positions /v1/positions |
Retrieves a list of the account's open positions. |
| GET |
Retrieves the account's open position for given symbol /v1/positions/{symbol} |
|
| Assets | ||
| GET |
Get assets /v1/assets |
|
| GET |
Get an asset /v1/assets/{symbol} |
|
| Clock | ||
| GET |
Get the clock /v1/clock |
Returns the market clock |
| Calendar | ||
| GET |
Get the calendar /v1/calendar |
Returns the market calendar |
Alpaca Trading pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|