VOOZH about

URL: https://apify.com/dev_bodex/currency-conversion

โ‡ฑ Multi Currency Conversion ยท Apify


Pricing

$7.50/month + usage

Go to Apify Store

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

Pricing

$7.50/month + usage

Rating

0.0

(0)

Developer

๐Ÿ‘ Eniola Bode

Eniola Bode

Maintained by Community

Actor stats

1

Bookmarked

5

Total users

0

Monthly active users

2 years ago

Last modified

Categories

Share

Currency Conversion Actor

The Currency Conversion Actor allows you to easily convert currency values between different currencies in real-time using up-to-date exchange rates. This actor is ideal for financial applications, pricing adjustments, e-commerce, and any scenario where you need accurate currency conversions.

Features

  • Real-time conversion: Fetch the latest exchange rates to convert between any two supported currencies.
  • Customizable input: Specify the amount, base currency, and target currency.
  • Accurate and reliable: Uses up-to-date data to ensure accurate conversion rates.

Input Schema

The actor accepts the following inputs:

  • amount (required): The amount of currency to convert (e.g., 100).

  • currencyFrom (required): The currency you want to convert from (e.g., USD). It should be a valid currency code according to ISO 4217.

  • currencyTo (required): The currency you want to convert to (e.g., EUR). It should be a valid currency code according to ISO 4217.

Example Input:

{
"amount":"1000",
"currencyFrom":"USD",
"currencyTo":"EUR"
}

#Output Schema The actor will return a JSON object with the converted value and other relevant details:

  • amount: The value of the converted currency.
  • convert: The exchange rate used for the conversion.
  • rate: The currency you are converting from.

Example Output:

{
"amount":1000,
"convert":{
"currencyFrom":"1,000.00 US Dollars",
"currencyTo":"910.57232 Euros"
},
"rate":[
{
"currencyFrom":"1 USD",
"currencyTo":"0.910572 EUR"
},
{
"currencyFrom":"1 EUR",
"currencyTo":"1.09821 USD"
}
]
}

How to Use

  1. Go to the Currency Conversion Actor on Apify.
  2. Set up the required inputs (amount, currencyFrom, currencyTo).
  3. Run the actor and get real-time currency conversion results!

Use Cases

  • E-commerce: Convert prices from one currency to another for international users.
  • Travel: Calculate the equivalent value of foreign currencies before a trip.
  • Finance: Get real-time data on exchange rates for trading, accounting, or budgeting.

Example Scenarios

  1. Convert 100 USD to EUR.
  2. Convert 500 USD to GBP for travel budgeting.
  3. Use live exchange rates for a price comparison app.

Actor Settings

This actor uses Node.js and Puppeteer to fetch the latest exchange rate data from trusted online sources. You can extend its functionality by integrating it with specific API providers for enhanced data accuracy and reliability.

Support If you have any questions or need assistance, feel free to reach out!

You might also like

Currency Converter

pintostudio/currency-converter

This repository provides a simple API for Converting one currency to another. For example 100 usd to eur.

Ultimate Real-Time Currency Converter

econpulse/ultimate-real-time-currency-converter

Real-time currency conversion and currency symbols API supporting over 1,400 global fiat and crypto currencies.

Currency Tracker Plus

aurumworks/currency-tracker-plus

Track currency exchange rates with historical context

Google Currency Conversion Rates Scraper

harvest/google-currency-conversion-rates-scraper

Retrieves live currency conversion rates using Google and calculates the converted value for a specified amount. It supports a wide range of currencies and provides an easy-to-use interface for configuration.

31

5.0

Forex Currency Exchange

benthepythondev/forex-exchange-intelligence

Track real-time currency exchange rates from the European Central Bank. Get forex rates for USD, EUR, GBP, JPY, CHF, and 30+ world currencies. Historical rate lookup, currency conversion, and cross-rate calculations.

Crypto Currency Converter โ€” Real-Time Exchange Rate Calculator

maged120/crypto-convert

Convert any cryptocurrency amount to another coin or fiat currency using real-time exchange rates. Supports thousands of trading pairs.