Retrieve Mongolian Tgrg (MNT) Historical Prices from this API
Retrieve Mongolian Tgrg (MNT) Historical Prices from this API
In today's fast-paced financial landscape, the ability to access and analyze historical prices of currencies and metals is crucial for developers and analysts alike. One such currency is the Mongolian Tgrg (MNT), which can be effectively tracked using the Metals-API. This API provides a comprehensive suite of tools for retrieving real-time and historical data on various metals and currencies, empowering developers to build innovative applications that leverage this data for insights and decision-making.
About Manganese (MN)
Manganese is a critical metal in the global market, playing a vital role in various industries, including steel production and battery manufacturing. As the world moves towards digital transformation, the metal markets are also evolving, driven by technological innovation and advancements in data analytics. The integration of smart technologies into these markets is paving the way for future trends that promise to revolutionize how we interact with metal pricing data.
With the rise of data analytics, developers can now harness insights from historical pricing data to make informed decisions. The Metals-API offers a robust platform for accessing this data, enabling the integration of advanced analytics into applications. This capability allows businesses to forecast trends, optimize inventory management, and enhance trading strategies.
API Description
The Metals-API is designed to provide developers with real-time and historical data on metals and currencies. Its capabilities extend beyond simple data retrieval; it empowers developers to create next-generation applications that can analyze and visualize metal prices in real-time. The API supports a wide range of functionalities, including retrieving the latest rates, historical prices, and even fluctuations over time.
For developers looking to dive deeper into the API's capabilities, the Metals-API Documentation provides comprehensive guidance on how to utilize its features effectively. This documentation covers everything from authentication to detailed endpoint descriptions, ensuring that developers have all the information they need to implement the API successfully.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different needs. Each endpoint is designed to provide specific functionalities that can be leveraged in various applications. Here are some of the key features:
- Latest Rates Endpoint: This endpoint allows users to retrieve real-time exchange rate data for metals and currencies. Depending on the subscription plan, updates can occur every 60 minutes or even more frequently. This feature is essential for applications that require up-to-the-minute pricing information.
- Historical Rates Endpoint: Users can access historical rates dating back to 2019 by appending a specific date to the API request. This feature is particularly useful for analysts looking to study trends over time and make data-driven decisions.
- Bid And Ask Endpoint: This powerful feature enables users to retrieve real-time bid and ask prices for metals. Understanding the bid-ask spread is crucial for traders and investors who need to make informed buying and selling decisions.
- Convert Endpoint: The conversion endpoint allows users to convert amounts between different currencies and metals. This functionality is vital for applications that require currency conversion for transactions or reporting.
- Time-Series Endpoint: Users can query the API for daily historical rates between two specified dates. This endpoint is particularly useful for analyzing trends and fluctuations over a defined period.
- Fluctuation Endpoint: This endpoint provides information on how currencies fluctuate on a day-to-day basis, allowing users to track changes and make informed decisions based on market dynamics.
- Carat Endpoint: Users can retrieve information about gold rates by carat, which is essential for jewelers and gold traders who need precise pricing based on purity.
- Lowest/Highest Price Endpoint: This endpoint allows users to query the API for the lowest and highest prices of metals on a specific date, providing insights into market volatility.
- Open/High/Low/Close (OHLC) Price Endpoint: Users can access open, high, low, and close prices for a specific date, which is crucial for technical analysis and trading strategies.
- Historical LME Endpoint: This endpoint provides access to historical rates for LME symbols dating back to 2008, allowing users to analyze long-term trends in the metals market.
- API Key: Each user is assigned a unique API key that must be included in requests to authenticate access to the API.
- 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 designed to provide specific functionalities, making it a versatile tool for developers.
- Supported Symbols Endpoint: This endpoint returns a constantly updated list of all available currencies and metals, ensuring users have access to the latest information.
- Intraday Endpoint: Users can query intraday exchange rate data for a single symbol, which is essential for high-frequency trading applications.
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
To retrieve real-time exchange rates for all available metals, you can use the following endpoint:
{
"success": true,
"timestamp": 1787443957,
"base": "USD",
"date": "2026-08-23",
"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 a successful request, providing the latest rates for various metals relative to USD.
Historical Rates Endpoint
Accessing historical exchange rates for any date since 1999 can be done with the following request:
{
"success": true,
"timestamp": 1787357557,
"base": "USD",
"date": "2026-08-22",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
This example shows the historical rates for a specific date, allowing users to analyze past market conditions.
Time-series Endpoint
To get exchange rates for a specific time period, you can use the time-series endpoint:
{
"success": true,
"timeseries": true,
"start_date": "2026-08-16",
"end_date": "2026-08-23",
"base": "USD",
"rates": {
"2026-08-16": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-08-18": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-08-23": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
This response provides a time series of rates, allowing users to visualize trends over the specified period.
Convert Endpoint
The convert endpoint allows users to convert any amount from one metal to another or to/from USD:
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1787443957,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
This example illustrates how to convert an amount from USD to gold (XAU), providing both the conversion rate and the result.
Fluctuation Endpoint
To track rate fluctuations between two dates, you can use the fluctuation endpoint:
{
"success": true,
"fluctuation": true,
"start_date": "2026-08-16",
"end_date": "2026-08-23",
"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 response provides detailed information about how the rates have changed over the specified period, which is essential for traders and analysts.
OHLC (Open/High/Low/Close) Endpoint
To get OHLC data for a specific time period, you can use the following request:
{
"success": true,
"timestamp": 1787443957,
"base": "USD",
"date": "2026-08-23",
"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 endpoint is crucial for technical analysis, providing traders with the necessary data to make informed decisions.
Bid/Ask Endpoint
To get current bid and ask prices for metals, you can use the following request:
{
"success": true,
"timestamp": 1787443957,
"base": "USD",
"date": "2026-08-23",
"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"
}
This response provides the current bid and ask prices, which are essential for traders looking to execute orders effectively.
Conclusion
In conclusion, the Metals-API is a powerful tool for developers looking to retrieve historical prices of the Mongolian Tgrg (MNT) and other metals. With its extensive range of endpoints, the API allows for real-time data retrieval, historical analysis, and advanced functionalities such as conversion and fluctuation tracking. By leveraging the capabilities of the Metals-API, developers can create innovative applications that provide valuable insights into the metals market.
For more information on how to implement these features, refer to the Metals-API Documentation and explore the Metals-API Supported Symbols for a comprehensive list of available metals and currencies. The Metals-API Website is also a valuable resource for developers looking to stay updated on the latest features and enhancements.