alpacahq / alpaca-py

The Official Python SDK for Alpaca API
https://alpaca.markets/sdks/python/getting_started.html
Apache License 2.0
605 stars 149 forks source link

feat: Add page_token/next_page_token to retrieve historical bars/quotes/trades #504

Closed hiohiohio closed 2 months ago

hiohiohio commented 2 months ago

closes https://github.com/alpacahq/alpaca-py/issues/503

Context:

Changes:

gnvk commented 2 months ago

We don't need this, see my explanation here: https://github.com/alpacahq/alpaca-py/issues/503#issuecomment-2324189231

hiohiohio commented 2 months ago

We don't need this, see my explanation here: #503 (comment)

Oh, You are right. I should have checked the code more. Thank you.