Live data from Hacker News

Bank of America Cut Off Finance Sites from Its Data

nasdaq.com

41–50 of 61 posts

Re: Bank of America Cut Off Finance Sites from Its Data

#41

Remember when Simple was going to offer an API and provide a path forward for this problem [1][2]? Never happened [3], speaks to challenges of financial data still I guess. [1] http://www.programmableweb.com/news/banksimple-banking-servi... [2] https://groups.google.com/forum/#!forum/simple-api [3] https://www.simple.com/api

[deleted]

Re: Bank of America Cut Off Finance Sites from Its Data

#42
post #32

Banks have been purposefully limiting customers' view of electronic data for years, first by eliminating running balances about 10 years ago and then by limiting online data to 90 days. They do this because confused customers are more likely to pay fees such as overdraft fees, which is where retail banks make most of their money. Mint complied with the banks' demand to not display running balances but they do display…

> In an ideal world a government regulator would step in and ensure data access and privacy.

No, in an ideal world there would be much more competition between banks, forcing them to offer better services in order to keep their customers.

Re: Bank of America Cut Off Finance Sites from Its Data

#43

Fuck it, I am going to build an open source project with the sole goal of automating access to all of these sites with selenium or something. Get ready for war(in the nice, data science-y way)

If you're serious about this, let me know. I've been thinking about doing the same for some time now. How would you solve for accounts with 2-factor auth enabled?

Re: Bank of America Cut Off Finance Sites from Its Data

#46
post #40

Wait a minute. From ITS data? From Bank of America's data? I think they mean from the customer's data. Data that the customer specifically authorized these services to access.

The way it works here in the US is that data belongs to the bank and not the customer.

Re: Bank of America Cut Off Finance Sites from Its Data

#47
post #25
post #10

Earlier quoted context omitted.

That's what these "finance sites" already do. That's why you have to enter your bank username and password to use them - they just scrape the website. Incidentally, I have never used one, because that requirement is completely insane.

Why is that insane? It's inelegant, but it's not functionally different than having an API and a system for registering API keys. Either you trust the aggregator or you don't; if you don't you shouldn't give them access to your data either way. If they do something they shouldn't with your data, they'll be ruined if it becomes public. (Of course there's a huge gray area of things they could do that you wouldn't like,…

> but it's not functionally different than having an API and a system for registering API keys

No, it's completely different. The entire point of keys is avoid having to store credentials, it has nothing to do with permissioning. In the case of Mint etc., they have to store credentials because there is no token/key system being provided from the banks (ie: oAuth). In the case of something like oAuth creds are never sent to the 3rd party.

And the ironic part of this is if they banks simply provided something like oAuth then they would have MUCH more control over who they worked with and have an easier time managing 3rd party data.

Re: Bank of America Cut Off Finance Sites from Its Data

#48

Fuck it, I am going to build an open source project with the sole goal of automating access to all of these sites with selenium or something. Get ready for war(in the nice, data science-y way)

Wesabe was a competitor to Mint that did tons of scraping, including having a browser extension that did the scraping client side.

They've open sourced much of their code. Take a look at https://github.com/wesabe/ssu and the other projects in that organization.

Re: Bank of America Cut Off Finance Sites from Its Data

#50
post #42
post #32

Banks have been purposefully limiting customers' view of electronic data for years, first by eliminating running balances about 10 years ago and then by limiting online data to 90 days. They do this because confused customers are more likely to pay fees such as overdraft fees, which is where retail banks make most of their money. Mint complied with the banks' demand to not display running balances but they do display…

> In an ideal world a government regulator would step in and ensure data access and privacy. No, in an ideal world there would be much more competition between banks, forcing them to offer better services in order to keep their customers.

Given that I think everyone here wants banks to give us better data access and privacy, why is the more-competition ideal world better than the government-regulation ideal world in this specific regard?
Post reply on HN