Currency Conversion avatar

Currency Conversion

Try for free

Pay $20.00 for 1,000 results

View all Actors
Currency Conversion

Currency Conversion

dev_bodex/currency-conversion
Try for free

Pay $20.00 for 1,000 results

This actor is designed to automate the process of real-time currency conversion by fetching live exchange rates and converting one currency to another.

You can access the Currency Conversion programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "amount": "1000",
3  "currencyFrom": "USD",
4  "currencyTo": "EUR"
5}' |
6apify call dev_bodex/currency-conversion --silent --output-dataset

Multi Currency Conversion API through CLI

The Apify CLI is the official tool that allows you to use Currency Conversion locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include:

Developer
Maintained by Community
Actor metrics
  • 2 monthly users
  • 1 star
  • 100.0% runs succeeded
  • Created in Jul 2024
  • Modified 10 days ago