Skip to content

Scraper to find the BIC/SWIFT codes from a list of IBAN.

Notifications You must be signed in to change notification settings

antoineprudhomme5/iban-to-bic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IBAN to BIC/SWIFT

Find a BIC/SWITFT code from an IBAN is not easy. Fortunately, some website does it for us. But you have to do it one iban at a time, so it's painfull.

The goal of this repository is to automate this. Given a list of ibans, the code scraps ibancalculator.com/ to find the BIC/SWIFT. Once finished it returns a csv file, where the first column is the IBAN, and the second column is the BIC/SWIFT.

How to use

Create a ìbans.json file that contains an array of ibans.

To build the code

npm run build

Then, to run it

npm start

About

Scraper to find the BIC/SWIFT codes from a list of IBAN.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published