I am implementing an app using the Fixer.io API.
I wanted to retrieve the following:
- currency description from a symbol (e.g. from EUR get EURO)
- currency icon from a symbol
Is there any way to do so?
EDIT:
To obtain the description I am thinking of using the native iOS class nslocale:
https://developer.apple.com/documentation/foundation/nslocale/1642814-currencysymbol