DEV Community

Discussion on: Practical Puppeteer: Doing currency converter with Google search result

Collapse
 
pwadomains profile image
Andy Danzo

Good info but I'm trying to figure out what API/Data does currency.wiki or transferwise.com uses to fetch rates since it's not using Google currency rates for sure when comparing conversion values.

Collapse
 
sonyarianto profile image
Sony AK • Edited

Hi Andy, thanks for the comment.

Actually I don't have any idea what source they are using. For currency.wiki there is "Links" section and maybe they get the source from one of them. I've check the currency.wiki with Google result the same. The URL shortcut to convert USD to IDR for example is this currency.wiki/usd_idr?value=15 so it's easy to scrape later.

For transferwise.com I don't know since they are not pure currency converter service. Oh wait, the currency converter URL at transferwise.com/gb/currency-conve...

Collapse
 
pwadomains profile image
Andy Danzo

I appreciate you looking into this, I found one of the forex data source "Xignite" but I'll check comparison tomorrow. Thank you again!

Thread Thread
 
sonyarianto profile image
Sony AK

Great, never heard about Xignite before, but anyway thanks, I learn something new today.