alexgolec / tda-api

A TD Ameritrade API client for Python. Includes historical data for equities and ETFs, options chains, streaming order book data, complex order construction, and more.
https://tda-api.readthedocs.io
MIT License
1.26k stars 335 forks source link

add EVERY_SIXTY_MINUTES Frequency #330

Open biz-whitney opened 1 year ago

biz-whitney commented 1 year ago

Add EVERY_SIXTY_MINUTES Frequency to make it possible to fetch hourly candlesticks.

biz-whitney commented 1 year ago

@alexgolec I wan't sure if there was a way to fetch hourly prices so I added the EVERY_SIXTY_MINUTES frequency. Can you approve this? Thanks again for creating this repo.