The Secret API of Banks
gduverger.com
The Secret API of Banks
1–10 of 257 posts
Re: The Secret API of Banks
#2This is an awesome alternative to scraping your own bank transactions. I'm considering using this technique to automatically add rows to my personal GnuCash MySQL database.
Re: The Secret API of Banks
#3I'm definitely going to check this out for my credit union.
Re: The Secret API of Banks
#4I was expecting this to outline how you could actually use various APIs from different banks, but was still pleasantly happy with the actual content of the article. This is a clever idea I had never thought about doing. Kudos to OP!
Re: The Secret API of Banks
#5This is an awesome alternative to scraping your own bank transactions. I'm considering using this technique to automatically add rows to my personal GnuCash MySQL database.
Is there a good existing framework that can turn emails into events? Some sort of IMAP client ?
Re: The Secret API of Banks
#6Yeah, I've been doing this for a couple of months now. I just happen to use a combination of Gmail filters, IFTTT actions to post to a webhook of a custom app hosted for free at Heroku to parse and send to Google Spreadsheets. It's been serving me well, definitely better than my bank's app.
Re: The Secret API of Banks
#7"please enter a value greater than 0"
lol oh well
Re: The Secret API of Banks
#8For those in the EU there's something interesting coming next year, banks need to provide open API to interact with each other:
https://thenextweb.com/worldofbanking/2018/06/27/openbanking...
Already right now in Germany there are a lot of banks that share a common API format which is why there are a lot of banking apps where you can just log into your bank and don't need bank specific apps. It's called HBCI / FinTS (https://en.wikipedia.org/wiki/FinTS) and it's great to have that possibility without doing some web-scraping to get your data out.
One example of another german bank API would be:
Re: The Secret API of Banks
#9I'm not sure I'd feel better about having every single transaction in email. That doesn't seem any more secure to me.
Re: The Secret API of Banks
#10OP, could you share the code for this?