itsjafer / schwab-api

A python library for placing trades on Charles Schwab
MIT License
201 stars 64 forks source link

Auto renew token #21

Closed dougbrowning closed 8 months ago

dougbrowning commented 8 months ago

The token times out in about 2 mins "invalid_token"}']. In the TD API it would auto refresh that token.

Know anything on that?

thanks again

itsjafer commented 8 months ago

Hi @dougbrowning, I think I've added auto-renewal of tokens in 0.3.3, please take a look!

dougbrowning commented 8 months ago

Thanks but now this line is failing on me api.quote([stock]) spy_quotes = api.quote([stock]) AttributeError: 'Schwab' object has no attribute 'quote'

What changed? thanks