Skip to content

Support the new data api

Pre-release
Pre-release

Choose a tag to compare

@shlomiku shlomiku released this 04 May 16:51
· 171 commits to master since this release
8561a9b

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