VOOZH about

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

⇱ Currency Conversion API API Β· 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

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/vivid_astronaut~currency-conversion/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

Currency Conversion API API

Below, you can find a list of relevant HTTP API endpoints for calling the Currency Conversion API Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/vivid_astronaut~currency-conversion/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/vivid_astronaut~currency-conversion/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/vivid_astronaut~currency-conversion?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the Currency Conversion API API programmatically via the Apify API.

You can choose from:

Currency Conversion API API in Python

Currency Conversion API API in JavaScript

Currency Conversion API API through CLI

Currency Conversion API OpenAPI definition

You can start Currency Conversion API with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The Currency Conversion API is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the Currency Conversion API run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.