Banca Anghiari e Stia Open Banking & API Access
Banca Anghiari e Stia is a Tuscan cooperative bank, and open-banking.io lets you reach its account and transaction data through a single, privacy-first dashboard. There is no certificate to buy and no PSD2 licence to hold: you sign in, approve access on the bank's own screens, and your data flows into a workspace where only you hold the decryption key. Banca Anghiari e Stia serves both business and personal account holders, and each authorisation lasts up to 180 days before you renew it.
How to connect Banca Anghiari e Stia
Connecting happens entirely inside the open-banking.io dashboard — not through any API call, code, or key.
- Create an open-banking.io account and set an encryption passphrase. Your keys are generated locally on your own device, so the passphrase never leaves it.
- In the dashboard, search for Banca Anghiari e Stia and choose the account type you hold — business or personal.
- You are redirected to Banca Anghiari e Stia's own secure login, where you approve the access request (the standard PSD2 consent step) directly with the bank.
- Once approved, your accounts and transactions sync back into your open-banking.io dashboard, ready to view.
Because the bank publishes no public BIC for this service (BIC n/a), selecting it by name in the dashboard is the reliable path.
Access your data
Viewing everything in the dashboard is enough for most people. If you also want programmatic access, that is an optional step you take after connecting. Open the Developers page, create an API key, and export a credentials.json — it bundles the API key together with your private decryption key. From there the CLI (openbanking accounts, openbanking transactions, openbanking sync), an SDK, or the REST API can read your synced data. Requests carry the X-Api-Key header, and every response is decrypted locally with your own key. The CLI and SDKs only read existing connections; there is no connect command.
This is what zero-knowledge means in practice: open-banking.io stores only your public key, so its servers hold ciphertext they cannot read. An API key on its own returns encrypted bytes — without your private key, there is nothing legible to see. All of this runs for roughly EUR 3/month.
Is a developer account required?
No. You can connect Banca Anghiari e Stia and browse your data in the dashboard without ever creating an API key.
How long does access stay valid?
Banca Anghiari e Stia consents last up to 180 days, after which you re-approve on the bank's login screen.
Can open-banking.io read my transactions?
No. Decryption happens on your device with a key only you hold, so the service only ever sees data it cannot decrypt.
Ready to begin? Visit open-banking.io to connect Banca Anghiari e Stia.