Skip to content

Releases: polygon-io/client-python

Fixed stocks daily open close bug

09 May 15:59
1509ddd
Compare
Choose a tag to compare

See #69. This release fixes a bug where users were unable to get the daily open/close from our stocks API.

Added missing endpoints

07 May 21:14
3bbf778
Compare
Choose a tag to compare

This release adds several new endpoints to our python client:

  • Reference Tickers v3
  • Reference Ticker Details vX
  • Reference Ticker News v2
    As well as some old endpoints that this client was missing:
  • Aggregates, Grouped Daily & Previous Close (both for FX and Crypto)
  • Forex Market Snapshot (single ticker)

Add documentation and allow users to pass http timeouts to rest client

06 Nov 15:39
fd5384c
Compare
Choose a tag to compare
pass RESTClient a timeout in seconds (#41)

This will throw a `requests.ConnectTimeout` if the timeout is passed before the server responds. I believe the default amount of retries is 3, but I haven't checked.

Make setup requirements more flexible

27 Aug 19:40
312af16
Compare
Choose a tag to compare

Flexible requirements and context manager

25 Aug 15:29
46d7374
Compare
Choose a tag to compare

#36 Makes the package requirements more flexible
#37 Makes the RESTClient a context manager where on __exit__ it closes the underlying http resources

Another package description update

12 Jun 15:19
7ec3bba
Compare
Choose a tag to compare
add better anchor name for readme (#27)

* add better anchor name for readme

* pr feedback

Update Package description again

10 Jun 21:17
7d4e7a6
Compare
Choose a tag to compare
v0.1.5

update readme fix links add badge (#25)

Update Package description

10 Jun 21:11
c23015c
Compare
Choose a tag to compare

No change to package functionality, just updating description

Add requests as install dep

27 May 14:55
02c6194
Compare
Choose a tag to compare
adding requests as a dep for install (#18)

* adding requests as a dep for install

* remove CI for PR until we have something to check

Add deps to packaging logic

11 Mar 15:35
f66e976
Compare
Choose a tag to compare