Earlier quoted context omitted.
I have a very similar setup, except using YNAB[0]. I never felt like I really used Mint, besides just going and looking at my balances and (infrequently) thinking, "huh, looks like I'm over-budget again". With this setup, I feel like I'm taking matters into my own hands, which has had a noticeable impact on my spending and planning discipline. Thanks for the link to your project, looks really useful! [0]: https://www…
YNAB recommends the manual entry of purchases to better understand the relationship between the things you buy and your money. This has helped me be much less impulsive and more aware of the large money sinks in my life (lunch!). Whatever setup works for you to help you budget though, it is great software.
Big Banks Lock Horns with Personal-Finance Web Portals
91–100 of 108 posts
Re: Big Banks Lock Horns with Personal-Finance Web Portals
#92Earlier quoted context omitted.
I have a very similar setup, except using YNAB[0]. I never felt like I really used Mint, besides just going and looking at my balances and (infrequently) thinking, "huh, looks like I'm over-budget again". With this setup, I feel like I'm taking matters into my own hands, which has had a noticeable impact on my spending and planning discipline. Thanks for the link to your project, looks really useful! [0]: https://www…
Yeah. I actually really liked Mint, before it I had no idea where my money was going. But the security stuff started to bug me, and there were mounting frustrations with Mint's inflexibility that finally pushed me to go a different direction. Also, the first link I posted isn't my work, just a nice utility I found. I did roll my own Python for converting OFX to Ledger though, been meaning to clean that up and post it…
Re: Big Banks Lock Horns with Personal-Finance Web Portals
#93Earlier quoted context omitted.
The dumb part is banks are more than willing to support Quicken's Express Web Connect, which literally stores your username/password on Intuit's servers, logs into your online banking portal and downloads the .qfx files you would get if you did it by hand. This is the same company that owns Mint, and it's literally doing the same thing! Oh well, until banks decide to stop allowing users to manually save .qfx files th…
As a (reluctant) Quicken user, I was not aware that Express Web Connect credentials are stored on Quicken servers. Do you have anything to back that assertion up?
Re: Big Banks Lock Horns with Personal-Finance Web Portals
#94I used Mint for a long time, but eventually decided I didn't like them having all my bank login information, including security questions. So I switched to a setup where I download OFX data directly from my banks using a Python script [1], and use Ledger [2] to track spending, balances, etc. A big bonus of this approach is that I have complete control over the data, so if an import get screwed up somehow I can fix it…
I have a very similar setup, except using YNAB[0]. I never felt like I really used Mint, besides just going and looking at my balances and (infrequently) thinking, "huh, looks like I'm over-budget again". With this setup, I feel like I'm taking matters into my own hands, which has had a noticeable impact on my spending and planning discipline. Thanks for the link to your project, looks really useful! [0]: https://www…
Re: Big Banks Lock Horns with Personal-Finance Web Portals
#95I used Mint for a long time, but eventually decided I didn't like them having all my bank login information, including security questions. So I switched to a setup where I download OFX data directly from my banks using a Python script [1], and use Ledger [2] to track spending, balances, etc. A big bonus of this approach is that I have complete control over the data, so if an import get screwed up somehow I can fix it…
It absolutely blows my mind that people are happy to hand over their banking credentials to a third party. I would never in a billion years ever have believed it were possible for a firm to succeed predicated on that basis. I'm pretty sure that doing that in the UK instantly nullifies any protection you have against fraud etc.
Re: Big Banks Lock Horns with Personal-Finance Web Portals
#96Earlier quoted context omitted.
Blockbuster didn't have legislative scaffolding and bureaucracy throughout the entire world on its side.
The bigger they are the harder they fall
Re: Big Banks Lock Horns with Personal-Finance Web Portals
#97Earlier quoted context omitted.
The advantage I see Mint has is they don't require OFX as they appear willing to scrape sites for content.
Yeah, but the advantage of OFX is that it is read-only and can use different credentials for authentication (depending on the bank.) Another advantage I forgot to mention is that I couldn't use my bank's 2FA with Mint.
This does invite the question of why Mint isn't using (or even just offering) OFX read-only credentials... or do they?
Re: Big Banks Lock Horns with Personal-Finance Web Portals
#98If the banks cared they would provide either token-based API like oAuth or at the very least, a read-only password for users to give these sites that aren't fully credentialed. Customers will always want to extract their data.
It could actually be extended into a very compelling product; imagine being able to issue not only read-only tokens, but a token which authorizes the bearer to withdraw up to $100/month. Parents could issue such tokens to children for emergencies, or other such situations.
Re: Big Banks Lock Horns with Personal-Finance Web Portals
#99If the banks cared they would provide either token-based API like oAuth or at the very least, a read-only password for users to give these sites that aren't fully credentialed. Customers will always want to extract their data.
Re: Big Banks Lock Horns with Personal-Finance Web Portals
#100This is the major difference between the US and EU. In the EU this isn't the "bank's customer data" this is the "customer's data." The customer actually has a legal right to see what data is held about them by the bank, and the bank has a legal obligation to make sure that data is accurate and up to date.
The dumb part is banks are more than willing to support Quicken's Express Web Connect, which literally stores your username/password on Intuit's servers, logs into your online banking portal and downloads the .qfx files you would get if you did it by hand. This is the same company that owns Mint, and it's literally doing the same thing! Oh well, until banks decide to stop allowing users to manually save .qfx files th…
By tokenizing each account, it ensures that if a breach of any of those products were to happen, the bank authentication credentials won't be leaked.