#
# # # # #

Currency Exchange Rater API

API:Financials

US$16US$20

  • Generate the real time currency exchange rate using entering one currency to grab the other. The API covers 100+ currency and 200 countries. Token supports both API and onsite app with respectively paid and free version.

  • For more details regarding API usage obligation & liability, please read Legal Terms of Service & Condition

Features

  • Generate the real time currency exchange rate using entering one currency to grab the other.
  • The API covers 100+ currency and 200 countries.
  • Token supports both API and onsite app with respectively paid and free version
  • N\/A

API Endpoint Specifications

  • Endpoint Path: /api/1/currency-exchange-rater
  • Type of Data: JSON & 20/minute
  • Data Source: Currency Exchange Rate
  • Request Limit: 500 request/month
  • Script & Integration: Code to integrate with cURL, JS, Python, Ruby, Php, Node.js, Java, .NET, Rust, Go, Typescript
Currency Exchange Rater API Endpoint Basic Info

API Endpoint Path

required

Real Time Currency Checker API

api/1/currency


Call Method

Required

GET

Type of Data Return

JSON

Output structured JSON data on real time currency


Available API Arguments & Parameters

token

required

BUYFROMLO API token. Free and paid subscription APIs are both available: /api/1/currency, and accessible to on-site APP on /app/1/currency-exchange-rater as well

hostingCurrency

required

Input an currency shortcode



Real Time Currency Checker API

api/1/currency


Code Integration and Response

Python Code Sample


import requests

apiendpoint = "https://api.buyfromlo.com/api/1/currency-exchange-rater?"

## Required Arguments & Parameters ##
token = "your buyfromlo token"
hostingCurrency = ""

## Optional ##
treasuryperiod = ""

data="hostingCurrency=" + hostingCurrency
headers={"Authorization": token}

## Call the api ##
response = requests.get(apiendpoint + data, headers=headers)
print(response.status_code)
print(response.json())
                        

JSON Response Sample


{
    "Currency Code, such as USD, HKD, CNY": " " (float)
}

                        

4.5 (Overall)

  • 5 stars - 38
  • 4 stars - 10
  • 3 stars - 3
  • 2 stars - 1
  • 1 star - 0

Latest Reviews

FAQ

The Real-Time Currency Exchange Rater API is a tool that allows you to generate real-time currency exchange rates using a token.

The API covers over 100 currencies and 200 countries.

The API returns data in JSON format, updated every 20 minutes.

The data source for the API is Currency Exchange Rate.

The API has a request limit of 500 requests per month per token.

The API supports integration with cURL, JS, Python, Ruby, Php, Node.js, Java, .NET, Rust, Go, and Typescript.

Yes, there is a free version of the API available for use.

You can access the API by signing up for a BUYFROMLO API token.

Yes, you can use the API to build a mobile app for both iOS and Android devices.

The cost of the API varies depending on the plan you choose, with both paid and free subscription options available.