Skip to content

List of SEPA countries and the currencies they use

License

Notifications You must be signed in to change notification settings

flash-oss/is-sepa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

is-sepa

List of SEPA countries and the currencies they use

Example usage

import { isSepaCountry, getCurrencyOfSepaCountry } from "is-sepa";

isSepaCountry("AT"); // true
isSepaCountry("US"); // false

getCurrencyOfSepaCountry("AT"); // "EUR"
getCurrencyOfSepaCountry("GB"); // "GBP"

You can import the raw data like this:

import { map } from "is-sepa";

const arrayOfSepaCountries = [...map.keys()];

Maintenance

This module is different from all the others:

  • We will maintain the freshness of the data for years.
  • Last update was in Jan 2026.

About

List of SEPA countries and the currencies they use

Resources

License

Stars

Watchers

Forks

Packages

No packages published