I want to get the currency list of all the countries but could not find anywhere in the xml format. Does anybody knows from where can I get it?
Asked
Active
Viewed 1,043 times
2
-
You mean country list with currency code? – Ammar Abdullah Apr 20 '22 at 06:26
-
Yeah, I want the currency code.. – Siddharth Kumar Apr 20 '22 at 06:32
-
check it might help you https://www.codepile.net/pile/9632zoxd Credit to https://gist.github.com/tiagodealmeida/0b97ccf117252d742dddf098bc6cc58a – Ammar Abdullah Apr 20 '22 at 06:34
-
Actually, I just want the currency symbol and the currency code. – Siddharth Kumar Apr 20 '22 at 06:52
1 Answers
2
You can you this gist for Country name & currency code https://github.com/samayo/country-json/blob/master/src/country-by-currency-code.json
for currency symbol - https://gist.github.com/ksafranski/2973986
--EDIT--
I think this will works for you
https://gist.github.com/nhalstead/4c1652563dd13357ab936fc97703c019

AndroidByLazy
- 76
- 5