Download Dysprosium (DYS) Historical Prices via this API

Download Dysprosium (DYS) Historical Prices via this API
Metals-API Information
About Dysprosium (DYS)
API Description
Metals-API Documentation offers comprehensive guidance on how to utilize the API effectively. The API supports a variety of endpoints, each designed to cater to specific data needs, making it a versatile solution for any project.
Key Features and Endpoints
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for Dysprosium and other metals. Depending on your subscription plan, the API updates this data every 60 minutes or even more frequently. This feature is essential for traders who need to make quick decisions based on the latest market conditions.
- Historical Rates Endpoint: Access historical rates for Dysprosium dating back to 2019. By appending a specific date to the API request, users can retrieve past price data, which is invaluable for trend analysis and forecasting.
- Bid And Ask Endpoint: This powerful feature allows users to retrieve real-time bid and ask prices for Dysprosium. Understanding the bid-ask spread is crucial for traders looking to optimize their buying and selling strategies.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint, enabling users to convert amounts between different metals or to/from USD. This feature is particularly useful for businesses operating in multiple currencies.
- Time-Series Endpoint: Users can query the API for daily historical rates between two dates of their choice. This endpoint is ideal for analyzing price trends over specific periods, allowing for more informed trading decisions.
- Fluctuation Endpoint: Track how Dysprosium prices fluctuate on a day-to-day basis. This endpoint provides insights into market volatility, helping traders understand potential risks and opportunities.
- Carat Endpoint: Retrieve information about gold rates by carat, which can be useful for businesses dealing with precious metals alongside Dysprosium.
- Lowest/Highest Price Endpoint: This endpoint allows users to query the API for the lowest and highest prices of Dysprosium over a specified period, aiding in market analysis.
- Open/High/Low/Close (OHLC) Price Endpoint: Users can obtain open, high, low, and close prices for Dysprosium, providing a comprehensive view of market performance.
- Historical LME Endpoint: Access historical rates for LME symbols, dating back to 2008. This endpoint is particularly useful for users interested in long-term price trends.
- API Key: Your API Key is essential for accessing the Metals-API. It must be included in the API base URL's access_key parameter to authenticate your requests.
- API Response: The API delivers exchange rates relative to USD by default, ensuring consistency in data interpretation.
- Available Endpoints: The Metals-API offers a wide range of endpoints, each tailored to meet specific data needs.
- Supported Symbols Endpoint: This endpoint provides a constantly updated list of all available currencies and metals, ensuring users have access to the latest information.
- Gold Price India Endpoint: Retrieve the latest gold price in India using the dedicated endpoint, which can be beneficial for businesses operating in the Indian market.
- News Endpoint: Stay updated with the latest news articles related to various metals, including Dysprosium, through the Metals-API news feature.
List of Symbols
Metals-API Supported Symbols page. This resource is invaluable for developers looking to integrate specific metals into their applications.
API Endpoint Examples and Responses
Latest Rates Endpoint
{
"success": true,
"timestamp": 1754874041,
"base": "USD",
"date": "2025-08-11",
"rates": {
"DYS": 0.000482,
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912,
"XPD": 0.000744
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
{
"success": true,
"timestamp": 1754787641,
"base": "USD",
"date": "2025-08-10",
"rates": {
"DYS": 0.000485,
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"unit": "per troy ounce"
}
Time-series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-08-04",
"end_date": "2025-08-11",
"base": "USD",
"rates": {
"2025-08-04": {
"DYS": 0.000485,
"XAU": 0.000485,
"XAG": 0.03825
},
"2025-08-06": {
"DYS": 0.000483,
"XAU": 0.000483,
"XAG": 0.0382
},
"2025-08-11": {
"DYS": 0.000482,
"XAU": 0.000482,
"XAG": 0.03815
}
},
"unit": "per troy ounce"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "DYS",
"amount": 1000
},
"info": {
"timestamp": 1754874041,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-08-04",
"end_date": "2025-08-11",
"base": "USD",
"rates": {
"DYS": {
"start_rate": 0.000485,
"end_rate": 0.000482,
"change": -3.0e-6,
"change_pct": -0.62
},
"XAU": {
"start_rate": 0.000485,
"end_rate": 0.000482,
"change": -3.0e-6,
"change_pct": -0.62
}
},
"unit": "per troy ounce"
}
OHLC (Open/High/Low/Close) Endpoint
{
"success": true,
"timestamp": 1754874041,
"base": "USD",
"date": "2025-08-11",
"rates": {
"DYS": {
"open": 0.000485,
"high": 0.000487,
"low": 0.000481,
"close": 0.000482
},
"XAU": {
"open": 0.000485,
"high": 0.000487,
"low": 0.000481,
"close": 0.000482
}
},
"unit": "per troy ounce"
}
Bid/Ask Endpoint
{
"success": true,
"timestamp": 1754874041,
"base": "USD",
"date": "2025-08-11",
"rates": {
"DYS": {
"bid": 0.000481,
"ask": 0.000483,
"spread": 2.0e-6
},
"XAU": {
"bid": 0.000481,
"ask": 0.000483,
"spread": 2.0e-6
}
},
"unit": "per troy ounce"
}
Conclusion
Metals-API Website and explore the extensive Metals-API Documentation for detailed guidance on implementation and usage. By utilizing these resources, developers can unlock the full potential of metals data and drive innovation in their applications.