You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did you ever figure this out? I seem to be able to use the token I get from Questrade only once and then I start getting exceptions trying to use it a second (or more) time. I was for a while able to use the access_token.yml when the QT access token I got was failing but now that doesn't even seem to be working.
I mananged to authenticate to Questrade:
q = Questrade(token_yaml='qt_yaml')
but after that the only method that produced result was:
print(q.access_token)
I just want to retrieve quotes for symbols
Here is what I tried:
aapl_history = q.get_historical_data('AAPL', '2018-08-01', '2018-08-21','OneHour')
print(q.ticker_information('tickers':'APPL' ))
print (q.get_account_balances(account_id=xxxxxxxx) )
print(q.get_quote('tickers':'AAPL'))
print(q.get_account_id)
print (q.get_account_positions(account_id='xxxxxxxx'))
Qcode = q.get_quote(tickers=['AAPL'])
print(Qcode)
Working syntax greatly appreciated, have not had any response from apisupport@questrade.com
The text was updated successfully, but these errors were encountered: