Download Lanthanum (LTH) Historical Prices from this API

Download Lanthanum (LTH) Historical Prices from this API
In the rapidly evolving landscape of metal markets, the demand for accurate and real-time data has never been more critical. For developers and businesses looking to harness the power of metals data, the Metals-API provides a robust solution for accessing historical prices, including those for Lanthanum (LTH). This blog post will delve into the intricacies of obtaining historical prices for Lanthanum using the Metals-API, exploring its features, capabilities, and the transformative potential of real-time metals data.
About Lanthanum (LTH)
Lanthanum, represented by the symbol LTH, is a rare earth metal that plays a crucial role in various technological advancements. As industries increasingly embrace digital transformation, the demand for metals like Lanthanum is surging. This metal is integral to the production of high-performance batteries, catalysts in petroleum refining, and phosphors in lighting and display technologies.
The integration of smart technology in metal markets is reshaping how businesses operate. With the advent of data analytics and insights, companies can make informed decisions based on real-time data. The Metals-API stands at the forefront of this transformation, offering developers the tools needed to build next-generation applications that leverage historical and real-time metals data.
Metals-API Information
The Metals-API is a powerful tool that provides developers with access to a wide range of metals data, including historical prices, real-time exchange rates, and conversion capabilities. By utilizing this API, developers can create applications that not only track metal prices but also analyze trends and fluctuations over time. The API's capabilities empower businesses to make data-driven decisions, optimize their operations, and stay ahead of market trends.
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. Here are some of the key features that developers can leverage:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for metals, updated based on your subscription plan. Depending on the plan, updates can occur every 60 minutes or even every 10 minutes, ensuring that users have access to the most current information.
- Historical Rates Endpoint: Developers can access historical rates for most currencies dating back to 2019. By appending a specific date to the API request, users can retrieve historical prices for Lanthanum and other metals, allowing for comprehensive analysis of price trends over time.
- Bid and Ask Endpoint: This feature enables users to retrieve real-time bid and ask prices for metals, providing insights into market conditions and helping traders make informed decisions.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint, allowing users to convert any amount from one metal to another or to/from USD. This is particularly useful for businesses operating in multiple currencies.
- Time-Series Endpoint: This endpoint allows users to query the API for daily historical rates between two specified dates. This feature is invaluable for analyzing trends and fluctuations in metal prices over specific periods.
- Fluctuation Endpoint: Users can track how metal prices fluctuate on a day-to-day basis, providing insights into market volatility and helping businesses strategize accordingly.
- Carat Endpoint: This endpoint provides information about gold rates by carat, allowing users to access detailed pricing information based on purity levels.
- Lowest/Highest Price Endpoint: Users can query the API to get the lowest and highest prices for a specific date, which is essential for understanding market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides open, high, low, and close prices for a specific date, offering a comprehensive view of market performance.
- Historical LME Endpoint: This feature provides access to historical rates for LME symbols dating back to 2008, allowing for extensive historical analysis.
- API Key: Users must pass their unique API key into the API base URL's access_key parameter to authenticate their requests.
- API Response: The Metals-API delivers exchange rates relative to USD by default, ensuring consistency in data interpretation.
- Available Endpoints: The API offers a comprehensive list of endpoints, each designed to fulfill specific data needs.
- Supported Symbols Endpoint: This endpoint returns all available currencies, providing users with a constantly updated list of supported symbols.
- Gold Price India Endpoint: Users can retrieve the latest gold price in India using this dedicated endpoint, which is essential for businesses operating in the Indian market.
- News Endpoint: The Metals-API allows users to retrieve the latest news articles related to various metals, keeping them informed about market developments.
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
Understanding the structure of API responses is crucial for effective integration. Below are examples of various endpoints and their corresponding JSON responses:
Latest Rates Endpoint
Get real-time exchange rates for all available metals.
{
"success": true,
"timestamp": 1756803703,
"base": "USD",
"date": "2025-09-02",
"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": 1756717303,
"base": "USD",
"date": "2025-09-01",
"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": "2025-08-26",
"end_date": "2025-09-02",
"base": "USD",
"rates": {
"2025-08-26": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-08-28": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-09-02": {
"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": 1756803703,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates.
{
"success": true,
"fluctuation": true,
"start_date": "2025-08-26",
"end_date": "2025-09-02",
"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": 1756803703,
"base": "USD",
"date": "2025-09-02",
"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": 1756803703,
"base": "USD",
"date": "2025-09-02",
"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 offers a comprehensive solution for developers looking to access historical prices for Lanthanum (LTH) and other metals. With its extensive range of endpoints, including the latest rates, historical rates, and fluctuation tracking, the API empowers businesses to make informed decisions based on real-time data. The integration of smart technology and data analytics into metal markets is paving the way for innovative applications that can transform how industries operate.
For developers interested in leveraging the power of metals data, the Metals-API provides the necessary tools and resources. By utilizing the API's capabilities, businesses can stay ahead of market trends, optimize their operations, and harness the full potential of real-time metals data. To get started, explore the Metals-API Documentation and familiarize yourself with the available endpoints and features.
As the demand for metals continues to grow, staying informed and equipped with the right tools will be essential for success in this dynamic market. Embrace the future of metal trading with the Metals-API and unlock the potential of historical and real-time data.