Google Exchange Rate (180 currencies) avatar
Google Exchange Rate (180 currencies)
Try for free

Pay $5.00 for 1,000 results

View all Actors
Google Exchange Rate (180 currencies)

Google Exchange Rate (180 currencies)

bot_kevin/google-currency-rate
Try for free

Pay $5.00 for 1,000 results

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

Scrape all currency pairs

Currency pairs with Google api.

How it works

1import { ApifyClient } from 'apify-client';
2
3const client = new ApifyClient({
4    token: api_key,
5});
6
7const input = { "from": "USD", "to": "EUR" };
8
9(async () => {
10
11    const run = await client.actor("bot_kevin/google-currency-rate").call(input);
12    const { items } = await client.dataset(run.defaultDatasetId).listItems();
13    console.log(await items)
14
15})();

Sample output

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

All currency

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