Collect Latest Turkmenistani Manat (TMT) Historical Prices using this API
Collect Latest Turkmenistani Manat (TMT) Historical Prices using this API
The Turkmenistani Manat (TMT) is a vital currency in Central Asia, and understanding its historical prices can provide valuable insights for traders, investors, and developers alike. With the rise of digital transformation in financial markets, accessing real-time and historical data has become essential. One of the most effective ways to achieve this is through the Metals-API, a powerful tool that allows users to collect and analyze the latest Turkmenistani Manat historical prices alongside various metals data.
About Nickel (NI)
Nickel is a key metal in various industries, particularly in the production of stainless steel and batteries. The digital transformation in metal markets has led to significant technological innovations, allowing for better data analytics and insights. The integration of smart technology in trading platforms has enabled developers to create applications that leverage real-time data for improved decision-making. As we look to the future, the possibilities for utilizing metals data, including Nickel, are vast, with trends indicating a growing reliance on data-driven strategies.
API Description
The Metals-API is designed to empower developers by providing access to real-time and historical metals data, including exchange rates for various currencies like the Turkmenistani Manat. This API is a game-changer for those looking to build next-generation applications that require accurate and timely data. With its innovative capabilities, the Metals-API allows users to seamlessly integrate metals pricing into their applications, enhancing functionality and user experience.
For comprehensive guidance on how to utilize the API, developers can refer to the Metals-API Documentation, which provides detailed instructions on how to implement various features and endpoints effectively.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different needs, making it an invaluable resource for developers. Here are some of the key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data, updated based on your subscription plan. Depending on the plan, updates can occur every 60 minutes, every 10 minutes, or even more frequently. This feature is crucial for obtaining the latest TMT prices.
- Historical Rates Endpoint: Users can access historical rates for most currencies dating back to 2019. By appending a specific date in the format YYYY-MM-DD, developers can query the Metals-API for historical rates, enabling them to analyze trends over time.
- Bid And Ask Endpoint: This powerful feature allows 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 dedicated currency conversion endpoint, allowing users to convert amounts from one currency to another. This is particularly useful for those dealing with multiple currencies, including TMT.
- Time-Series Endpoint: This endpoint enables users to query the API for daily historical rates between two chosen dates. It is an essential tool for analyzing price movements over specific periods.
- Fluctuation Endpoint: Users can track how currencies fluctuate on a day-to-day basis using this endpoint. It provides valuable insights into market volatility and helps users understand the dynamics of currency movements.
- Carat Endpoint: This feature allows users to retrieve information about gold rates by carat. By appending a base currency, developers can access specific data related to gold pricing.
- Lowest/Highest Price Endpoint: Users can query the API to get the lowest and highest prices for a specified date, which is crucial 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: Access historical rates for LME symbols dating back to 2008, allowing for in-depth analysis of market trends over a longer period.
- API Key: Each user is assigned a unique API key, which must be included in the API base URL's access_key parameter to authenticate requests.
- API Response: The Metals-API delivers exchange rates relative to USD by default, ensuring consistency in data presentation.
- Available Endpoints: With 14 different API endpoints, the Metals-API provides a wide range of functionalities to meet various user needs.
- Supported Symbols Endpoint: This constantly updated endpoint returns all available currencies, including TMT, making it easy for developers to access the necessary 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. This resource is invaluable for developers looking to integrate specific metals data into their applications.
API Endpoint Examples and Responses
Understanding how to interpret API responses is crucial for effective implementation. Below are examples of various endpoints and their corresponding JSON responses:
Latest Rates Endpoint
{
"success": true,
"timestamp": 1781050796,
"base": "USD",
"date": "2026-06-10",
"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"
}
This response indicates that the API successfully retrieved the latest rates for various metals, with the base currency being USD. Each metal's rate is provided per troy ounce, which is a standard measurement in the metals market.
Historical Rates Endpoint
{
"success": true,
"timestamp": 1780964396,
"base": "USD",
"date": "2026-06-09",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
This example shows a successful response for historical rates, allowing developers to analyze past pricing trends for metals.
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2026-06-03",
"end_date": "2026-06-10",
"base": "USD",
"rates": {
"2026-06-03": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-06-05": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-06-10": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
This response illustrates how to retrieve exchange rates for a specific time period, which is essential for trend analysis and forecasting.
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1781050796,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
The Convert Endpoint allows users to convert amounts between currencies, providing a straightforward way to understand the value of metals in different currencies.
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2026-06-03",
"end_date": "2026-06-10",
"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"
}
This endpoint provides insights into how metal prices fluctuate over time, which is crucial for traders looking to capitalize on market movements.
OHLC (Open/High/Low/Close) Endpoint
{
"success": true,
"timestamp": 1781050796,
"base": "USD",
"date": "2026-06-10",
"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"
}
This response provides a comprehensive view of the market's performance over a specific period, allowing for detailed analysis and strategy development.
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1781050796,
"base": "USD",
"date": "2026-06-10",
"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"
}
The Bid/Ask Endpoint is essential for traders, providing real-time pricing information that can influence trading decisions.
Conclusion
In conclusion, the Metals-API is an invaluable resource for developers looking to collect the latest Turkmenistani Manat historical prices and integrate metals data into their applications. With its wide range of endpoints and features, the API empowers users to access real-time and historical data, analyze trends, and make informed decisions. By leveraging the capabilities of the Metals-API, developers can create innovative applications that enhance user experience and provide valuable insights into the metals market.
For further exploration of the API's capabilities, developers are encouraged to visit the Metals-API Documentation and familiarize themselves with the various endpoints available. Additionally, the Metals-API Supported Symbols page offers a comprehensive list of available currencies, including the Turkmenistani Manat. By utilizing these resources, developers can fully harness the potential of the Metals-API and stay ahead in the rapidly evolving financial landscape.