updated positions_v2 url and parsing#77
Conversation
sometime around May 22, 2025, the existing positions_v2 url stopped working I went into developer tools in my schwab account to find this endpoint and then looked at its return json. It's a different data structure, so I updated that code as well. I could only test with the positions in my account (ETFs) so I don't know if this is full enough of an implementation.
|
Confirmed fix. |
|
This works well for me, would love this to be merged @itsjafer |
|
Any chance you could fork this repo and take over maintenance? I have a bunch of pending changes too that I need for my rebalancing code. If this repo could be maintained, I could make my rebalancing library public to make use of it. Let me know - thanks! |
|
@virgilbourassa I think you should! My use case for Schwab went away because the 401k got migrated to a new brokerage. And I was using this to automate rebalancing in my 401k. But I'd love to see your rebalancing library. Mine is janky AF! Though in a world of agents, I could improve it pretty easily I suppose... |
|
Sent you an invite to my private trading repo. I've never maintained a public repo before - advice is welcome. I do use this on a regular basis. But it requires all the (ongoing) changes in my pull request to this repo. |
|
@yanowitz - And, I do think I've copied some of your fixes into my fork to keep it working ;-) |
sometime around May 22, 2025, the existing positions_v2 url stopped working
I went into developer tools in my schwab account to find this endpoint and then looked at its return json. It's a different data structure, so I updated that code as well. I could only test with the positions in my account (ETFs) so I don't know if this is full enough of an implementation.