Support the new data api
Pre-release
Pre-release
In this release we integrate the new Alpaca data API
we now support:
- getLastQuote - /v1/last_quote/stocks/{symbol}
- getLastTrade - /v1/last/stocks/{symbol}
- get minute bars - /v1/bars/{timeframe}
- websocket for live data streaming:
- T.{symbol}: trades for the symbol
- Q.{symbol}: quotes for the symbol
- AM.{symbol}: minute bars for the symbol