Code Monkey home page Code Monkey logo

currencyinfo's Introduction

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.

currencyinfo's People

Contributors

wesleye avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.