Currency Converter API

Currency Converter API

Be able to convert any currency to one of your choices.

API description

About the API:

This API supports 160+ currencies and is based on the data provided by National Central Banks and markets.
Rates are updated once an hour.

 

What this API receives and what your API provides (input/output)?

Pass the base currency and the currency you want to get and receive the exchange rates. 

 

What are the most common uses cases of this API?

This API is ideal for those financial companies that need to convert amounts between currencies. 

Ideal for companies that work with different countries, and need to know the values of those countries' currencies. 

 

 

Are there any limitations to your plans?

Besides the number of API calls per month, there is a limitation of 1 request per second. 

API Documentation

Endpoints


Get a list of all the available currencies for this API



                                                                            
GET https://www.zylalabs.com/api/790/currency+converter+api/525/available+currencies
                                                                            
                                                                        

Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {"currencies":{"STN":"São Tomé and Príncipe dobra","XAG":"Silver (troy ounce)","XAU":"Gold (troy ounce)","PLN":"Polish złoty","UGX":"Ugandan shilling","GGP":"Guernsey pound","MWK":"Malawian kwacha","NAD":"Namibian dollar","ALL":"Albanian lek","BHD":"Bahraini dinar","JEP":"Jersey pound","BWP":"Botswana pula","MRU":"Mauritanian ouguiya","BMD":"Bermudian dollar","MNT":"Mongolian tögrög","FKP":"Falkland Islands pound","PYG":"Paraguayan guaraní","AUD":"Australian dollar","KYD":"Cayman Islands dollar","RWF":"Rwandan franc","WST":"Samoan tālā","SHP":"Saint Helena pound","SOS":"Somali shilling","SSP":"South Sudanese pound","BIF":"Burundian franc","SEK":"Swedish krona","CUC":"Cuban convertible peso","BTN":"Bhutanese ngultrum","MOP":"Macanese pataca","XDR":"Special drawing rights","IMP":"Manx pound","INR":"Indian rupee","BYN":"Belarusian ruble","BOB":"Bolivian boliviano","SRD":"Surinamese dollar","GEL":"Georgian lari","ZWL":"Zimbabwean dollar","EUR":"Euro","BBD":"Barbadian dollar","RSD":"Serbian dinar","SDG":"Sudanese pound","VND":"Vietnamese đồng","VES":"Venezuelan bolívar","ZMW":"Zambian kwacha","KGS":"Kyrgyzstani som","HUF":"Hungarian forint","BND":"Brunei dollar","BAM":"Bosnia and Herzegovina convertible mark","CVE":"Cape Verdean escudo","BGN":"Bulgarian lev","NOK":"Norwegian krone","BRL":"Brazilian real","JPY":"Japanese yen","HRK":"Croatian kuna","HKD":"Hong Kong dollar","ISK":"Icelandic króna","IDR":"Indonesian rupiah","KRW":"South Korean won","KHR":"Cambodian riel","XAF":"Central African CFA franc","CHF":"Swiss franc","MXN":"Mexican peso","PHP":"Philippine peso","RON":"Romanian leu","RUB":"Russian ruble","SGD":"Singapore dollar","AED":"United Arab Emirates dirham","KWD":"Kuwaiti dinar","CAD":"Canadian dollar","PKR":"Pakistani rupee","CLP":"Chilean peso","CNY":"Renminbi","COP":"Colombian peso","AOA":"Angolan kwanza","KMF":"Comorian franc","CRC":"Costa Rican colón","CUP":"Cuban peso","GNF":"Guinean franc","NZD":"New Zealand dollar","EGP":"Egyptian pound","DJF":"Djiboutian franc","ANG":"Netherlands Antillean guilder","DOP":"Dominican peso","JOD":"Jordanian dinar","AZN":"Azerbaijani manat","SVC":"Salvadoran colón","NGN":"Nigerian naira","ERN":"Eritrean nakfa","SZL":"Swazi lilangeni","DKK":"Danish krone","ETB":"Ethiopian birr","FJD":"Fijian dollar","XPF":"CFP franc","GMD":"Gambian dalasi","AFN":"Afghan afghani","GHS":"Ghanaian cedi","GIP":"Gibraltar pound","GTQ":"Guatemalan quetzal","HNL":"Honduran lempira","GYD":"Guyanese dollar","HTG":"Haitian gourde","XCD":"Eastern Caribbean dollar","GBP":"Pound sterling","AMD":"Armenian dram","IRR":"Iranian rial","JMD":"Jamaican dollar","IQD":"Iraqi dinar","KZT":"Kazakhstani tenge","KES":"Kenyan shilling","ILS":"Israeli new shekel","LYD":"Libyan dinar","LSL":"Lesotho loti","LBP":"Lebanese pound","LRD":"Liberian dollar","AWG":"Aruban florin","MKD":"Macedonian denar","LAK":"Lao kip","MGA":"Malagasy ariary","ZAR":"South African rand","MDL":"Moldovan leu","MVR":"Maldivian rufiyaa","MUR":"Mauritian rupee","MMK":"Burmese kyat","MAD":"Moroccan dirham","XOF":"West African CFA franc","MZN":"Mozambican metical","MYR":"Malaysian ringgit","OMR":"Omani rial","NIO":"Nicaraguan córdoba","NPR":"Nepalese rupee","PAB":"Panamanian balboa","PGK":"Papua New Guinean kina","PEN":"Peruvian sol","ARS":"Argentine peso","SAR":"Saudi riyal","QAR":"Qatari riyal","SCR":"Seychellois rupee","SLL":"Sierra Leonean leone","LKR":"Sri Lankan rupee","SBD":"Solomon Islands dollar","VUV":"Vanuatu vatu","USD":"United States dollar","DZD":"Algerian dinar","BDT":"Bangladeshi taka","BSD":"Bahamian dollar","BZD":"Belize dollar","CDF":"Congolese franc","UAH":"Ukrainian hryvnia","YER":"Yemeni rial","TMT":"Turkmenistan manat","UZS":"Uzbekistani soʻm","UYU":"Uruguayan peso","CZK":"Czech koruna","SYP":"Syrian pound","TJS":"Tajikistani somoni","TWD":"New Taiwan dollar","TZS":"Tanzanian shilling","TOP":"Tongan paʻanga","TTD":"Trinidad and Tobago dollar","THB":"Thai baht","TRY":"Turkish lira","TND":"Tunisian dinar"},"status":"success"}
                                                                                                                                                                                                                    
                                                                                                    

Available Currencies - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/790/currency+converter+api/525/available+currencies' --header 'Authorization: Bearer YOUR_API_KEY' 

    

Convert any currency to another with ease. 

Pass the base currency and the target currency with the amount and receive the conversion. 



                                                                            
GET https://www.zylalabs.com/api/790/currency+converter+api/526/currency+converter
                                                                            
                                                                        

Currency Converter - Endpoint Features
Object Description
from [Required] Base currency code (AUD, CAD, EUR, GBP …)
to [Required] Desired currency code (AUD, CAD, EUR, GBP …)
amount [Required] Amount that needs to be converted
Test Endpoint

API EXAMPLE RESPONSE

       
                                                                                                        
                                                                                                                                                                                                                            {"base_currency_code":"USD","base_currency_name":"United States dollar","amount":"1.0000","updated_date":"2022-12-22","rates":{"GBP":{"currency_name":"Pound sterling","rate":"0.8325","rate_for_amount":"0.8325"}},"status":"success"}
                                                                                                                                                                                                                    
                                                                                                    

Currency Converter - CODE SNIPPETS


curl --location --request GET 'https://zylalabs.com/api/790/currency+converter+api/526/currency+converter?from=USD&to=GBP&amount=1' --header 'Authorization: Bearer YOUR_API_KEY' 

    

API Access Key & Authentication

After signing up, every developer is assigned a personal API access key, a unique combination of letters and digits provided to access to our API endpoint. To authenticate with the Currency Converter API REST API, simply include your bearer token in the Authorization header.

Headers

Header Description
Authorization [Required] Should be Bearer access_key. See "Your API Access Key" above when you are subscribed.


Simple Transparent Pricing

No long term commitments. One click upgrade/downgrade or cancellation. No questions asked.

🚀 Enterprise
Starts at $10,000/Year

  • Custom Volume
  • Dedicated account manager
  • Service-level agreement (SLA)

Customer favorite features

  • ✔︎ Only Pay for Successful Requests
  • ✔︎ Free 7-Day Trial
  • ✔︎ Multi-Language Support
  • ✔︎ One API Key, All APIs.
  • ✔︎ Intuitive Dashboard
  • ✔︎ Comprehensive Error Handling
  • ✔︎ Developer-Friendly Docs
  • ✔︎ Postman Integration
  • ✔︎ Secure HTTPS Connections
  • ✔︎ Reliable Uptime

Zyla API Hub is, in other words, an API MarketPlace. An all-in-one solution for your developing needs. You will be accessing our extended list of APIs with only your user. Also, you won't need to worry about storing API keys, only one API key for all our products is needed.

Prices are listed in USD. We accept all major debit and credit cards. Our payment system uses the latest security technology and is powered by Stripe, one of the world’s most reliable payment companies. If you have any trouble with paying by card, just contact us at [email protected]

Sometimes depending on the bank's fraud protection settings, a bank will decline the validation charge we make when we attempt to be sure a card is valid. We recommend first contacting your bank to see if they are blocking our charges. If more help is needed, please contact [email protected] and our team will investigate further

Prices are based on a recurring monthly subscription depending on the plan selected — plus overage fees applied when a developer exceeds a plan’s quota limits. In this example, you'll see the base plan amount as well as a quota limit of API requests. Be sure to notice the overage fee because you will be charged for each additional request.

Zyla API Hub works on a recurring monthly subscription system. Your billing cycle will start the day you purchase one of the paid plans, and it will renew the same day of the next month. So be aware to cancel your subscription beforehand if you want to avoid future charges.

Just go to the pricing page of that API and select the plan that you want to upgrade to. You will only be charged the full amount of that plan, but you will be enjoying the features that the plan offers right away.

Yes, absolutely. If you want to cancel your plan, simply go to your account and cancel on the Billing page. Upgrades, downgrades, and cancellations are immediate.

You can contact us through our chat channel to receive immediate assistance. We are always online from 9 am to 6 pm (GMT+1). If you reach us after that time, we will be in contact when we are back. Also you can contact us via email to [email protected]

 Service Level
100%
 Response Time
224ms

Category:


Tags:


Related APIs