Skip to content

Enable Raw API Response

Compare
Choose a tag to compare
@shlomiku shlomiku released this 17 Jan 10:10
· 226 commits to master since this release
788f035

In this release we enable raw data responses from REST and Stream APIs. (de0fc4f)
It is achieved by passing raw_data=True to API instances and it returns the data without wrapping it with Entity objects. Default is using Entities, exactly as before.
Also:

  • Support for polygon financials V2 (200f667)
  • Update the example code for websocket usage (a02e694)
  • Add oauth support for StreamConn (05f3a78)
  • Add CI pipelines for python 3.6-3.9 (be04063)
  • Make sure there are no issues with pandas 1.2.0+ and numpy 1.20.0+ which dropped support for python 3.6 (e2eb54d)

Fixes

  • handle better aggs empty response (e2c9b74)
  • fixing dates for polygon queries (d84675e)
  • fix should use asyncio.sleep inside async methods (c329fba)
  • Calendar Entity dates (f848bdd)
  • polygon grouped_daily() url (013cb80)
  • update polygon trade mapping for Entity (8dbb109)