Created
December 13, 2016 20:34
-
-
Save tjunghans/61038b570154df462520976dab5551bc to your computer and use it in GitHub Desktop.
G10 currencies (includes G5)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// the first five are the G5 currencies. The whole lot are the G10 | |
const currencies = ["EUR", "GBP", "YEN", "USD", "CHF", "AUD", "CAD", "NZD", "NOK", "SEK"]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment