ISO 4217 currency codes
- source data
- current and historical data
- single JSON file
import currencyCodes from "@vwkd/currency-codes/data" with { type: "json" };
const euroEntries = currencyCodes.current.filter(({ code }) => code === "EUR");| Name | Name | Last commit date | ||
|---|---|---|---|---|
ISO 4217 currency codes
import currencyCodes from "@vwkd/currency-codes/data" with { type: "json" };
const euroEntries = currencyCodes.current.filter(({ code }) => code === "EUR");