variable currencies

Currency dataset (ISO 4217 subset).

A curated list of country–currency mappings. Each entry links a country/region to its primary currency.

Examples

Example 1

const usd = currencies.find(c => c.currencyCode === "USD");

Type

Usage

import { currencies } from ".";