Currency Conversion
1 day trial then $7.50/month - No credit card required now
Currency Conversion
1 day trial then $7.50/month - No credit card required now
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:
Actor Metrics
2 monthly users
-
1 star
>99% runs succeeded
Created in Jul 2024
Modified a month ago