{"currency":"USD","date":"2026-07-09","buy":5.1323,"sell":5.1329,"source":"Banco Central do Brasil (PTAX fechamento)"}
curl --location --request GET 'https://zylalabs.com/api/13140/official+exchange+rates+api/26654/latest+rate?currency=USD' --header 'Authorization: Bearer YOUR_API_KEY'
साइन अप करने के बाद, प्रत्येक डेवलपर को एक पर्सनल API एक्सेस की असाइन की जाती है, जो अक्षरों और अंकों का एक यूनिक संयोजन होता है, जिसका उपयोग हमारे API एंडपॉइंट तक पहुंचने के लिए किया जाता है। प्रमाणीकरण के लिए Official Exchange Rates API के साथ बस अपने बेयरर टोकन को Authorization हेडर में शामिल करें।
| हेडर | विवरण |
|---|---|
Authorization
|
आवश्यक
होना चाहिए Bearer access_key. जब आप सब्सक्राइब हों तो ऊपर "Your API Access Key" देखें।
|
कोई लंबी अवधि की प्रतिबद्धता नहीं। कभी भी अपग्रेड, डाउनग्रेड या कैंसल करें। फ्री ट्रायल में 50 रिक्वेस्ट तक शामिल हैं।
(वार्षिक बिलिंग के साथ 2 महीने बचाएँ 🎉)
Get official closing exchange rates published by the central bank for major world currencies. Retrieve the most recent rate or the rate for any historical date. A reliable source for finance, accounting, invoicing and reporting, returned as clean structured data.
The Latest Rate endpoint returns the official closing exchange rate for a specified currency, including the buy and sell rates, along with the reference date and the source of the data.
The key fields in the response data include "currency" (the currency code), "date" (the reference date), "buy" (buy rate), "sell" (sell rate), and "source" (the data source).
The response data is structured in JSON format, with key-value pairs representing the currency, date, buy and sell rates, and source, making it easy to parse and utilize in applications.
The Latest Rate endpoint provides information on the latest official exchange rates for major currencies, including both buy and sell rates, which are essential for financial transactions and reporting.
The Latest Rate endpoint accepts a three-letter currency code (e.g., "USD", "EUR") as a parameter to specify which currency's exchange rate you want to retrieve.
Data accuracy is maintained by sourcing rates directly from the central bank, ensuring that the information is reliable and up-to-date, with regular updates reflecting official rates.
Typical use cases include financial reporting, accounting, invoicing, and currency conversion, where accurate and timely exchange rates are crucial for business operations.
Users can utilize the returned data by integrating it into financial applications, performing currency conversions, or analyzing trends in exchange rates over time based on the provided buy and sell rates.