Download Micro Gold Futures (MGC) Historical Prices from this API

Download Micro Gold Futures (MGC) Historical Prices from this API
In the rapidly evolving world of finance, the demand for accurate and timely data is paramount, especially when it comes to precious metals like gold. For developers and traders alike, accessing historical prices of Micro Gold Futures (MGC) can be a game-changer. This blog post will delve into how to obtain historical prices using the Metals-API, a powerful tool designed to provide real-time and historical data for various metals, including gold.
About Gold (XAU)
Gold, represented by the symbol XAU, has long been a cornerstone of wealth and investment. As digital transformation sweeps through the financial sector, the integration of technology in trading precious metals is becoming increasingly sophisticated. The rise of data analytics and market insights has enabled traders to make informed decisions based on real-time data. With the advent of digital asset solutions, gold trading is no longer confined to traditional methods; it has evolved into a dynamic marketplace where innovation in price discovery is key.
In this context, the Metals-API stands out as a transformative tool. It empowers developers to build next-generation applications that leverage real-time metals data, enabling them to create innovative trading platforms and analytical tools. By utilizing the Metals-API, developers can access a wealth of information that can enhance their trading strategies and market analysis.
API Description
The Metals-API is designed to provide comprehensive data on various metals, including gold, silver, platinum, and palladium. Its capabilities extend beyond mere price retrieval; it offers a suite of features that cater to the needs of developers and traders. The API's real-time data feeds and historical data access allow users to track market trends, analyze price movements, and make informed trading decisions.
One of the standout features of the Metals-API is its ability to deliver real-time exchange rate data. Depending on your subscription plan, the API can provide updates every 60 minutes, every 10 minutes, or even more frequently. This level of granularity is essential for traders who rely on timely information to execute trades effectively.
Moreover, the API offers a Historical Rates Endpoint, which allows users to access historical rates dating back to 2019. This feature is invaluable for conducting in-depth market analysis and understanding price trends over time. By appending a specific date to the API request, developers can retrieve historical data that can inform their trading strategies.
Key Features and Endpoints
The Metals-API boasts a variety of endpoints that provide different functionalities, each designed to meet specific user needs. Here are some of the key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for all available metals. Users can retrieve the latest rates for gold, silver, platinum, and more, allowing them to stay updated on market fluctuations.
- Historical Rates Endpoint: Users can access historical exchange rates for any date since 2019. This endpoint is crucial for traders looking to analyze past performance and make predictions based on historical data.
- Bid And Ask Endpoint: This feature enables users to retrieve real-time bid and ask prices for metals, providing insights into market liquidity and pricing dynamics.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint, allowing users to convert amounts between different metals or to/from USD. This is particularly useful for traders dealing in multiple currencies.
- Time-Series Endpoint: This endpoint allows users to query the API for daily historical rates between two dates of their choice. It is ideal for analyzing trends over specific periods.
- Fluctuation Endpoint: Users can track how metal prices fluctuate on a day-to-day basis, providing insights into market volatility and price movements.
- Carat Endpoint: This feature allows users to retrieve information about gold rates by carat, which is essential for jewelers and those in the jewelry industry.
- Lowest/Highest Price Endpoint: Users can query the API to get the lowest and highest prices for a specified date, helping them identify market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides open, high, low, and close prices for a specific date, which is crucial for technical analysis.
- 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: Users must pass their unique API key in the request to authenticate and access the data.
- API Response: The API delivers exchange rates relative to USD by default, ensuring consistency in data interpretation.
- Available Endpoints: The Metals-API offers a comprehensive list of endpoints, each designed to provide specific functionalities.
- Supported Symbols Endpoint: This endpoint returns all available metal symbols, ensuring users can easily find the data they need.
- Gold Price India Endpoint: Users can retrieve the latest gold price in India using this dedicated endpoint, catering to regional market needs.
- News Endpoint: The Metals-API provides access to the latest news articles related to various metals, keeping users informed about market developments.
API Endpoint Examples and Responses
Understanding how to interact with the Metals-API is crucial for developers. Below are examples of various API endpoints and their responses:
Latest Rates Endpoint
Get real-time exchange rates for all available metals.
{
"success": true,
"timestamp": 1752811219,
"base": "USD",
"date": "2025-07-18",
"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": 1752724819,
"base": "USD",
"date": "2025-07-17",
"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": "2025-07-11",
"end_date": "2025-07-18",
"base": "USD",
"rates": {
"2025-07-11": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-07-13": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-07-18": {
"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": 1752811219,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates.
{
"success": true,
"fluctuation": true,
"start_date": "2025-07-11",
"end_date": "2025-07-18",
"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": 1752811219,
"base": "USD",
"date": "2025-07-18",
"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": 1752811219,
"base": "USD",
"date": "2025-07-18",
"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 robust and comprehensive solution for accessing historical prices and real-time data for precious metals like gold. By leveraging its various endpoints, developers can create innovative applications that enhance trading strategies and market analysis. The ability to retrieve historical data, track fluctuations, and convert between different metals empowers users to make informed decisions in a dynamic market.
For those looking to dive deeper into the capabilities of the Metals-API, I encourage you to explore the Metals-API Documentation for detailed information on each endpoint and its functionalities. Additionally, the Metals-API Supported Symbols page provides a comprehensive list of available metal symbols, ensuring you have access to the data you need. Finally, visit the Metals-API Website to learn more about how this powerful tool can transform your approach to trading precious metals.