Spanish Bank Codes and Postal Codes: Free Lookup Tables for Developers (2026)
A new resource has been made available for developers working with Spanish bank and postal codes. The Spanish Bank Codes Database and the Spanish Provinces & Postal Codes Database provide structured data in CSV and JSON formats. These resources aim to simplify the integration of Spanish banking and postal information into applications.
- ▪The Spanish Bank Codes Database includes 95 bank records, covering major banks and online banks in Spain.
- ▪The Spanish Provinces & Postal Codes Database contains detailed information about postal codes and their corresponding provinces and communities.
- ▪Both databases are available for purchase on Gumroad, with the Bank Codes Database priced at $19 and the Postal Codes Database at $24.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3942887) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } ValidatorAPI Posted on May 20 Spanish Bank Codes and Postal Codes: Free Lookup Tables for Developers (2026) #data #resources #showdev #webdev Working with Spanish IBANs or building an address form for Spain? You probably need two things that are surprisingly hard to find in a clean, developer-ready format: A bank code lookup table (what bank does 2100 in an IBAN mean?) A province/postal code reference (what province is 28001? What autonomous community?) I've compiled both from…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).