Jafer Haider

Results 27 comments of Jafer Haider

Hi, I am planning to rewrite the javascript frontend of this extension to be compatible with jupyterlab on my fork of this repo. Will update will results!

Hi! For any future wanderers, I have written a jupyterlab version of this extension on my repo here: https://github.com/itsjafer/jupyterlab-sparkmonitor

I'll have to set up spark magic to try and test it out which will probably take a while since it's not really high priority for me. Could you try...

This usually happens because the front-end extension is not running. I think this error is actually linked to your previous issue. Are you able to successfully run the `jupyter labextension...

Hi @kimardenmiller , I haven't personally looked into retrieving open account orders but I'd love to review and merge a PR for it. Schwab doesn't have a spec for their...

Hi David, there’s no active plans to implement any new features, though I’d be happy to review and approve pull requests from others!

Hey Frank, my understanding is that buying and selling stock slices uses the same API as regular orders so, assuming the stock you're trading supports stock slices, you should be...

As it stands, I don't think this is achievable. This package uses Playwright to get past the authentication stage, and then makes HTTP requests.

Hi @kimardenmiller, I've updated this package to use the latest API that Schwab is using on their UI. I've added an orders_v2() function that should help you get the information...

The only workaround I could see is using async playwright to login to Schwab since the sync_playwright library is inherently incompatible with Jupyter