VOOZH about

URL: https://apify.com/vivid_astronaut/currency-conversion/api/python

โ‡ฑ Currency Conversion API API in Python ยท Apify


Pricing

from $5.00 / 1,000 results

Go to Apify Store

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Fabio Suizu

Fabio Suizu

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

5 months ago

Last modified

Categories

Share

You might also like

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.

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

LinkedIn Conversions API - B2B Offline Attribution

alizarin_refrigerator-owner/linkedin-conversions-api---b2b-offline-attribution

Send offline conversions to LinkedIn Conversions API for B2B campaign attribution. Track leads, signups & purchases w/automatic email hashing. Conversion Send a conversion event Send multiple conversions List all conversion rules Get rule details Create new conversion rule Get conversion statistics

Currency Tracker Plus

aurumworks/currency-tracker-plus

Track currency exchange rates with historical context

๐Ÿ’ฑ Forex Exchange Intelligence - FX Rates (ECB)

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.

AliExpress Scraper

mohamed.k.sirag/aliexpress-scraper

A robust API solution for extracting real-time product data, pricing, and supplier information from AliExpress. This API supports advanced filtering, multi-currency conversion, and regional localization.

67

Currency Converter API

gentle_cloud/currency-converter-api

Convert between 166+ world currencies using real-time exchange rates. Supports single conversion, all rates for a base currency, and multi-base comparison modes. Powered by the free ExchangeRate API with daily updated rates.

You can access the Currency Conversion API programmatically from your own applications by using the Apify API. You can also 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.

๐Ÿ‘ Python

Python

๐Ÿ‘ JavaScript

JavaScript

CLI

๐Ÿ‘ OpenAPI

OpenAPI

HTTP

MCP

1from apify_client import ApifyClient
2
3# Initialize the ApifyClient with your Apify API token
4# Replace '<YOUR_API_TOKEN>' with your token.
5client = ApifyClient("<YOUR_API_TOKEN>")
6
7# Prepare the Actor input
8run_input ={}
9
10# Run the Actor and wait for it to finish
11run = client.actor("vivid_astronaut/currency-conversion").call(run_input=run_input)
12
13# Fetch and print Actor results from the run's dataset (if there are any)
14print("๐Ÿ’พ Check your data here: https://console.apify.com/storage/datasets/"+ run["defaultDatasetId"])
15for item in client.dataset(run["defaultDatasetId"]).iterate_items():
16print(item)
17
18# ๐Ÿ“š Want to learn more ๐Ÿ“–? Go to โ†’ https://docs.apify.com/api/client/python/docs/quick-start

Currency Conversion API API in Python

The Apify API client for Python is the official library that allows you to use Currency Conversion API API in Python, providing convenience functions and automatic retries on errors.

Install the apify-client

$pip install apify-client

Other API clients include:

Currency Conversion API API in JavaScript

Currency Conversion API API through CLI

Currency Conversion API OpenAPI definition

Currency Conversion API API