Skip to content

Releases: polygon-io/client-python

v1.7.2

23 Feb 20:55
c23cf2d
Compare
Choose a tag to compare

What's Changed

  • Fix malformed query filter params in #389
  • Added stocks demo scripts in #377
  • Updated README with link to demo videos blog

Full Changelog: v1.7.1...v1.7.2

v1.7.1

01 Feb 16:06
e1ae814
Compare
Choose a tag to compare

What's Changed

  • added ticker_suffix to TickerDetails model class by @antdjohns in #371

Full Changelog: v1.7.0...v1.7.1

Add ListAggs iterator support

30 Jan 15:49
72b1a9e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.3...v1.7.0

v1.6.3

26 Jan 21:36
0971ba2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.2...v1.6.3

v1.6.2

19 Jan 22:49
20d7c33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.1...v1.6.2

v1.6.1

17 Jan 22:16
075a73e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.6.1

v1.6.0

05 Jan 19:45
425bdd4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.6.0

Added Launchpad products, Summary endpoint, and Ticker Events endpoint

12 Dec 20:54
5d33f34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.5.0

Custom JSON module support and get_ticker_details bugfix

31 Oct 14:14
1c75361
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.4.0

Serialize boolean query parameters as lowercase in URL

05 Oct 19:58
0a4aaa1
Compare
Choose a tag to compare
serialize boolean parameters as lowercase strings in url (#313)

* serialize boolean parameters as lowercase strings in url

* fix unit tests

* fix last unit test

* fix last unit test, for real

* lint