Google Exchange Rate (180 currencies) avatar
Google Exchange Rate (180 currencies)

Pricing

$5.00 / 1,000 results

Go to Apify Store
Google Exchange Rate (180 currencies)

Google Exchange Rate (180 currencies)

Fetch currency pairs values ​​with Google API. ✓ 180 currencies

Pricing

$5.00 / 1,000 results

Rating

0.0

(0)

Developer

bot

bot

Maintained by Community

Actor stats

3

Bookmarked

47

Total users

3

Monthly active users

5 months ago

Last modified

Share

Scrape all currency pairs

Currency pairs with Google api.

How it works

import { ApifyClient } from 'apify-client';
const client = new ApifyClient({
token: api_key,
});
const input = { "from": "USD", "to": "EUR" };
(async () => {
const run = await client.actor("bot_kevin/google-currency-rate").call(input);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
console.log(await items)
})();

Sample output

${ from: 'USD', to: 'EUR', rate: 0.9137, dateUpdated: 1709838303558 }

All currency

"AED", "AFN", "ALL", "AMD", "ANG", "AOA", "ARS", "AUD", "AWG", "AZN", "BAM", "BBD", "BDT", "BGN", "BHD", "BIF", "BMD", "BND", "BOB", "BOV",
"BRL", "BSD", "BTN", "BWP", "BYN", "BZD", "CAD", "CDF", "CHE", "CHF", "CHW", "CLF", "CLP", "COP", "COU", "CRC", "CUC", "CUP", "CVE", "CZK",
"DJF", "DKK", "DOP", "DZD", "EGP", "ERN", "ETB", "EUR", "FJD", "FKP", "GBP", "GEL", "GHS", "GIP", "GMD", "GNF", "GTQ", "GYD", "HKD", "HNL",
"HRK", "HTG", "HUF", "IDR", "ILS", "INR", "IQD", "IRR", "ISK", "JMD", "JOD", "JPY", "KES", "KGS", "KHR", "KMF", "KPW", "KRW", "KWD", "KYD",
"KZT", "LAK", "LBP", "LKR", "LRD", "LSL", "LYD", "MAD", "MDL", "MGA", "MKD", "MMK", "MNT", "MOP", "MRU", "MUR", "MVR", "MWK", "MXN", "MXV",
"MYR", "MZN", "NAD", "NGN", "NIO", "NOK", "NPR", "NZD", "OMR", "PAB", "PEN", "PGK", "PHP", "PKR", "PLN", "PYG", "QAR", "RON", "RSD", "CNY",
"RUB", "RWF", "SAR", "SBD", "SCR", "SDG", "SEK", "SGD", "SHP", "SLL", "SOS", "SRD", "SSP", "STN", "SVC", "SYP", "SZL", "THB", "TJS", "TMT",
"TND", "TOP", "TRY", "TTD", "TWD", "TZS", "UAH", "UGX", "USD", "USN", "UYI", "UYU", "UYW", "UZS", "VED", "VES", "VND", "VUV", "WST", "XAF",
"XAG", "XAU", "XBA", "XBB", "XBC", "XBD", "XCD", "XDR", "XOF", "XPD", "XPF", "XPT", "XSU", "XTS", "XUA", "XXX", "YER", "ZAR", "ZMW", "ZWL"