UsageParsingOn this pageParsingParsing StringsCashify supports parsing, so you can pass a string to the amount argument and the from and/or to currency will be automatically detected:Basic parsingthis.cashifyService.convert('€10 EUR', {to: 'GBP'});Full parsingthis.cashifyService.convert('10 EUR to GBP');