questrade_api
questrade_api copied to clipboard
Python3 Questrade API Wrapper
Hello team, I have been running the API for a couple weeks now and it works fine; however, it seems to time out after a couple days or only after...
Hi Tom, Neat project. I noticed something weird. I am using a FastAPI app, in my app.py I always make a connection and instantiate the Q object (= Questrade(refresh_token='XX') )....
*** Error Output Below *** ``` File "/usr/local/Cellar/python/3.7.5/Frameworks/Python.framework/Versions/3.7/lib/python3.7/json/decoder.py", line 353, in raw_decode obj, end = self.scan_once(s, idx) builtins.StopIteration: 1 During handling of the above exception, another exception occurred:  File...
# Issue The current module only works for Python >= 3.6. You cannot call astimezone() on naive datetimes prior to Python 3.6. ```bash `ValueError: astimezone() cannot be applied to a...
Thank you very much for developing this software! I am using the fork by @kerouac01850. When trying to connect, I got: "Failed to authenticate using Questrade token ..." But the...
I believe you need to add USER AGENT header to your urllib request, otherwise you will get "403 Forbidden" or "400 Bad Request" errors when refresh token and all subsequent...