World Currency Information
This repository contains information about world currencies, including their ISO codes, currency names, numeric codes, currency symbols, territories, and flags.
Introduction
Understanding the currencies used around the world is essential for various purposes such as international trade, travel, and finance. This repository provides structured data about different currencies to facilitate easy access and reference.
Data Format
The currency information is provided in JSON format, with each entry containing the following fields:
isoCode
: The ISO 4217 code of the currency.currencyName
: The name of the currency.numericCode
: The numeric code assigned to the currency.currencySymbol
: The symbol used to represent the currency.territory
: The territory or country where the currency is used.flag
: The flag emoji Unicode of the territory or country.
Usage
You can use this data for various purposes, including:
- Building currency conversion tools.
- Creating educational materials about world currencies.
- Analyzing currency usage in different regions.
- Developing applications related to international finance and trade.
Contributing
Contributions to this repository are welcome! If you have additional currency information or spot any errors, feel free to open a pull request to update the data.
When contributing, please ensure the accuracy of the information and follow the existing data format.
License
This repository is licensed under the MIT License.
Credits
The currency information in this repository is compiled from various reliable sources, including official currency authorities and international organizations.