Closed victorfaria87 closed 12 months ago
Hey Jafer
I am now attempting to integrate Python in Excel using xlwings. Having multiple issues for which have not found solutions, and may be a dead end.
I am thinking in transition to a different approach: • Your Python code automated in “Fast API”. • Send simple GET and POST requests from Excel VBA. • Have “FastAPI” handle the requests to schwabs.
Is this possible?
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.
Good afternoon Jafer. I have been searching the whole internet for a way automate Excel with Charles Schwab.
I have very little knowledge of Python, I dedicate most of my time to VBA because of the simple integration with Excel.
I am trying to import information from my Schwab’s account in to excel and trade stocks directly from excel.
On the description, you indicate you perform web requests to the Schwab own API.
Thanks Victor