Get Accurate Turkmenistani Manat (TMT) Prices Across Different Markets with this API
Get Accurate Turkmenistani Manat (TMT) Prices Across Different Markets with this API
In today's fast-paced financial landscape, having access to accurate and real-time currency exchange rates is crucial for businesses and developers alike. The Metals-API provides a robust solution for obtaining precise Turkmenistani Manat (TMT) prices across various markets. This API not only offers real-time data but also historical insights, making it an invaluable tool for developers looking to integrate currency conversion and metal pricing into their applications.
Metals-API Information
About Nickel (NI)
Nickel, a key metal in various industries, is experiencing a digital transformation driven by technological innovation and advancements in data analytics. The integration of smart technologies is reshaping how markets operate, providing insights that were previously unattainable. As we look to the future, the potential for data-driven decision-making in the metal markets is immense. The Metals-API plays a pivotal role in this transformation, offering developers the tools needed to harness real-time data and create next-generation applications.
API Description
The Metals-API is designed to empower developers with accurate and timely metals data, enabling them to build applications that can respond to market changes in real-time. With its extensive capabilities, the API allows users to access a wide range of functionalities, from retrieving the latest exchange rates to analyzing historical trends. This level of access fosters innovation and supports the development of applications that can adapt to the dynamic nature of the metals market.
For detailed information on how to utilize the API, developers can refer to the Metals-API Documentation, which provides comprehensive guidance on all available features and endpoints.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different needs, each designed to provide specific functionalities that enhance the user experience. Below are some of the key features:
- Latest Rates Endpoint: This endpoint returns real-time exchange rate data, updated based on your subscription plan. Whether you need updates every 60 minutes or every 10 minutes, this feature ensures you have the most current information at your fingertips.
- Historical Rates Endpoint: Access historical rates dating back to 2019. By appending a specific date (YYYY-MM-DD) to your query, you can retrieve past exchange rates, enabling trend analysis and market forecasting.
- Bid And Ask Endpoint: This powerful feature allows you to retrieve real-time bid and ask prices for metals, providing insights into market liquidity and pricing dynamics.
- Convert Endpoint: Easily convert any amount from one currency to another. This endpoint is particularly useful for businesses operating in multiple currencies, allowing for seamless transactions.
- Time-Series Endpoint: Query the API for daily historical rates between two specified dates. This feature is essential for analyzing trends over time and making informed decisions based on historical data.
- Fluctuation Endpoint: Track how currencies fluctuate on a day-to-day basis. This endpoint provides valuable insights into market volatility, helping businesses manage risk effectively.
- Carat Endpoint: Retrieve information about gold rates by carat. This feature is particularly useful for jewelers and businesses dealing in precious metals.
- Lowest/Highest Price Endpoint: Query the API to get the lowest and highest prices for a specified date, providing insights into market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: Access open, high, low, and close prices for a specific date, essential for traders and analysts.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, allowing for comprehensive market analysis.
- API Key: Your unique API key is essential for accessing the API's features. It must be included in the API base URL's access_key parameter.
- API Response: All exchange rates are delivered relative to USD by default, ensuring consistency in data interpretation.
- Available Endpoints: The Metals-API includes 14 endpoints, each providing distinct functionalities to cater to various user needs.
- Supported Symbols Endpoint: Access a constantly updated list of all available currencies and metals, ensuring you have the most accurate information.
List of Symbols
The 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
Latest Rates Endpoint
Get real-time exchange rates for all available metals.
{
"success": true,
"timestamp": 1785025014,
"base": "USD",
"date": "2026-07-26",
"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": 1784938614,
"base": "USD",
"date": "2026-07-25",
"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-07-19",
"end_date": "2026-07-26",
"base": "USD",
"rates": {
"2026-07-19": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-07-21": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-07-26": {
"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": 1785025014,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates.
{
"success": true,
"fluctuation": true,
"start_date": "2026-07-19",
"end_date": "2026-07-26",
"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": 1785025014,
"base": "USD",
"date": "2026-07-26",
"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": 1785025014,
"base": "USD",
"date": "2026-07-26",
"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
The Metals-API is an essential tool for developers seeking to access accurate Turkmenistani Manat (TMT) prices and other metal data across different markets. With its comprehensive range of endpoints, the API not only provides real-time exchange rates but also historical data, bid/ask prices, and conversion capabilities. By leveraging the power of this API, businesses can enhance their applications, improve decision-making processes, and stay ahead in the competitive financial landscape.
For more information on how to implement these features and to explore the full capabilities of the API, visit the Metals-API Documentation. To stay updated on the latest symbols and pricing, check the Metals-API Supported Symbols page. The Metals-API Website is your gateway to unlocking the potential of real-time metals data.