Skip to content

Releases: polygon-io/client-python

v1.0.0b15

20 May 14:24
df68874
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0.beta14...v1.0.0b15

v1.0.0b14

18 May 18:00
e90bc58
Compare
Choose a tag to compare

Mostly cleanup

What's Changed

New Contributors

Full Changelog: v1.0.0.beta13...v1.0.0.beta14

v1.0.0.beta13

17 May 19:03
015764b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0.beta12...v1.0.0.beta13

v1.0.0.beta12

16 May 13:59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0.beta11...v1.0.0.beta12

1.0.0 beta 11

09 May 15:23
a0300a9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0.beta10...v1.0.0.beta11

Add websockets

05 May 15:36
2a49fdf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0.beta8...v1.0.0.beta9

Add certifi to websockets

05 May 15:51
3f0cc8b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0.beta9...v1.0.0.beta10

v1.0.0.beta8

02 May 21:03
Compare
Choose a tag to compare

Version bump only

v1.0.0.beta7

02 May 21:00
d757c33
Compare
Choose a tag to compare

Fix dataclasses

What's Changed

Full Changelog: v0.2.11...v1.0.0.beta7

Add next_url param to Tickers v3 for pagination

23 Jul 15:37
1ab00a9
Compare
Choose a tag to compare

You can now pass a next_url attribute as a parameter when using the Tickers v3 endpoint, like so:

resp = client.reference_tickers_v3(next_url = 'https://api.polygon.io/v3/reference/tickers?cursor=[...]')