Explore How to Get Accurate Brazilian Real (BRL) Prices in Multiple Currencies with this API
Explore How to Get Accurate Brazilian Real (BRL) Prices in Multiple Currencies with this API
In today's globalized economy, having access to accurate and real-time financial data is crucial for businesses and developers alike. The Metals-API provides a powerful solution for obtaining accurate Brazilian Real (BRL) prices in various currencies. This API not only offers real-time exchange rates but also historical data, making it an invaluable tool for financial analysis, trading, and market research.
Metals-API Information
About Tellurium (TE)
Tellurium is a fascinating metal that plays a significant role in various technological advancements. As industries undergo digital transformation, the demand for metals like Tellurium is on the rise. The integration of smart technologies and data analytics in metal markets is revolutionizing how we understand and utilize these resources. With the advent of real-time data, developers can create applications that provide insights into market trends, enabling businesses to make informed decisions. The future of metal markets is bright, with endless possibilities for innovation and growth.
API Description
The Metals-API is designed to empower developers with the tools needed to build next-generation applications that require real-time metals data. By leveraging this API, developers can access a wealth of information about various metals, including their current prices, historical trends, and conversion rates. The API's capabilities extend beyond simple data retrieval; it enables businesses to harness the power of data analytics to drive their strategies and operations.
For more detailed information, you can refer to the Metals-API Documentation, which provides comprehensive guidelines on how to implement the API effectively.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different needs. Here are some of the key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for metals, updated every 60 minutes, every 10 minutes, or even more frequently, depending on your subscription plan. This feature is essential for businesses that require up-to-the-minute pricing information.
- Historical Rates Endpoint: Access historical rates for most currencies dating back to 2019. By appending a specific date (YYYY-MM-DD) to your query, you can retrieve past exchange rates, which is invaluable for trend analysis and forecasting.
- Bid And Ask Endpoint: This powerful feature allows you to retrieve real-time bid and ask prices for metals, providing insights into market liquidity and pricing dynamics.
- Convert Endpoint: The conversion endpoint enables you to convert any amount from one currency to another, facilitating seamless transactions across different currencies.
- Time-Series Endpoint: Query the API for daily historical rates between two dates of your choice. This feature is particularly useful for analyzing trends over specific periods.
- Fluctuation Endpoint: Retrieve information about how currencies fluctuate on a day-to-day basis, helping businesses understand market volatility.
- Carat Endpoint: Get information about gold rates by carat, allowing jewelers and investors to make informed decisions based on precise measurements.
- Lowest/Highest Price Endpoint: This endpoint allows you to query the API to get the lowest and highest price for a specified date, which is crucial for understanding market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: Access open, high, low, and close prices for a specific date, providing a comprehensive view of market performance.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, which is essential for businesses involved in trading and investment.
- API Key: Your unique API key is required to access the API and should be included in the base URL's access_key parameter.
- API Response: The exchange rates delivered by the Metals-API are relative to USD by default, ensuring consistency in data interpretation.
- Available Endpoints: With 14 API endpoints, each providing different functionalities, the Metals-API is versatile and adaptable to various business needs.
- Supported Symbols Endpoint: Access a constantly updated list of all available currencies and metals, ensuring you have the latest information at your fingertips.
- News Endpoint: Retrieve the latest news articles related to various metals, keeping you informed about market developments.
For a complete list of all supported symbols and their specifications, refer to the Metals-API Supported Symbols.
API Endpoint Examples and Responses
Understanding how to interact with the Metals-API is crucial for effective implementation. Below are examples of various API endpoints and their responses:
Latest Rates Endpoint
Get real-time exchange rates for all available metals:
{
"success": true,
"timestamp": 1779063566,
"base": "USD",
"date": "2026-05-18",
"rates": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912,
"XPD": 0.000744,
"XCU": 0.294118,
"XAL": 0.434783,
"XNI": 0.142857,
"XZN": 0.344828
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
Access historical exchange rates for any date since 1999:
{
"success": true,
"timestamp": 1778977166,
"base": "USD",
"date": "2026-05-17",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Time-series Endpoint
Get exchange rates for a specific time period:
{
"success": true,
"timeseries": true,
"start_date": "2026-05-11",
"end_date": "2026-05-18",
"base": "USD",
"rates": {
"2026-05-11": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-05-13": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-05-18": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Convert Endpoint
Convert any amount from one metal to another or to/from USD:
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1779063566,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates:
{
"success": true,
"fluctuation": true,
"start_date": "2026-05-11",
"end_date": "2026-05-18",
"base": "USD",
"rates": {
"XAU": {
"start_rate": 0.000485,
"end_rate": 0.000482,
"change": -3.0e-6,
"change_pct": -0.62
},
"XAG": {
"start_rate": 0.03825,
"end_rate": 0.03815,
"change": -0.0001,
"change_pct": -0.26
},
"XPT": {
"start_rate": 0.000915,
"end_rate": 0.000912,
"change": -3.0e-6,
"change_pct": -0.33
}
},
"unit": "per troy ounce"
}
OHLC (Open/High/Low/Close) Endpoint
Get OHLC data for a specific time period:
{
"success": true,
"timestamp": 1779063566,
"base": "USD",
"date": "2026-05-18",
"rates": {
"XAU": {
"open": 0.000485,
"high": 0.000487,
"low": 0.000481,
"close": 0.000482
},
"XAG": {
"open": 0.03825,
"high": 0.0383,
"low": 0.0381,
"close": 0.03815
},
"XPT": {
"open": 0.000915,
"high": 0.000918,
"low": 0.00091,
"close": 0.000912
}
},
"unit": "per troy ounce"
}
Bid/Ask Endpoint
Get current bid and ask prices for metals:
{
"success": true,
"timestamp": 1779063566,
"base": "USD",
"date": "2026-05-18",
"rates": {
"XAU": {
"bid": 0.000481,
"ask": 0.000483,
"spread": 2.0e-6
},
"XAG": {
"bid": 0.0381,
"ask": 0.0382,
"spread": 0.0001
},
"XPT": {
"bid": 0.000911,
"ask": 0.000913,
"spread": 2.0e-6
}
},
"unit": "per troy ounce"
}
Conclusion
The Metals-API is a robust tool that provides developers with the ability to access accurate Brazilian Real (BRL) prices in multiple currencies. With its extensive range of endpoints and features, this API empowers businesses to make data-driven decisions, optimize their operations, and stay ahead in a competitive market. By utilizing the Metals-API Documentation, developers can seamlessly integrate these capabilities into their applications, ensuring they have the most up-to-date information at their disposal.
As the demand for real-time financial data continues to grow, leveraging the Metals-API will be essential for businesses looking to thrive in the evolving landscape of metal markets. Whether you are analyzing trends, converting currencies, or tracking fluctuations, the Metals-API provides the tools necessary for success.