Skip to content

Information about the world's currencies. Fetched from Wikipedia pages

License

Notifications You must be signed in to change notification settings

WesleyE/CurrencyInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CurrencyInfo

Information about the world's currencies. Fetched from Wikipedia pages.

Contents of this dataset

For the purposes of this list, only currencies that are legal tender, including those used in actual commerce or issued for commemorative purposes, are considered "circulating currencies". This includes fractional units that have no physical form but are recognized by the issuing state, such as the United States mill, the Egyptian millime, and the Japanese rin. Currencies used by non-state entities, like the Sovereign Military Order of Malta, scrips used by private entities, and other private, virtual, and alternative currencies are not under the purview of this list.

Exerpt from Wikipedia.

Downloads

Check the Gitlab Pages for the downloadable files.

Data

Peculiarities in the data

  • Some currencies do not make a distinction in the frequently / infrequently designation. Those denominations are listed in this dataset as frequently
  • Zimbabwe has bond coins without a 'real' name, resulting in the row with all (none)'s

Example Data

  "RUB": {
    "name": "Russian ruble",
    "symbols": [
      "₽"
    ],
    "iso": "RUB",
    "countries": [
      "Ukraine"
    ],
    "fractionalUnit": "Kopek",
    "numberToBasic": "100",
    "banknotes": {
      "rarely": [
        "5",
        "10"
      ],
      "frequently": [
        "50",
        "100",
        "200",
        "500",
        "1,000",
        "2,000",
        "5,000"
      ]
    },
    "coins": {
      "rarely": [
        "1",
        "5",
        "10",
        "50"
      ],
      "frequently": [
        "1",
        "2",
        "5",
        "10"
      ]
    }
  },

Wikipedia & License

Changes to data

The text has been changed to fit a JSON machine-readable format. Currency denominations have been altered and stripped of their symbols.

License

The Creative Commons Attribution-Share-Alike License 3.0 is used.

About

Information about the world's currencies. Fetched from Wikipedia pages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published