Jafer Haider
Jafer Haider
Brief update on this: I tested out an asynchronous version and it seemed to work well with Jupyter/Colab, though it wasn't actually able to login as expected. I'll continue looking...
Hi version 0.4.0 is now compatible with asynchronous environments. Thank you @4rumprom for your contribution!
From what I recall, the APIs that I call in this library were publicly available through sniffing network requests on the website. If these requests are no longer visible, my...
An update on this, I've managed to replicate the "new" requests and get past authorization errors. At a cursory glance, I believe adding this feature support would be straightforward and...
Hi! I pushed version 0.3.0, which features a trade_v2() function. For now, I've hard coded it as a day only market order, but if you take a look, it is...
Quick update, version 0.3.2 has Limit order and Stop loss order support, but will still require some investigation on your part to figure out the Schwab enum code mappings.
Additionally, I believe this PR renames certain methods, which introduces breaking changes in terms of backwards compatibility. I think we need strong justification before we take that step.
I tried implementing this a while ago and found it didn't persist correctly. How long can you keep login data cached, in your testing? I'd love to be able to...
Hi @tristanpenman, I've merged in the async changes from @4rumprom's PR. I would love it if you could create a PR for persisting login data!
Thank you for your contribution @tristanpenman! Your PR has been merged and should be available in v0.4.1 :)