Currency Converter avatar

Currency Converter

Try for free

1 day trial then $14.99/month - No credit card required now

View all Actors
Currency Converter

Currency Converter

pintostudio/currency-converter
Try for free

1 day trial then $14.99/month - No credit card required now

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

You can access the Currency Converter 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  "from": "USD",
3  "to": "EUR",
4  "amount": "100.3"
5}' |
6apify call pintostudio/currency-converter --silent --output-dataset

Currency Converter API through CLI

The Apify CLI is the official tool that allows you to use Currency Converter 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
  • 1 monthly user
  • 1 star
  • 100.0% runs succeeded
  • Created in Feb 2024
  • Modified 7 months ago