Get Yemeni Rial (YER) Historical Prices using this API
Get Yemeni Rial (YER) Historical Prices using this API
The Yemeni Rial (YER) is a currency that has seen significant fluctuations over the years, influenced by various economic factors and geopolitical events. For developers and financial analysts looking to track the historical prices of the Yemeni Rial, the Metals-API offers a robust solution. This API provides real-time and historical data for various metals and currencies, enabling users to access valuable insights and analytics.
Metals-API Information
The Metals-API is a powerful tool designed for developers who need access to real-time and historical data on metals and currencies. With its innovative features, the API allows users to build applications that can analyze market trends, track price fluctuations, and convert currencies seamlessly. The API is particularly useful for those involved in trading, investment, and financial analysis.
About Nickel (NI)
Nickel (NI) is one of the essential metals in the global market, widely used in various industries, including manufacturing and technology. The digital transformation in metal markets has led to significant advancements in how data is collected, analyzed, and utilized. With the integration of smart technologies and data analytics, stakeholders can gain deeper insights into market trends and make informed decisions.
Technological innovation has paved the way for more efficient trading practices. The Metals-API exemplifies this by providing real-time data that empowers developers to create applications that can respond to market changes instantaneously. The future of metal trading lies in the ability to harness data effectively, and APIs like Metals-API are at the forefront of this transformation.
API Description
The Metals-API offers a comprehensive suite of features that cater to various needs in the financial sector. It provides developers with the tools necessary to access real-time and historical data, enabling the creation of next-generation applications. The API's capabilities include:
- Real-time Data Access: Users can retrieve current exchange rates for metals and currencies, ensuring they have the latest information at their fingertips.
- Historical Data: The API allows users to access historical rates dating back to 2019, making it easier to analyze trends over time.
- Data Analytics: With built-in analytics features, developers can gain insights into price movements and market behavior.
- Integration Capabilities: The API can be easily integrated into existing systems, allowing for seamless data flow and utilization.
For more detailed information, you can refer to the Metals-API Documentation.
Key Features and Endpoints
The Metals-API provides several endpoints that cater to different data needs. Hereβs a closer look at some of the key features:
Latest Rates Endpoint: Depending on your subscription plan, this endpoint returns real-time exchange rate data updated every 60 minutes or even more frequently. This feature is crucial for traders who need to make quick decisions based on the latest market conditions.
{
"success": true,
"timestamp": 1771114464,
"base": "USD",
"date": "2026-02-15",
"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: Users can access historical rates for most currencies dating back to 2019. This endpoint is particularly useful for analyzing trends and making forecasts based on past performance.
{
"success": true,
"timestamp": 1771028064,
"base": "USD",
"date": "2026-02-14",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Bid And Ask Endpoint: This powerful feature allows users to retrieve real-time bid and ask prices, which are essential for traders looking to make informed decisions based on market spreads.
{
"success": true,
"timestamp": 1771114464,
"base": "USD",
"date": "2026-02-15",
"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"
}
Convert Endpoint: This endpoint allows users to convert any amount from one currency to another, facilitating transactions and financial analysis across different currencies.
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1771114464,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Time-Series Endpoint: This feature enables users to query the API for daily historical rates between two dates of their choice, providing a comprehensive view of price movements over time.
{
"success": true,
"timeseries": true,
"start_date": "2026-02-08",
"end_date": "2026-02-15",
"base": "USD",
"rates": {
"2026-02-08": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-02-10": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-02-15": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Fluctuation Endpoint: This endpoint provides information about how currencies fluctuate on a day-to-day basis, which is vital for understanding market volatility.
{
"success": true,
"fluctuation": true,
"start_date": "2026-02-08",
"end_date": "2026-02-15",
"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"
}
Open/High/Low/Close (OHLC) Price Endpoint: This endpoint allows users to query the API to get the open, high, low, and close prices for a specific time period, which is essential for technical analysis.
{
"success": true,
"timestamp": 1771114464,
"base": "USD",
"date": "2026-02-15",
"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"
}
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 metal prices.
For a complete list of all supported symbols and their specifications, refer to the Metals-API Supported Symbols.
Conclusion
The Metals-API is an invaluable resource for developers and financial analysts seeking to access real-time and historical data on metals and currencies, including the Yemeni Rial (YER). With its comprehensive features, including the latest rates, historical data, and various endpoints for conversion and analysis, the API empowers users to make informed decisions based on accurate and timely information.
As the digital landscape continues to evolve, the integration of smart technologies and data analytics will play a crucial role in shaping the future of metal markets. By leveraging the capabilities of the Metals-API, developers can create innovative applications that not only track prices but also provide insights into market trends and fluctuations.
For more information on how to get started with the Metals-API, visit the Metals-API Website and explore the extensive documentation available. Embrace the future of financial data with the Metals-API and unlock the potential of real-time insights.