Get Accurate Angolan Kwanza (AOA) Price Data in Multiple Currencies with this API
Get Accurate Angolan Kwanza (AOA) Price Data 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 offers a powerful solution for obtaining precise Angolan Kwanza (AOA) prices in various currencies. This API not only provides real-time data but also historical rates, making it an invaluable tool for financial analysis, trading, and market research.
About Tellurium (TE)
Tellurium, a rare metalloid, is gaining attention in the context of digital transformation within metal markets. As industries evolve, the integration of smart technology and data analytics is reshaping how metals are traded and valued. The technological advancements in data collection and analysis are enabling businesses to gain insights that were previously unattainable. This shift is not just about efficiency; it's about leveraging data to forecast trends and make informed decisions.
With the rise of smart technology integration, the future of metal trading looks promising. Companies can now utilize real-time data to enhance their trading strategies, optimize inventory management, and improve customer engagement. The potential for innovation in this space is vast, and as we look ahead, we can expect to see even more advancements that will redefine how metals are perceived and traded.
API Description
The Metals-API is designed to empower developers to build next-generation applications that require real-time metals data. With its robust capabilities, the API allows users to access a wide range of features that facilitate seamless integration into various applications. From retrieving the latest exchange rates to analyzing historical data, the Metals-API is a comprehensive solution for anyone needing accurate metals pricing.
For detailed information on how to implement and utilize the API, developers can refer to the Metals-API Documentation. This resource provides in-depth guidance on the API's capabilities, endpoints, and best practices for integration.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different needs, allowing developers to access a wealth of information. Here are some of the key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data, updated every 60 minutes or more frequently depending on your subscription plan. It allows users to obtain the latest AOA prices in various currencies, ensuring that businesses can make timely decisions based on current market conditions.
- Historical Rates Endpoint: Users can access historical rates dating back to 2019. By appending a specific date to the API request, developers can retrieve past exchange rates, which is essential for trend analysis and forecasting.
- 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 conversion endpoint allows users to convert any amount from one currency to another, making it easy to calculate the equivalent value of AOA in different currencies.
- Time-Series Endpoint: This endpoint allows users to query daily historical rates between two specified dates, facilitating comprehensive analysis of price movements over time.
- Fluctuation Endpoint: Users can track how currencies fluctuate on a day-to-day basis, which is crucial for understanding market volatility and making informed trading decisions.
- Carat Endpoint: This feature provides information about gold rates by carat, allowing jewelers and traders to assess the value of gold based on purity.
- Lowest/Highest Price Endpoint: This endpoint allows users to query the API for the lowest and highest prices of metals over a specified period, which is valuable for identifying market trends.
- Open/High/Low/Close (OHLC) Price Endpoint: Users can obtain open, high, low, and close prices for a specific time period, which is essential for technical analysis.
- Historical LME Endpoint: This endpoint provides access to historical rates for LME symbols dating back to 2008, allowing for extensive market analysis.
- 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 different endpoints, each designed to provide specific functionalities tailored to user needs.
- Supported Symbols Endpoint: This endpoint returns a constantly updated list of all available currencies, ensuring users have access to the latest information.
- News Endpoint: Users can retrieve the latest news articles related to various metals, keeping them informed about market developments.
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 essential for developers looking to integrate specific metals into their applications.
API Endpoint Examples and Responses
Understanding how to interpret API responses is crucial for effective integration. Below are examples of various API endpoints and their corresponding JSON responses:
Latest Rates Endpoint
Get real-time exchange rates for all available metals.
{
"success": true,
"timestamp": 1777422193,
"base": "USD",
"date": "2026-04-29",
"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": 1777335793,
"base": "USD",
"date": "2026-04-28",
"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-04-22",
"end_date": "2026-04-29",
"base": "USD",
"rates": {
"2026-04-22": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-04-24": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-04-29": {
"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": 1777422193,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates.
{
"success": true,
"fluctuation": true,
"start_date": "2026-04-22",
"end_date": "2026-04-29",
"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": 1777422193,
"base": "USD",
"date": "2026-04-29",
"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": 1777422193,
"base": "USD",
"date": "2026-04-29",
"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 a vital resource for developers and businesses looking to access accurate Angolan Kwanza (AOA) price data in multiple currencies. With its extensive range of features, including real-time rates, historical data, and various endpoints for different functionalities, the API empowers users to make informed decisions based on reliable data.
By leveraging the capabilities of the Metals-API, businesses can enhance their trading strategies, optimize financial operations, and stay ahead of market trends. For further exploration of the API's features and to start integrating it into your applications, visit the Metals-API Website and check out the Metals-API Documentation for detailed guidance.
For a complete list of supported symbols, refer to the Metals-API Supported Symbols page. With the right tools and data at your disposal, the possibilities for innovation and growth in the metal markets are limitless.