finance

Currency

Exchange rates and currency conversion

Introduction

Real time currency conversion and exchange rates. Rate updates occur every 5 minutes.

Powered by ExchangeRate-API

Features

Codes

Codes returns the supported currency codes for the API

Convert

Convert returns the currency conversion rate between two pairs e.g USD/GBP

History

Returns the historic rates for a currency on a given date

Rates

Rates returns the currency rates for a given code e.g USD

Pricing

EndpointCredits
CodesBase
Convert0.000001
History0.0001
Rates0.00001

Base requests are 0.000001 credit per request (1 credit = $1 USD)

Example

Codes Request

Response

{
    "codes": [
        {
            "name": "AED",
            "currency": "UAE Dirham"
        },
        {
            "name": "AFN",
            "currency": "Afghan Afghani"
        },
        {
            "name": "ALL",
            "currency": "Albanian Lek"
        },
        {
            "name": "AMD",
            "currency": "Armenian Dram"
        },
        {
            "name": "ANG",
            "currency": "Netherlands Antillian Guilder"
        }
    ]
}