Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Profile URL for institutions like Vanguard #56

Open
eyal-feex opened this issue Dec 20, 2020 · 1 comment
Open

Support Profile URL for institutions like Vanguard #56

eyal-feex opened this issue Dec 20, 2020 · 1 comment

Comments

@eyal-feex
Copy link

Hi,
Vanguard has changed their OFX service so now you're required to call readProfile() before trying to fetch account data and then you have to use the cookies for the subsequent calls. readProfile should call a different URL than the rest of the requests.

I would suggest to add a profileUrl member to BaseFinancialInstitutionData and use that in readProfile().

Also, another change is required to keep the connection open between requests (and then close it when done).

@stoicflame
Copy link
Owner

Sure!

Want to put together a pull request for me to review?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants