-
Notifications
You must be signed in to change notification settings - Fork 68
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
Banks moving on from OFX to Open Banking? FDX? #164
Comments
Good to see they are actually using it - last I checked FDX didn't have much traction. It does sound like it's established as the successor to OFX. Unless the free ("Observer") tier actually enables you to get data, it doesn't sound very favorable to the open source community... Sorry, no actual answer to your question but will be following along... |
When I got in contact with them, they pretty much told me to piss up a rope. The world is pretty far removed from the dot-com ideals of bringing open source, Jim Clark, IETF etc. to revolutionize hidebound industries like finance & healthcare. Now it's just "father knows best" money center banks, financial-processing rentiers, and VC-funded fintech douchebags driving the bus. The only reason FDX is even a thing is as an industry response to show "we're doing something" and head off the threat of legislation/regulation. To quote that wikii:
Emphasis on "market-driven". What they're getting to is public-key cryptographic methods to ensure that all access is authorized by a root of trust depending from a consortium member. It isn't going to be "I can log in with my password", it's gonna be "My service provider can do this for me (and charge me a fee) if they're clicked up with a consortium member". And the consortium ain't gonna be open access, for sure. The way they were talking to me was very much pay-to-play.... coz there's plenty of VCs who will pay. A pox on all their houses. Really though, it doesn't matter all that much to me. Banks will probably offer OFX-format data downloads (that I can parse with ofxtools) on their websites for a long time. I don't really use the OFXClient anyway |
With the little bit of reading I did, I got the same impression -- that FDX is only for commercial interests, and not for FOSS folks. I was trying not to be cynical, but here we are, sigh. I use OFXClient a lot in my workflow (see this article), and that part of my workflow is down to literally under 8 seconds to download ~25 accounts. I'm not looking forward to logging in to websites to download ofxs. Assuming ofxs are still provided (Schwab quit providing ofx at all). Bummer, but thanks for the entertaining post, @csingley! |
@redstreet I've played around with Playwright and was able to get OFX files off of bank/ccs that no longer support ofx direct connect. That might be an option for you for automation. |
Cool, thank you for the suggestion, I'll check it out, @djedi. I'm annoyed enough at going from flawless, single-command 1-second downloads and imports to a hundreds of clicks and windows. Any recommendations on articles/videos on the fastest way to get myself setup to login to a bank account and download? Also, how do folks store passwords securely when using these types of browser navigation? How do folks handle 2FA? |
@redstreet I used to use Protractor for accounts where I couldn't use direct OFX, and I'm now starting to use Playwright with success. The documentation is fairly easy to follow, but here's a couple tips related to automating logins and your other questions:
|
That's great, thanks for the second recommendation, @amandabot. Forgive my ignorance here of web technologies, but:
Thanks in advance! |
@redstreet Here is a script I run regularly that logs in to AMEX and downloads a transaction file, then parses the file to import transactions into YNAB. I got tired of Yodlee's stupic sync issues all the time. This has been more reliable for me. https://gist.github.com/djedi/46a9ede2002fce07dea3cfe5d9f93a83 @amandabot I've read some tutorials on connecting an open browser to playwright, but so far I haven't had success. Do you have any tips? |
Yeah, Playwright is intended for end-to-end testing, but it can be leveraged for automation outside of the testing framework. Check out the gist below for a mini-tutorial on Playwright setup. It does a Google search and clicks into the Playwright docs. That's more or less the extent of what you'll need to do to get OFX docs from a site. As long as you know some basic HTML selector syntax, you should be good. The Playwright docs are pretty good as well. I run it on plain Windows. You could probably do WSL as well. I would stick with headed mode since you mentioned MFA; you'll need to see the screen to know when your input is required. If your site doesn't have MFA, headless is fine too, but personally, I like to watch the automation zip around the site at superhuman speeds 😅. It's also nice in case something breaks or changes that I can be aware of what the issue is. @djedi |
These examples and pointers are awesome @amandabot and @djedi. Writing my automation now. Thanks a ton! |
Though not directly related to the code in this repo, this is the best place I could think of for asking this question: banks and institutions seem to be moving away from ofx and direct connect, into "Open Banking", in the US, the Financial Data Exchange standards.
Does anyone know how to access these via high level open source tools similar to ofxtools? Ideally, something like a drop in replacement for ofxtools? Here is an example list of US banks that have moved to Open Banking.
The text was updated successfully, but these errors were encountered: