Fetch Molybdenum (MO) Historical Prices with this API

About Molybdenum (MO)
Metals-API Overview
Metals-API is a robust platform designed to provide developers with access to real-time and historical data for various metals, including Molybdenum. The API is built with a focus on innovation and technological advancement, allowing users to leverage data for a multitude of applications. Whether you are developing a trading platform, a market analysis tool, or a financial application, the Metals-API offers the capabilities you need.
Key Features of Metals-API
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for metals, updated every 60 minutes, every 10 minutes, or even more frequently, depending on your subscription plan. This feature is essential for applications that require up-to-the-minute pricing information.
- Historical Rates Endpoint: Users can access historical rates for Molybdenum and other metals dating back to 2019. By appending a specific date to the API request, developers can retrieve historical price data, 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. Understanding the bid-ask spread is crucial for traders and investors looking to make informed decisions.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint, allowing users to convert any amount from one metal to another or to/from USD. This is particularly useful for applications that require multi-currency support.
- Time-Series Endpoint: Developers can query the API for daily historical rates between two dates of their choice. This feature is invaluable for conducting in-depth analyses and generating reports based on historical data.
- Fluctuation Endpoint: This endpoint provides insights into how metal prices fluctuate on a day-to-day basis. By tracking fluctuations, users can identify patterns and make predictions about future price movements.
- Carat Endpoint: For applications focused on gold, the carat endpoint allows users to retrieve information about gold rates by carat. This feature is essential for jewelers and gold traders.
- Lowest/Highest Price Endpoint: Users can query the API to get the lowest and highest prices for a specified date range, providing valuable insights into market volatility.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint allows users to retrieve the open, high, low, and close prices for a specific time period, which is crucial for technical analysis.
- Historical LME Endpoint: For users interested in London Metal Exchange (LME) symbols, this endpoint provides historical rates dating back to 2008, enabling comprehensive market analysis.
- API Key: Each user is provided with a unique API key, which is required to access the API. This key ensures secure and authorized access to the data.
- API Response: The Metals-API delivers exchange rates relative to USD by default, with all data returned in a structured JSON format, making it easy to integrate into applications.
- Available Endpoints: The API comes with a comprehensive list of endpoints, each providing different functionalities. Developers can explore these endpoints to find the ones that best suit their needs.
- Supported Symbols Endpoint: This endpoint returns all available metal symbols, allowing developers to easily find the symbols they need for their applications.
- Gold Price India Endpoint: For users interested in the Indian market, this dedicated endpoint retrieves the latest gold prices in India.
- News Endpoint: The Metals-API also provides access to the latest news articles related to various metals, keeping users informed about market trends and developments.
API Endpoint Examples and Responses
Latest Rates Endpoint
{
"success": true,
"timestamp": 1753905616,
"base": "USD",
"date": "2025-07-30",
"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
{
"success": true,
"timestamp": 1753819216,
"base": "USD",
"date": "2025-07-29",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Time-Series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-07-23",
"end_date": "2025-07-30",
"base": "USD",
"rates": {
"2025-07-23": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-07-25": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-07-30": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1753905616,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-07-23",
"end_date": "2025-07-30",
"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) Price Endpoint
{
"success": true,
"timestamp": 1753905616,
"base": "USD",
"date": "2025-07-30",
"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
{
"success": true,
"timestamp": 1753905616,
"base": "USD",
"date": "2025-07-30",
"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
Metals-API Documentation provides comprehensive guidance on how to implement the various endpoints and features. Additionally, the Metals-API Supported Symbols page offers a complete list of available metal symbols, ensuring that developers have all the information they need at their fingertips.