Utilize Maltese Lira (MTL) Historical Prices through this API
Utilize Maltese Lira (MTL) Historical Prices through this API
The Maltese Lira (MTL) has a rich history as the currency of Malta before it transitioned to the Euro. For developers and financial analysts looking to explore historical prices of the Maltese Lira, the Metals-API offers a powerful solution. This API provides access to a wealth of data, including real-time and historical exchange rates for various metals and currencies, making it an invaluable tool for those interested in financial data analytics.
About Tellurium (TE)
Tellurium is a fascinating metal that has gained attention in recent years due to its applications in various technological advancements. As industries undergo digital transformation, the metal markets are also evolving, driven by technological innovation and the integration of smart technologies. The demand for data analytics and insights is at an all-time high, and Tellurium plays a crucial role in this landscape.
In the context of the Metals-API, Tellurium can be analyzed alongside other metals, providing insights into market trends and future possibilities. By leveraging real-time data, developers can create applications that not only track Tellurium prices but also analyze market fluctuations, enabling businesses to make informed decisions.
API Description
The Metals-API is designed to empower developers with real-time metals data, enabling the creation of next-generation applications. With its robust features, the API allows users to access a variety of endpoints that cater to different needs, from retrieving the latest rates to analyzing historical trends.
For more information on how to utilize this API, visit the Metals-API Website and explore the Metals-API Documentation for detailed guidance.
Key Features and Endpoints
The Metals-API offers a wide range of endpoints that provide various functionalities. 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 developers needing up-to-the-minute information on metal prices.
- Historical Rates Endpoint: Access historical rates for most currencies dating back to 2019. By appending a date in the format YYYY-MM-DD, users can query the Metals-API for historical rates, allowing for comprehensive analysis of price trends over time.
- Bid And Ask Endpoint: This powerful feature enables users to retrieve real-time Bid and Ask prices, which are crucial for traders looking to make informed decisions based on market conditions.
- Convert Endpoint: The API includes a currency conversion endpoint, allowing users to convert any amount from one currency to another. This is particularly useful for those dealing with multiple currencies in their applications.
- Time-Series Endpoint: Users can query the API for daily historical rates between two dates of their choice, providing insights into price movements over specific periods.
- Fluctuation Endpoint: This endpoint allows users to retrieve information about how currencies fluctuate on a day-to-day basis, which is vital for understanding market volatility.
- Carat Endpoint: Users can retrieve information about Gold rates by Carat, which is essential for jewelers and investors in precious metals.
- Lowest/Highest Price Endpoint: This endpoint allows users to query the API to get the lowest and highest price for a specific date, providing insights into market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: Users can obtain OHLC data for a specific time period, which is crucial for technical analysis in trading.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, allowing for in-depth analysis of market trends.
- API Key: Your API Key is essential for accessing the API and must be included in the request URL.
- API Response: The Metals-API delivers exchange rates relative to USD, ensuring consistency in data interpretation.
- Available Endpoints: The API features 14 different endpoints, each providing unique functionalities tailored to various user needs.
- Supported Symbols Endpoint: This constantly updated endpoint returns all available currencies, ensuring users have access to the latest data.
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 various endpoints and their corresponding JSON responses:
Latest Rates Endpoint
Get real-time exchange rates for all available metals.
{
"success": true,
"timestamp": 1781309673,
"base": "USD",
"date": "2026-06-13",
"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": 1781223273,
"base": "USD",
"date": "2026-06-12",
"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-06",
"end_date": "2026-06-13",
"base": "USD",
"rates": {
"2026-06-06": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-06-08": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-06-13": {
"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": 1781309673,
"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-06",
"end_date": "2026-06-13",
"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": 1781309673,
"base": "USD",
"date": "2026-06-13",
"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": 1781309673,
"base": "USD",
"date": "2026-06-13",
"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
Utilizing the Maltese Lira (MTL) historical prices through the Metals-API opens up a world of possibilities for developers and financial analysts. With its comprehensive features, including real-time data, historical rates, and various endpoints, the Metals-API empowers users to create sophisticated applications that analyze market trends and fluctuations.
By understanding the capabilities of the Metals-API and effectively utilizing its endpoints, developers can enhance their applications with valuable financial data. Whether you are tracking Tellurium prices or analyzing historical trends of the Maltese Lira, the Metals-API provides the tools necessary for success in today's data-driven market.
For further exploration, refer to the Metals-API Documentation and the Metals-API Supported Symbols page to ensure you have the most up-to-date information at your fingertips.