Access Dysprosium (DYS) Historical Prices using this API for Your Research

Access Dysprosium (DYS) Historical Prices using this API for Your Research
In the ever-evolving landscape of metal markets, the demand for accurate and real-time data has never been more critical. For researchers, developers, and analysts, accessing historical prices of metals like Dysprosium (DYS) can provide invaluable insights into market trends and technological advancements. Utilizing the Metals-API allows users to seamlessly retrieve historical pricing data, empowering them to make informed decisions based on comprehensive analytics.
About Dysprosium (DYS)
Dysprosium is a rare earth element that plays a pivotal role in various high-tech applications, including electronics, lasers, and nuclear reactors. As industries increasingly rely on advanced materials, the significance of Dysprosium continues to grow. The digital transformation in metal markets has led to a surge in demand for real-time data analytics, enabling stakeholders to track price fluctuations and market dynamics effectively.
Technological innovation has paved the way for smart technology integration in the metal sector. With the rise of data analytics, businesses can now harness insights from historical pricing data to forecast future trends. The ability to analyze Dysprosium's price history can reveal patterns that inform investment strategies and operational decisions.
Metals-API Information
The Metals-API is a robust platform designed to provide developers with access to real-time and historical metal prices. This API is particularly beneficial for those looking to integrate metal pricing data into their applications, offering a variety of endpoints that cater to different needs.
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 return the latest rates updated every 60 minutes, every 10 minutes, or even more frequently. This capability is essential for developers who require up-to-the-minute information for their applications.
Moreover, the Metals-API allows users to access historical rates dating back to 2019. By appending a specific date to the API request, users can retrieve historical pricing data for Dysprosium and other metals, facilitating in-depth research and analysis.
Key Features and Endpoints
The Metals-API offers a wide array of endpoints, each designed to serve specific functionalities. Here are some of the key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for metals. Users can easily access the latest prices for Dysprosium and other metals, ensuring they have the most current information at their fingertips.
- Historical Rates Endpoint: Users can access historical exchange rates for any date since 1999. This feature is particularly useful for researchers looking to analyze price trends over time.
- Bid And Ask Endpoint: This powerful feature allows 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, enabling users to convert amounts from one metal to another or to/from USD, facilitating seamless transactions.
- Time-Series Endpoint: Users can query the API for daily historical rates between two dates of their choice, allowing for comprehensive trend analysis.
- Fluctuation Endpoint: This endpoint provides information about how metal prices fluctuate on a day-to-day basis, offering insights into market volatility.
- Carat Endpoint: Users can retrieve information about gold rates by carat, which is essential for jewelers and investors in precious metals.
- Lowest/Highest Price Endpoint: This feature allows users to query the API to get the lowest and highest prices for a specified date, providing a clear picture of market extremes.
- Open/High/Low/Close (OHLC) Price Endpoint: Users can access open, high, low, and close prices for a specific time period, which is crucial for technical analysis.
- Historical LME Endpoint: This endpoint provides access to historical rates for LME symbols dating back to 2008, allowing for extensive research into metal pricing trends.
- API Key: Users must pass their unique API key into the API base URL's access_key parameter to authenticate their requests.
- API Response: The Metals-API delivers exchange rates relative to USD by default, ensuring consistency in data interpretation.
- Available Endpoints: The API comes with numerous endpoints, each providing different functionalities tailored to user needs.
- Supported Symbols Endpoint: This endpoint returns all available currencies, allowing users to stay updated on the latest symbols supported by the API.
- Gold Price India Endpoint: Users can retrieve the latest gold price in India using this dedicated endpoint, which is essential for local investors.
- News Endpoint: The Metals-API allows users to retrieve the latest news articles related to various metals, keeping them informed about market developments.
API Endpoint Examples and Responses
Latest Rates Endpoint
Get real-time exchange rates for all available metals:
{
"success": true,
"timestamp": 1752656419,
"base": "USD",
"date": "2025-07-16",
"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": 1752570019,
"base": "USD",
"date": "2025-07-15",
"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-09",
"end_date": "2025-07-16",
"base": "USD",
"rates": {
"2025-07-09": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-07-11": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-07-16": {
"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": 1752656419,
"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-09",
"end_date": "2025-07-16",
"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
Get OHLC data for a specific time period:
{
"success": true,
"timestamp": 1752656419,
"base": "USD",
"date": "2025-07-16",
"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": 1752656419,
"base": "USD",
"date": "2025-07-16",
"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
Accessing historical prices for Dysprosium (DYS) through the Metals-API provides a powerful tool for researchers and developers alike. The API's extensive features, including real-time rates, historical data, and various endpoints, empower users to conduct in-depth analyses and make informed decisions in the metal markets. By leveraging the capabilities of the Metals-API, stakeholders can gain valuable insights into market trends, optimize their operations, and stay ahead in a competitive landscape.
For more information on the available symbols, refer to the Metals-API Supported Symbols page, and explore the comprehensive Metals-API Documentation for detailed guidance on implementation and usage. The future of metal market analytics is here, and with the right tools, you can unlock its full potential.