{"EUR":{"name":"Euro","symbol":"€"},"USD":{"name":"US Dollar","symbol":"$"},"JPY":{"name":"Japanese Yen","symbol":"¥"},"BGN":{"name":"Bulgarian Lev","symbol":"BGN"},"CZK":{"name":"Czech Koruna","symbol":"CZK"},"DKK":{"name":"Danish Krone","symbol":"DKK"},"GBP":{"name":"British Pound","symbol":"£"},"HUF":{"name":"Hungarian Forint","symbol":"HUF"},"PLN":{"name":"Polish Zloty","symbol":"PLN"},"RON":{"name":"Romanian Leu","symbol":"RON"},"SEK":{"name":"Swedish Krona","symbol":"SEK"},"CHF":{"name":"Swiss Franc","symbol":"CHF"},"ISK":{"name":"Icelandic Króna","symbol":"ISK"},"NOK":{"name":"Norwegian Krone","symbol":"NOK"},"HRK":{"name":"Croatian Kuna","symbol":"HRK"},"RUB":{"name":"Russian Ruble","symbol":"RUB"},"TRY":{"name":"Turkish Lira","symbol":"TRY"},"AUD":{"name":"Australian Dollar","symbol":"A$"},"BRL":{"name":"Brazilian Real","symbol":"R$"},"CAD":{"name":"Canadian Dollar","symbol":"CA$"},"CNY":{"name":"Chinese Yuan","symbol":"CN¥"},"HKD":{"name":"Hong Kong Dollar","symbol":"HK$"},"IDR":{"name":"Indonesian Rupiah","symbol":"IDR"},"ILS":{"name":"Israeli New Shekel","symbol":"₪"},"INR":{"name":"Indian Rupee","symbol":"₹"},"KRW":{"name":"South Korean Won","symbol":"₩"},"MXN":{"name":"Mexican Peso","symbol":"MX$"},"MYR":{"name":"Malaysian Ringgit","symbol":"MYR"},"NZD":{"name":"New Zealand Dollar","symbol":"NZ$"},"PHP":{"name":"Philippine Peso","symbol":"₱"},"SGD":{"name":"Singapore Dollar","symbol":"SGD"},"THB":{"name":"Thai Baht","symbol":"THB"},"ZAR":{"name":"South African Rand","symbol":"ZAR"}}
curl --location --request GET 'https://zylalabs.com/api/3517/forex+exchange+api/3855/currencies' --header 'Authorization: Bearer YOUR_API_KEY'
{"date":"2024-09-06","base":"USD","rates":{"EUR":0.900657479960371,"USD":1.0,"JPY":143.14149329010178,"BGN":1.7615058993064936,"CZK":22.547059353327928,"DKK":6.720706115464289,"GBP":0.7591912095829955,"HUF":355.53454021435647,"PLN":3.854814014230388,"RON":4.479419976582905,"SEK":10.240295415653426,"CHF":0.8434657299828875,"ISK":138.0707916779249,"NOK":10.62910924975232,"TRY":33.98973250472845,"AUD":1.4863550391786005,"BRL":5.571016842294875,"CAD":1.3495451679726198,"CNY":7.083671079888318,"HKD":7.793028911105106,"IDR":15413.897144915787,"ILS":3.707106187516887,"INR":83.94668107718634,"KRW":1330.5412951454562,"MXN":19.95064397009817,"MYR":4.330541295145456,"NZD":1.6083941277132305,"PHP":55.94704134017833,"SGD":1.2994686120868233,"THB":33.52967666396469,"ZAR":17.731694136719803}}
curl --location --request GET 'https://zylalabs.com/api/3517/forex+exchange+api/3856/exchange+rates?base=Required' --header 'Authorization: Bearer YOUR_API_KEY'
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 Forex Exchange API simply include your bearer token in the Authorization header.
| Header | Description |
|---|---|
Authorization
|
Required
Should be Bearer access_key. See "Your API Access Key" above when you are subscribed.
|
No long-term commitment. Upgrade, downgrade, or cancel anytime. Free Trial includes up to 50 requests.
(Save 2 months with annual billing 🎉)
Trusted by leading companies
The Forex Exchange API designed to provide users with accurate, real-time exchange rate data for a specific base currency. In today's globalized world, where international transactions are common, having access to reliable exchange rate information is essential for businesses, investors, travelers and financial institutions alike. This API serves as a valuable resource for up-to-date exchange rate data, allowing users to make informed decisions and transact with confidence.
Basically, the Forex Exchange API offers a range of functionalities to meet the diverse needs of users in different industries and sectors. The main function of the API is to retrieve the exchange rate of a specific base currency in relation to more currencies of a target currency. Users can specify the base currency of interest, such as USD (US Dollar), EUR (Euro), GBP (British Pound Sterling), or any other currency supported by the API, and receive the corresponding exchange rate data in real time.
Overall, the Forex Exchange API serves as a valuable resource for obtaining accurate and up-to-date exchange rate data for a specific base currency. Whether used for financial analysis, currency conversion, international transactions, or travel planning, this API provides users with the tools they need to confidently navigate the complexities of the global currency market. By leveraging the power of the Forex Exchange API, users can make informed decisions, mitigate risks, and seize opportunities in an ever-changing economic landscape.
It will receive parameters and provide you with a JSON.
E-commerce: Converting prices between different currencies for international customers.
Finance: Monitoring exchange rate fluctuations for investment decisions.
Travel: Calculating currency conversions for budgeting and expense tracking.
Accounting: Recording exchange rate data for financial reporting purposes.
Banking: Facilitating currency exchanges and international wire transfers.
Besides the number of API calls available for the plan, there are no other limitations.
To use this API, users must indicate a currency to obtain the exchange rates.
The Forex Exchange API provides users with access to real-time data on exchange rates.
There are different plans to suit all tastes, including a free trial for a small number of requests, but your rate is limited to avoid abuse of the service.
Zyla provides a wide range of integration methods for almost all programming languages. You can use these codes to integrate with your project as you need.
The "GET Currencies" endpoint returns a list of available currencies along with their names and symbols. The "GET Exchange rates" endpoint provides real-time exchange rates for a specified base currency against various target currencies, including the date of the rates.
For "GET Currencies," key fields include currency codes, names, and symbols. For "GET Exchange rates," key fields are the date, base currency, and a nested object containing target currencies and their corresponding rates.
The response from "GET Currencies" is a JSON object with currency codes as keys and their details as values. The "GET Exchange rates" response includes a date, base currency, and a rates object that maps target currency codes to their exchange rates.
The "GET Exchange rates" endpoint requires a parameter specifying the base currency. Users can customize their requests by selecting any supported currency code as the base to retrieve corresponding exchange rates.
The "GET Currencies" endpoint provides a comprehensive list of all supported currencies. The "GET Exchange rates" endpoint offers real-time exchange rates for the specified base currency against multiple target currencies.
The Forex Exchange API sources its data from reliable financial institutions and market feeds. Regular updates and quality checks ensure that the exchange rates provided are accurate and reflect current market conditions.
Common use cases include e-commerce price conversions, financial analysis for investments, travel budgeting, and accounting for international transactions. Users can leverage real-time rates for informed decision-making.
Users can parse the JSON response to extract relevant exchange rates for their applications. For example, they can convert amounts between currencies by multiplying the amount by the retrieved exchange rate for accurate conversions.
To obtain your API key, first sign in to your account and navigate to the API you want to use. From the API's Pricing section, choose a plan and complete the subscription process. Once subscribed, return to the API page and you will see your API Access Key displayed at the top of the documentation page. You can use this key to authenticate your requests.
You can’t switch APIs during the free trial. If you subscribe to a different API, your trial will end and the new subscription will start as a paid plan.
The free trial lasts for 7 days and allows you to make up to 50 API requests.
No, the free trial is available only once, so we recommend using it on the API that interests you the most. Most of our APIs offer a free trial, but some may not include this option.
Yes. If the API offers a free trial, you will see a "Free 7-Day Trial" option in its Pricing section. The trial lasts for 7 days and allows up to 50 API requests, enabling you to evaluate the API before subscribing to a paid plan.
Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.
You can monitor your API usage through the response headers included with every request:
x-zyla-api-calls-monthly-used: Shows the total number of API requests you have used during the current billing period.
x-zyla-api-calls-monthly-remaining: Shows the number of API requests you have remaining for the current billing period.
Yes, you can cancel your subscription at any time. Simply go to the Pricing section of the API you're subscribed to and click the "Unsubscribe" button.
Please note that upgrades, downgrades, and cancellations take effect immediately. Once your subscription is canceled, access to the service will end immediately, regardless of any remaining API calls in your quota.
Please have a look at our Refund Policy: https://zylalabs.com/terms#refund