Skip to content

Add next_url param to Tickers v3 for pagination

Compare
Choose a tag to compare
@suremarc suremarc released this 23 Jul 15:37
· 446 commits to master since this release
1ab00a9

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=[...]')