Access Turkmenistani Manat (TMT) Historical Prices easily via this API
Access Turkmenistani Manat (TMT) Historical Prices Easily via this API
In today's fast-paced financial landscape, the ability to access historical prices of currencies and metals is crucial for developers and analysts alike. One such currency, the Turkmenistani Manat (TMT), can be analyzed effectively using the Metals-API. This powerful API provides a comprehensive suite of tools for retrieving real-time and historical data on various metals and currencies, enabling developers to create innovative applications that leverage this data for insights and decision-making.
Metals-API Information
The Metals-API is designed to facilitate the integration of metals and currency data into applications. It provides developers with the ability to access real-time and historical pricing data, making it an invaluable resource for those working in finance, trading, and analytics. With a focus on technological innovation and data analytics, this API empowers users to harness the power of real-time metals data.
About Nickel (NI)
Nickel (NI) is a key metal in various industries, particularly in the production of stainless steel and other alloys. As the world moves towards digital transformation, the metal markets are also evolving. The integration of smart technologies and data analytics is reshaping how traders and developers interact with metal pricing data.
Technological advancements have led to the development of sophisticated algorithms that analyze market trends and provide insights into price fluctuations. By utilizing the Metals-API Documentation, developers can access a wealth of information about Nickel and other metals, enabling them to build applications that can predict future trends based on historical data.
As we look to the future, the possibilities for integrating smart technology into metal markets are vast. The Metals-API not only provides historical pricing data but also offers endpoints that allow developers to track fluctuations, convert currencies, and analyze trends over time. This level of data accessibility is essential for making informed decisions in a rapidly changing market.
API Description
The Metals-API is a robust platform that offers a variety of endpoints to cater to different data needs. Its capabilities include real-time exchange rates, historical data retrieval, and advanced analytics features. By leveraging this API, developers can create applications that provide users with up-to-date information on metal prices and currency conversions.
One of the standout features of the Metals-API is its ability to deliver real-time data. Depending on the subscription plan, users can receive updates every 60 minutes or even every 10 minutes. This ensures that developers have access to the most current information, which is crucial for trading and investment decisions.
Key Features and Endpoints
The Metals-API offers a variety of endpoints, each designed to provide specific functionalities:
- Latest Rates Endpoint: This endpoint returns real-time exchange rate data for metals, updated based on the user's subscription plan. For example, if you are interested in the latest Nickel prices, you can easily retrieve this information.
- Historical Rates Endpoint: Users can access historical rates for most currencies dating back to 2019. By appending a specific date to the API request, developers can retrieve historical pricing data for the Turkmenistani Manat (TMT) and other currencies.
- Bid And Ask Endpoint: This feature allows users to retrieve real-time bid and ask prices for metals, providing insights into market dynamics and helping traders make informed decisions.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint that enables users to convert any amount from one currency to another, making it easy to analyze the value of metals in different currencies.
- Time-Series Endpoint: This endpoint allows users to query the API for daily historical rates between two dates of their choice, providing a comprehensive view of price trends over time.
- Fluctuation Endpoint: Users can track how currencies fluctuate on a day-to-day basis, which is essential for understanding market volatility.
- Carat Endpoint: This feature provides information about Gold rates by Carat, allowing users to analyze gold pricing in more detail.
- Lowest/Highest Price Endpoint: This endpoint allows users to query the API to get the lowest and highest price for a specified date, which is useful for identifying price trends.
- Open/High/Low/Close (OHLC) Price Endpoint: Users can retrieve open, high, low, and close prices for a specific date, providing a comprehensive view of market performance.
- Historical LME Endpoint: This endpoint provides access to historical rates for LME symbols dating back to 2008, allowing users to analyze long-term trends.
- API Key: Each user is assigned a unique API key that must be included in API requests to authenticate and authorize access to the data.
- API Response: The Metals-API delivers exchange rates relative to USD by default, ensuring consistency in data presentation.
- Available Endpoints: The API includes 14 endpoints, each providing different functionalities tailored to user needs.
- Supported Symbols Endpoint: This endpoint returns all available currencies, allowing users to explore the full range of symbols supported by the API.
- 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. 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": 1770941796,
"base": "USD",
"date": "2026-02-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": 1770855396,
"base": "USD",
"date": "2026-02-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-02-06",
"end_date": "2026-02-13",
"base": "USD",
"rates": {
"2026-02-06": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-02-08": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-02-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": 1770941796,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates.
{
"success": true,
"fluctuation": true,
"start_date": "2026-02-06",
"end_date": "2026-02-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": 1770941796,
"base": "USD",
"date": "2026-02-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": 1770941796,
"base": "USD",
"date": "2026-02-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
In conclusion, the Metals-API provides a powerful and flexible solution for accessing historical prices of the Turkmenistani Manat (TMT) and other metals. With its extensive range of endpoints, developers can easily retrieve real-time data, historical rates, and perform various analyses to gain insights into market trends. The integration of smart technology and data analytics into the metal markets is transforming how we interact with financial data, and the Metals-API is at the forefront of this innovation.
For developers looking to harness the power of real-time metals data, the Metals-API Documentation is an essential resource. It provides detailed information on how to implement the API effectively, ensuring that users can maximize the potential of this powerful tool. Additionally, the Metals-API Supported Symbols page is invaluable for understanding the full range of available data.
As the financial landscape continues to evolve, the ability to access and analyze historical pricing data will remain a critical component for developers and analysts alike. By leveraging the capabilities of the Metals-API, users can stay ahead of the curve and make informed decisions based on accurate and timely data.