Get Accurate Rebar China Spot (REB-CH) Prices in Multiple Currencies with this API
Get Accurate Rebar China Spot (REB-CH) Prices in Multiple Currencies with this API
In today's fast-paced financial landscape, having access to accurate and real-time data is crucial for businesses and developers alike. The Metals-API offers a powerful solution for obtaining precise Gold (XAU) prices in various currencies, enabling developers to create innovative applications that leverage this data. By utilizing the Metals-API, you can access a wealth of information that can transform how you interact with metal markets, particularly in the context of digital transformation and technological advancement.
About Tellurium (TE)
Tellurium, a lesser-known but essential metal, plays a significant role in various industries, particularly in the realm of technology and renewable energy. As we explore the implications of tellurium in metal markets, we can observe the digital transformation that is reshaping how we analyze and trade metals. The integration of smart technology and data analytics is paving the way for more informed decision-making and strategic investments.
Technological innovations are driving advancements in metal markets, allowing for better tracking of prices and trends. The Metals-API exemplifies this shift by providing developers with the tools necessary to access real-time data, analyze trends, and integrate insights into their applications. As we look to the future, the possibilities for utilizing metals data are vast, with potential applications in finance, manufacturing, and beyond.
API Description
The Metals-API is a comprehensive JSON API that provides real-time and historical data on metal prices, including Gold (XAU), Silver (XAG), and various other metals. This API empowers developers to build next-generation applications that require accurate and timely metals data. With its innovative features, the Metals-API enables businesses to make data-driven decisions, optimize trading strategies, and enhance their overall operational efficiency.
For more information, you can visit the Metals-API Website or explore the Metals-API Documentation for detailed guidance on implementation.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different needs within the metals market. Here are some of the key features and their potential applications:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for metals, updated based on your subscription plan. Depending on your plan, you can receive updates every 60 minutes or even every 10 minutes. This feature is essential for traders who need to stay informed about the latest market movements.
- Historical Rates Endpoint: Access historical rates dating back to 2019 by appending a specific date to your query. This feature allows businesses to analyze trends over time, making it easier to forecast future price movements and make informed decisions.
- Bid And Ask Endpoint: Retrieve real-time Bid and Ask prices for metals, which is crucial for traders looking to execute transactions at the best possible rates. This endpoint enhances trading strategies by providing insights into market liquidity.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint, allowing you to convert any amount from one currency to another. This feature is particularly useful for businesses operating in multiple countries or dealing with international clients.
- Time-Series Endpoint: Query the API for daily historical rates between two dates of your choice. This endpoint is invaluable for conducting in-depth analyses and understanding price fluctuations over specific periods.
- Fluctuation Endpoint: Track how currencies fluctuate on a day-to-day basis. This endpoint provides insights into market volatility, helping businesses manage risks associated with price changes.
- Carat Endpoint: Retrieve information about Gold rates by Carat. This feature is essential for jewelers and businesses dealing with precious metals, as it allows for precise pricing based on quality.
- Lowest/Highest Price Endpoint: Query the API to get the lowest and highest price for a specific date. This feature aids in identifying market extremes and making strategic trading decisions.
- Open/High/Low/Close (OHLC) Price Endpoint: Get the open, high, low, and close price for a specific date. This data is crucial for technical analysis and understanding market trends.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008. This endpoint is particularly useful for businesses involved in trading metals on the London Metal Exchange.
- API Key: Your unique API key is required to access the Metals-API. This key is passed into the API base URL's access_key parameter, ensuring secure access to the data.
- API Response: The API delivers exchange rates relative to USD by default, with all data returned in a structured JSON format. Understanding the response structure is crucial for effective integration into applications.
- Available Endpoints: The Metals-API features 14 distinct endpoints, each providing unique functionalities tailored to different aspects of metals trading.
- Supported Symbols Endpoint: Access a constantly updated list of all available currencies and metal symbols. This endpoint is essential for developers to ensure they are using the correct symbols in their queries.
- News Endpoint: Retrieve the latest news articles related to various metals. Staying informed about market news is vital for making timely trading decisions.
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. This resource is invaluable for developers looking to integrate specific metals into their applications.
API Endpoint Examples and Responses
Latest Rates Endpoint
Get real-time exchange rates for all available metals.
{
"success": true,
"timestamp": 1775521523,
"base": "USD",
"date": "2026-04-07",
"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": 1775435123,
"base": "USD",
"date": "2026-04-06",
"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-03-31",
"end_date": "2026-04-07",
"base": "USD",
"rates": {
"2026-03-31": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-04-02": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-04-07": {
"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": 1775521523,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates.
{
"success": true,
"fluctuation": true,
"start_date": "2026-03-31",
"end_date": "2026-04-07",
"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": 1775521523,
"base": "USD",
"date": "2026-04-07",
"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": 1775521523,
"base": "USD",
"date": "2026-04-07",
"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
In conclusion, the Metals-API provides a robust solution for accessing accurate Gold (XAU) prices in multiple currencies, along with a wealth of other metal-related data. By leveraging the various endpoints offered by the API, developers can create applications that enhance trading strategies, optimize financial operations, and provide valuable insights into market trends. The integration of real-time data, historical analysis, and advanced features such as bid/ask pricing and currency conversion positions the Metals-API as a vital tool for businesses operating in the metals market.
As the industry continues to evolve, staying informed and utilizing advanced technologies will be key to success. For more information on how to implement the Metals-API in your projects, refer to the Metals-API Documentation and explore the Metals-API Supported Symbols for a comprehensive list of available data. Embrace the future of metals trading with the power of real-time data at your fingertips.