Earlier quoted context omitted.
What does "open finance" mean in this context? I have the same desire as OP to access my own data. I want to build a tool to track my assets. Maybe it's worth building this as open source. Would that be considered "open finance"?
The access to my bank’s PSD2 API is only possible for authorized companies. I assume other banks require the same. They do not want to deal with individuals.
Nordigen: API aggregator to European banks
11–20 of 37 posts
Re: Nordigen: API aggregator to European banks
#12List of supported banks: https://airtable.com/shrX4uBtNLnsPxSih/tblyRj2FTQoXq9Qmu A very impressive list! Having worked in the sector I can only begin to imagine the monumentality of this integration task. I however see that some banks are still missing. How do you deal with those? After all, PSD2 is supposed to give access to all EU banks. Have you encountered any resistance where e.g. banks refuse to open the APIs…
Re: Nordigen: API aggregator to European banks
#13I'd really like to have a read-only API that is accessible for personal projects to be able to retrieve my own transaction history. Sadly with PSD2 that is (afaik) impossible, or at least pretty close to impossible. Things like this (nordigen) might "solve" the problem by replacing it with a bigger one: now nordigen (or someone else) has access to all this transaction data and is going to leak it somewhere. I get why…
They mostly cover European (especially French, since the original author is French) banks. But they have some US ones.
Re: Nordigen: API aggregator to European banks
#14I'd really like to have a read-only API that is accessible for personal projects to be able to retrieve my own transaction history. Sadly with PSD2 that is (afaik) impossible, or at least pretty close to impossible. Things like this (nordigen) might "solve" the problem by replacing it with a bigger one: now nordigen (or someone else) has access to all this transaction data and is going to leak it somewhere. I get why…
I think some banks do offer restricted keys that only allow you to access your own accounts - I think Starling in the UK does this; Monzo used to too, but I'm not sure if that's the Open Banking API, or just another API.
[1]: https://developer.starlingbank.com/
[3]: https://openbanking.atlassian.net/wiki/spaces/DZ/pages/16385...
Re: Nordigen: API aggregator to European banks
#15I'd really like to have a read-only API that is accessible for personal projects to be able to retrieve my own transaction history. Sadly with PSD2 that is (afaik) impossible, or at least pretty close to impossible. Things like this (nordigen) might "solve" the problem by replacing it with a bigger one: now nordigen (or someone else) has access to all this transaction data and is going to leak it somewhere. I get why…
Take a look at https://woob.tech . In a nutshell, it is a bunch of open source python modules which allows you to scrape websites as a unified API. (i.e "bank", "classified ads", "recipes", etc.) They mostly cover European (especially French, since the original author is French) banks. But they have some US ones.
Re: Nordigen: API aggregator to European banks
#16List of supported banks: https://airtable.com/shrX4uBtNLnsPxSih/tblyRj2FTQoXq9Qmu A very impressive list! Having worked in the sector I can only begin to imagine the monumentality of this integration task. I however see that some banks are still missing. How do you deal with those? After all, PSD2 is supposed to give access to all EU banks. Have you encountered any resistance where e.g. banks refuse to open the APIs…
Why isn't your coverage easily discoverable on your website?
Re: Nordigen: API aggregator to European banks
#17I'd really like to have a read-only API that is accessible for personal projects to be able to retrieve my own transaction history. Sadly with PSD2 that is (afaik) impossible, or at least pretty close to impossible. Things like this (nordigen) might "solve" the problem by replacing it with a bigger one: now nordigen (or someone else) has access to all this transaction data and is going to leak it somewhere. I get why…
Re: Nordigen: API aggregator to European banks
#18I'd really like to have a read-only API that is accessible for personal projects to be able to retrieve my own transaction history. Sadly with PSD2 that is (afaik) impossible, or at least pretty close to impossible. Things like this (nordigen) might "solve" the problem by replacing it with a bigger one: now nordigen (or someone else) has access to all this transaction data and is going to leak it somewhere. I get why…
https://github.com/raphaelm/python-fints
https://python-fints.readthedocs.io/en/latest/reading.html#r...
Re: Nordigen: API aggregator to European banks
#19I'd really like to have a read-only API that is accessible for personal projects to be able to retrieve my own transaction history. Sadly with PSD2 that is (afaik) impossible, or at least pretty close to impossible. Things like this (nordigen) might "solve" the problem by replacing it with a bigger one: now nordigen (or someone else) has access to all this transaction data and is going to leak it somewhere. I get why…
You must of course be able to trust the 3rd party, Nordigen in this case. But I don't think their operational license even allows storing your financial data - only proxying requests between you and the bank. So only your bank is even allowed to store your financial data.
But of course you need to be able to trust that Nordigen indeed does not store and abuse your financial data -- just like you need to be able to trust your bank! Bear in mind though that Nordigen is supervised by the same financial regulation authority as your own bank, and if they were caught doing anything shady they would face very serious consequences - not to even speak of staining their reputation, which would be ruinous for a small startup.
tl;dr: Banking is ultimately about trust, and nothing is ever perfect.
Re: Nordigen: API aggregator to European banks
#20I'd really like to have a read-only API that is accessible for personal projects to be able to retrieve my own transaction history. Sadly with PSD2 that is (afaik) impossible, or at least pretty close to impossible. Things like this (nordigen) might "solve" the problem by replacing it with a bigger one: now nordigen (or someone else) has access to all this transaction data and is going to leak it somewhere. I get why…