Skip to content

Instantly share code, notes, and snippets.

@siamkreative
Created April 2, 2015 08:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save siamkreative/d7ce3c01a8c62884ed7d to your computer and use it in GitHub Desktop.
Save siamkreative/d7ce3c01a8c62884ed7d to your computer and use it in GitHub Desktop.
Eurozone JSON data from http://en.wikipedia.org/wiki/Eurozone (crawled on 2015-04-02)
[
{
"State": "Austria",
"Adopted": "1999-01-01[15]",
"PreviousCurrency": "Schilling",
"ISO": "AT"
},
{
"State": "Belgium",
"Adopted": "1999-01-01[15]",
"PreviousCurrency": "Franc",
"ISO": "BE"
},
{
"State": "Cyprus",
"Adopted": "2008-01-01[16]",
"PreviousCurrency": "Pound",
"ISO": "CY"
},
{
"State": "Estonia",
"Adopted": "2011-01-01[17]",
"PreviousCurrency": "Kroon",
"ISO": "EE"
},
{
"State": "Finland",
"Adopted": "1999-01-01[15]",
"PreviousCurrency": "Markka",
"ISO": "FI"
},
{
"State": "France",
"Adopted": "1999-01-01[15]",
"PreviousCurrency": "Franc",
"ISO": "FR"
},
{
"State": "Germany",
"Adopted": "1999-01-01[15]",
"PreviousCurrency": "Mark",
"ISO": "DE"
},
{
"State": "Greece",
"Adopted": "2001-01-01[18]",
"PreviousCurrency": "Drachma",
"ISO": "GR"
},
{
"State": "Ireland",
"Adopted": "1999-01-01[15]",
"PreviousCurrency": "Pound",
"ISO": "IE"
},
{
"State": "Italy",
"Adopted": "1999-01-01[15]",
"PreviousCurrency": "Lira",
"ISO": "IT"
},
{
"State": "Latvia",
"Adopted": "2014-01-01[19]",
"PreviousCurrency": "Lats",
"ISO": "LV"
},
{
"State": "Lithuania",
"Adopted": "2015-01-01[20]",
"PreviousCurrency": "Litas",
"ISO": "LT"
},
{
"State": "Luxembourg",
"Adopted": "1999-01-01[15]",
"PreviousCurrency": "Franc",
"ISO": "LU"
},
{
"State": "Malta",
"Adopted": "2008-01-01[21]",
"PreviousCurrency": "Lira",
"ISO": "MT"
},
{
"State": "Netherlands",
"Adopted": "1999-01-01[15]",
"PreviousCurrency": "Guilder",
"ISO": "NL"
},
{
"State": "Portugal",
"Adopted": "1999-01-01[15]",
"PreviousCurrency": "Escudo",
"ISO": "PT"
},
{
"State": "Slovakia",
"Adopted": "2009-01-01[22]",
"PreviousCurrency": "Koruna",
"ISO": "SK"
},
{
"State": "Slovenia",
"Adopted": "2007-01-01[23]",
"PreviousCurrency": "Tolar",
"ISO": "SI"
},
{
"State": "Spain",
"Adopted": "1999-01-01[15]",
"PreviousCurrency": "Peseta",
"ISO": "ES"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment