Get Lithuanian Litas (LTL) Historical Prices using this API
Get Lithuanian Litas (LTL) Historical Prices using this API
The world of metals trading is undergoing a significant transformation, driven by technological advancements and the integration of smart technologies. One of the most powerful tools available to developers and analysts in this space is the Metals-API. This API provides access to real-time and historical prices for various metals, including the Lithuanian Litas (LTL). In this blog post, we will explore how to retrieve historical prices using the Metals-API, focusing on its capabilities, features, and practical applications.
Metals-API Information
The Metals-API is a robust platform that allows users to access a wealth of data related to metal prices and currency conversions. With its user-friendly interface and comprehensive documentation, developers can easily integrate this API into their applications to obtain real-time and historical data. The API supports a wide range of metal symbols, making it a versatile tool for financial analysts, traders, and developers alike.
About Nickel (NI)
Nickel, symbolized as NI, is a critical metal in various industries, particularly in the production of stainless steel and batteries. As the world moves towards digital transformation, the metal markets are also evolving. The integration of data analytics and smart technology is reshaping how traders and analysts approach market trends.
Technological innovation in the metal markets is paving the way for more accurate forecasting and analysis. With the help of data analytics, stakeholders can gain insights into market fluctuations, enabling them to make informed decisions. The Metals-API plays a crucial role in this transformation by providing real-time data that can be harnessed for predictive analytics and trend analysis.
As we look to the future, the possibilities for technological advancement in the metal markets are vast. The integration of machine learning and artificial intelligence can further enhance the capabilities of APIs like Metals-API, allowing for even more sophisticated analysis and insights.
API Description
The Metals-API offers a comprehensive suite of features designed to empower developers to build next-generation applications. With its real-time data capabilities, the API allows users to access the latest market rates, historical prices, and various other functionalities that are essential for effective trading and analysis.
One of the standout features of the Metals-API is its ability to provide historical rates dating back to 2019. This feature is particularly useful for analysts looking to study trends over time. By appending a specific date to the API request, users can retrieve historical data for any metal symbol, including the Lithuanian Litas (LTL).
For more detailed information on how to use the API, developers can refer to the Metals-API Documentation, which provides comprehensive guidance on all available endpoints and their functionalities.
Key Features and Endpoints
The Metals-API boasts a variety of endpoints that cater to different needs. Here are some of the key features:
- Latest Rates Endpoint: Depending on your subscription plan, this endpoint returns real-time exchange rate data updated every 60 minutes, every 10 minutes, or even more frequently. This feature is essential for traders who need up-to-the-minute information to make quick decisions.
- Historical Rates Endpoint: Users can access historical rates for most currencies dating back to 2019. By appending a date to the API request, developers can easily query historical prices for metals, including LTL.
- Bid And Ask Endpoint: This powerful feature allows users to retrieve real-time Bid and Ask prices, providing insights into market liquidity and pricing dynamics.
- Convert Endpoint: The API includes a currency conversion endpoint, enabling users to convert any amount from one currency to another, which is particularly useful for traders dealing with multiple currencies.
- Time-Series Endpoint: This endpoint allows users to query the API for daily historical rates between two dates of their choice, making it easy to analyze trends over specific periods.
- Fluctuation Endpoint: Users can retrieve information about how currencies fluctuate on a day-to-day basis, providing valuable insights into market volatility.
- Carat Endpoint: This feature allows users to retrieve information about Gold rates by Carat, which is essential for jewelers and investors in precious metals.
- Lowest/Highest Price Endpoint: This endpoint enables users 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: Users can access OHLC data for a specific time period, providing a comprehensive view of market performance.
- Historical LME Endpoint: This endpoint provides access to historical rates for LME symbols dating back to 2008, which is invaluable for long-term market 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 API delivers exchange rates relative to USD by default, ensuring consistency in data interpretation.
- Available Endpoints: The Metals-API includes 14 endpoints, each offering different functionalities to cater to diverse user needs.
- Supported Symbols Endpoint: This endpoint provides a constantly updated list of all available currencies, ensuring users have access to the latest symbols.
- News Endpoint: Users can 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.
API Endpoint Examples and Responses
To give you a better understanding of how the Metals-API works, here are some examples of API responses for various endpoints:
Latest Rates Endpoint
{
"success": true,
"timestamp": 1770423521,
"base": "USD",
"date": "2026-02-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
{
"success": true,
"timestamp": 1770337121,
"base": "USD",
"date": "2026-02-06",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2026-01-31",
"end_date": "2026-02-07",
"base": "USD",
"rates": {
"2026-01-31": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-02-02": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-02-07": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1770423521,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2026-01-31",
"end_date": "2026-02-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
{
"success": true,
"timestamp": 1770423521,
"base": "USD",
"date": "2026-02-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
{
"success": true,
"timestamp": 1770423521,
"base": "USD",
"date": "2026-02-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 is a powerful tool for developers and analysts looking to access real-time and historical prices for metals, including the Lithuanian Litas (LTL). With its comprehensive suite of features, including the Latest Rates, Historical Rates, and various conversion endpoints, the API empowers users to make informed decisions based on accurate data.
As the metal markets continue to evolve, the integration of advanced technologies and data analytics will play a crucial role in shaping the future of trading and analysis. By leveraging the capabilities of the Metals-API, developers can build innovative applications that harness the power of real-time data to drive insights and improve decision-making.
For more information on how to get started with the Metals-API, be sure to check out the Metals-API Documentation and explore the Metals-API Supported Symbols for a complete list of available metal symbols. With the right tools and data at your fingertips, the possibilities for innovation in the metal markets are limitless.