Access Brazilian Real (BRL) prices using this API
Access Brazilian Real (BRL) Prices Using This API
The Brazilian Real (BRL) is a vital currency in the global market, particularly in the context of commodities and metals trading. With the rise of digital transformation in financial markets, accessing real-time data on BRL prices has become essential for developers and businesses alike. The Metals-API offers a powerful solution for obtaining accurate and timely information on the Brazilian Real and other currencies, enabling developers to create innovative applications that leverage this data.
About Brazilian Real (BRL)
The Brazilian Real is not just a currency; it represents a dynamic economy that is increasingly influenced by technological advancements and digital transformation. As the world moves towards a more interconnected financial landscape, the importance of real-time data analytics cannot be overstated. The integration of smart technology in metal markets allows for enhanced decision-making processes, enabling traders and businesses to respond swiftly to market fluctuations.
In recent years, the Brazilian economy has seen significant changes, driven by technological innovation. The rise of data analytics has provided insights that were previously unattainable, allowing stakeholders to make informed decisions based on real-time data. As we look to the future, the possibilities for the Brazilian Real and its markets are vast, with the potential for further advancements in technology and data utilization.
API Description
The Metals-API is a robust tool designed to provide developers with real-time and historical data on metal prices and currency conversions, including the Brazilian Real. This API empowers developers to build next-generation applications that can analyze and visualize market trends, making it an invaluable resource for anyone involved in trading or financial analysis.
With the Metals-API, users can access a variety of endpoints that cater to different needs, such as retrieving the latest rates, historical data, and even fluctuations over time. The API is designed with innovation in mind, allowing for seamless integration into existing systems and applications. For more information, you can visit the Metals-API Website or check out the Metals-API Documentation.
Key Features and Endpoints
The Metals-API offers a comprehensive suite of features that cater to various use cases. Here are some of the key endpoints and their functionalities:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for the Brazilian Real and other currencies, updated every 60 minutes, 10 minutes, or as per your subscription plan. This feature is crucial for traders who need to stay updated on the latest market conditions.
- Historical Rates Endpoint: Users can access historical rates dating back to 2019 by appending a specific date in the format YYYY-MM-DD. This is particularly useful for analyzing trends over time and making informed predictions.
- Bid And Ask Endpoint: This powerful feature allows users to retrieve real-time bid and ask prices for metals, providing insights into market liquidity and pricing strategies.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint that enables users to convert amounts between different currencies, including BRL. This is essential for businesses operating in multiple markets.
- Time-Series Endpoint: Users can query the API for daily historical rates between two chosen dates, allowing for in-depth analysis of price movements over specific periods.
- Fluctuation Endpoint: This endpoint provides information about how currencies fluctuate on a day-to-day basis, helping traders understand market volatility.
- Carat Endpoint: Users can retrieve information about gold rates by carat, which is particularly useful for jewelers and gold traders.
- Lowest/Highest Price Endpoint: This feature allows users to query the API for the lowest and highest prices of metals over a specified period, aiding in market analysis.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides open, high, low, and close prices for a specific time period, which is essential for technical analysis.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, providing a wealth of data for analysis.
- API Key: Each user is assigned a unique API key that must be included in requests to authenticate access to the API.
- API Response: The API delivers exchange rates relative to USD by default, ensuring consistency in data presentation.
- Available Endpoints: The Metals-API features 14 different endpoints, each designed to provide specific functionalities tailored to user needs.
- Supported Symbols Endpoint: This constantly updated endpoint returns all available currencies, including the Brazilian Real, making it easy for users to find the symbols they need.
List of Symbols
The Metals-API provides access to a comprehensive range of metal symbols. For a complete list of all supported symbols and their specifications, refer to the Metals-API Supported Symbols page.
API Endpoint Examples and Responses
Understanding the API responses is crucial for effective implementation. Below are examples of responses from various endpoints:
Latest Rates Endpoint
Get real-time exchange rates for all available metals.
{
"success": true,
"timestamp": 1782000625,
"base": "USD",
"date": "2026-06-21",
"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": 1781914225,
"base": "USD",
"date": "2026-06-20",
"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-06-14",
"end_date": "2026-06-21",
"base": "USD",
"rates": {
"2026-06-14": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-06-16": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-06-21": {
"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": 1782000625,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates.
{
"success": true,
"fluctuation": true,
"start_date": "2026-06-14",
"end_date": "2026-06-21",
"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": 1782000625,
"base": "USD",
"date": "2026-06-21",
"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": 1782000625,
"base": "USD",
"date": "2026-06-21",
"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 Brazilian Real plays a crucial role in the global financial landscape, particularly in the context of metal markets. The Metals-API provides developers with the tools they need to access real-time and historical data on BRL prices, enabling them to create innovative applications that can analyze and visualize market trends. With features such as the Latest Rates Endpoint, Historical Rates Endpoint, and various conversion capabilities, the API empowers users to make informed decisions based on accurate data.
As technology continues to evolve, the potential for further advancements in data analytics and smart technology integration in financial markets is immense. By leveraging the capabilities of the Metals-API, developers can stay ahead of the curve and harness the transformative power of real-time metals data. For more information on how to get started, visit the Metals-API Documentation and explore the possibilities that await.