Get Accurate Mozambican Metical (MZN) Value Information in Multiple Currencies with this API
Get Accurate Mozambican Metical (MZN) Value Information in Multiple Currencies with this API
In today's global economy, having access to accurate and real-time currency exchange rates is crucial for businesses and developers alike. The Metals-API provides a powerful solution for obtaining the value of the Mozambican Metical (MZN) in various currencies. This API not only offers real-time data but also historical rates, making it an essential tool for financial analysis, trading, and economic research.
About Aluminum (ALU)
Aluminum, a key metal in various industries, is undergoing a digital transformation that is reshaping the metal markets. The integration of smart technology and data analytics is driving innovation and advancement in how aluminum is traded and valued. As businesses increasingly rely on data-driven insights, the importance of accurate and timely information cannot be overstated.
Technological advancements are paving the way for future trends in the aluminum market. The Metals-API plays a pivotal role in this transformation by providing developers with the tools to build next-generation applications that leverage real-time metals data. By utilizing the API, businesses can gain insights into market fluctuations, optimize their trading strategies, and enhance their decision-making processes.
API Description
The Metals-API is designed to empower developers with comprehensive access to real-time and historical metals data. With its innovative capabilities, the API allows users to retrieve accurate exchange rates for various metals, including aluminum, gold, silver, and more. The transformative potential of this API lies in its ability to provide developers with the necessary tools to create applications that can analyze market trends, track price fluctuations, and convert currencies seamlessly.
For detailed information on how to implement the API, refer to the Metals-API Documentation, which outlines the various endpoints and their functionalities.
Key Features and Endpoints
The Metals-API offers a range of endpoints that cater to different needs, providing developers with the flexibility to access the data they require. Here are some of the key features:
- Latest Rates Endpoint: This endpoint returns real-time exchange rate data for metals, updated every 60 minutes, 10 minutes, or even more frequently, depending on your subscription plan. This feature is particularly useful for businesses that need to make quick decisions based on the latest market conditions.
- Historical Rates Endpoint: Access historical rates dating back to 2019 by appending a specific date to your query. This feature allows businesses to analyze trends over time and make informed decisions based on past performance.
- Bid And Ask Endpoint: Retrieve real-time Bid and Ask prices for metals, providing insights into market liquidity and pricing dynamics. This endpoint is essential for traders looking to optimize their buying and selling strategies.
- Convert Endpoint: Easily convert any amount from one currency to another, facilitating seamless transactions across different markets. This feature is particularly beneficial for businesses operating in multiple countries.
- Time-Series Endpoint: Query daily historical rates between two dates of your choice, allowing for in-depth analysis of price movements over specific periods.
- Fluctuation Endpoint: Track how currencies fluctuate on a day-to-day basis, providing valuable insights into market volatility and trends.
- Carat Endpoint: Retrieve information about gold rates by carat, which is crucial for jewelers and gold traders.
- Lowest/Highest Price Endpoint: Get the lowest and highest prices for a specified date, helping businesses identify market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: Access open, high, low, and close prices for a specific date, which is vital for technical analysis.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, providing a long-term view of market trends.
- API Key: Your unique API key is essential for accessing the API and must be included in your requests.
- API Response: Exchange rates are delivered relative to USD by default, ensuring consistency in data interpretation.
- Available Endpoints: The Metals-API includes 14 endpoints, each offering distinct functionalities tailored to various user needs.
- Supported Symbols Endpoint: Access a constantly updated list of all available currencies and metals, ensuring you have the latest information at your fingertips.
- Intraday Endpoint: Query intraday exchange rate data for a single symbol, which is crucial for high-frequency trading strategies.
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": 1788048900,
"base": "USD",
"date": "2026-08-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
Access historical exchange rates for any date since 1999.
{
"success": true,
"timestamp": 1787962500,
"base": "USD",
"date": "2026-08-29",
"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-08-23",
"end_date": "2026-08-30",
"base": "USD",
"rates": {
"2026-08-23": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-08-25": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-08-30": {
"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": 1788048900,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates.
{
"success": true,
"fluctuation": true,
"start_date": "2026-08-23",
"end_date": "2026-08-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) Endpoint
Get OHLC data for a specific time period.
{
"success": true,
"timestamp": 1788048900,
"base": "USD",
"date": "2026-08-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
Get current bid and ask prices for metals.
{
"success": true,
"timestamp": 1788048900,
"base": "USD",
"date": "2026-08-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
The Metals-API provides a robust and comprehensive solution for accessing accurate Mozambican Metical (MZN) prices in multiple currencies. With its extensive range of features, including real-time rates, historical data, and various endpoints, developers can create applications that cater to diverse financial needs. By leveraging the power of this API, businesses can enhance their trading strategies, optimize their operations, and gain valuable insights into market trends.
For more information on how to implement the API and explore its capabilities, visit the Metals-API Documentation. Additionally, to stay updated on the latest symbols and their specifications, check out the Metals-API Supported Symbols page. By utilizing these resources, developers can fully harness the potential of the Metals-API and drive innovation in their applications.