Inquire about Aluminum Feb 2026 (ALG26) Historical Prices using this API
Inquire about Aluminum Feb 2026 (ALG26) Historical Prices using this API
In the ever-evolving landscape of metal markets, the demand for accurate and timely data has never been more critical. As developers and analysts seek to harness the power of real-time information, the Metals-API emerges as a transformative tool. This API not only provides access to current and historical prices of metals like Aluminum (XAL) but also empowers users to explore the intricate dynamics of the metals market through advanced data analytics and insights. In this blog post, we will delve into the historical prices of Aluminum for February 2026 (ALG26) and explore how the Metals-API can be leveraged to obtain this data effectively.
About Aluminum (XAL)
Aluminum, represented by the symbol XAL, is a lightweight metal known for its versatility and resistance to corrosion. It plays a crucial role in various industries, including aerospace, automotive, and construction. The digital transformation in metal markets has led to a surge in the demand for real-time data, enabling stakeholders to make informed decisions based on the latest market trends. With the integration of smart technology and data analytics, the Metals-API stands at the forefront of this evolution, offering developers the tools they need to build next-generation applications.
API Description
The Metals-API is designed to provide comprehensive access to metal prices and currency conversion data. It offers a range of endpoints that cater to various needs, from retrieving the latest rates to accessing historical data dating back to 2019. This API empowers developers to create applications that can analyze trends, forecast prices, and provide insights into market fluctuations.
Key Features and Endpoints
Among the standout features of the Metals-API are its various endpoints, each designed to serve specific purposes:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for metals, updated based on your subscription plan. Users can access the latest rates for Aluminum and other metals, allowing for immediate analysis of market conditions.
- Historical Rates Endpoint: For those interested in the historical prices of Aluminum, this endpoint allows users to query rates dating back to 2019. By appending a specific date, developers can retrieve past prices and analyze trends over time.
- Bid And Ask Endpoint: This powerful feature enables users to obtain real-time bid and ask prices for metals, providing insights into market liquidity and pricing dynamics.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint, allowing users to convert amounts between different metals or to/from USD, facilitating seamless financial transactions.
- Time-Series Endpoint: Users can query the API for daily historical rates between two dates, making it easier to analyze price movements over specific periods.
- Fluctuation Endpoint: This endpoint provides information on how metal prices fluctuate on a day-to-day basis, offering valuable insights into market volatility.
- Carat Endpoint: For those interested in gold, the carat endpoint allows users to retrieve gold rates by carat, catering to jewelers and investors alike.
- Lowest/Highest Price Endpoint: Users can query the API to find the lowest and highest prices for Aluminum over a specified period, aiding in investment decisions.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides open, high, low, and close prices for Aluminum, essential for technical analysis.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, allowing for comprehensive market analysis.
- API Key: Each user is provided with a unique API key, which is essential for accessing the API's features securely.
- API Response: The Metals-API delivers exchange rates relative to USD, ensuring consistency in data interpretation.
- Available Endpoints: With 14 different API endpoints, users have a wide array of functionalities at their disposal.
- Supported Symbols Endpoint: This constantly updated endpoint returns all available currencies and metals, ensuring users have access to the latest data.
- Intraday Endpoint: For real-time trading, the intraday endpoint allows users to query exchange rate data for a single symbol.
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
Latest Rates Endpoint
To get real-time exchange rates for Aluminum, you can use the following example response:
{
"success": true,
"timestamp": 1787271155,
"base": "USD",
"date": "2026-08-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
Accessing historical exchange rates for Aluminum can be done with the following example response:
{
"success": true,
"timestamp": 1787184755,
"base": "USD",
"date": "2026-08-20",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Time-series Endpoint
To get exchange rates for a specific time period, the following example response can be used:
{
"success": true,
"timeseries": true,
"start_date": "2026-08-14",
"end_date": "2026-08-21",
"base": "USD",
"rates": {
"2026-08-14": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-08-16": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-08-21": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Convert Endpoint
To convert any amount from one metal to another or to/from USD, you can refer to the following example response:
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1787271155,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
To track rate fluctuations between two dates, you can use the following example response:
{
"success": true,
"fluctuation": true,
"start_date": "2026-08-14",
"end_date": "2026-08-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
To get OHLC data for a specific time period, the following example response can be referenced:
{
"success": true,
"timestamp": 1787271155,
"base": "USD",
"date": "2026-08-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
To get current bid and ask prices for metals, you can refer to the following example response:
{
"success": true,
"timestamp": 1787271155,
"base": "USD",
"date": "2026-08-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 Metals-API offers a robust solution for developers seeking to access real-time and historical data on metals, including Aluminum. By leveraging the various endpoints available, users can gain insights into market trends, analyze price fluctuations, and make informed decisions based on accurate data. Whether you are interested in the latest rates, historical prices, or bid and ask prices, the Metals-API provides the necessary tools to navigate the complexities of the metals market effectively.
For more information on how to implement these features and access the full capabilities of the Metals-API, be sure to check out the Metals-API Documentation. Additionally, for a complete list of supported symbols, visit the Metals-API Supported Symbols page. With the right tools and insights, you can harness the power of metals data to drive your applications and analyses forward.