Get Dysprosium (DYS) prices using this API

Get Dysprosium (DYS) Prices Using This API
Metals-API empowers developers to harness real-time pricing and historical data for Dysprosium and other metals.
Metals-API Information
About Dysprosium (DYS)
API Description
Metals-API is a powerful tool that provides developers with access to real-time and historical data for various metals, including Dysprosium. This API is designed to facilitate the integration of metal pricing data into applications, enabling businesses to make data-driven decisions. With its robust capabilities, the Metals-API empowers developers to build next-generation applications that can analyze market trends, track price fluctuations, and convert currencies seamlessly.
Key Features and Endpoints
Latest Rates Endpoint
{
"success": true,
"timestamp": 1744506099,
"base": "USD",
"date": "2025-04-13",
"rates": {
"DYS": 0.000482
},
"unit": "per troy ounce"
}
Historical Rates Endpoint
{
"success": true,
"timestamp": 1744419699,
"base": "USD",
"date": "2025-04-12",
"rates": {
"DYS": 0.000485
},
"unit": "per troy ounce"
}
Bid And Ask Endpoint
{
"success": true,
"timestamp": 1744506099,
"base": "USD",
"date": "2025-04-13",
"rates": {
"DYS": {
"bid": 0.000481,
"ask": 0.000483,
"spread": 2.0e-6
}
},
"unit": "per troy ounce"
}
Convert Endpoint
{
"success": true,
"query": {
"from": "USD",
"to": "DYS",
"amount": 1000
},
"info": {
"timestamp": 1744506099,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Time-Series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-04-06",
"end_date": "2025-04-13",
"base": "USD",
"rates": {
"2025-04-06": {
"DYS": 0.000485
},
"2025-04-13": {
"DYS": 0.000482
}
},
"unit": "per troy ounce"
}
Fluctuation Endpoint
{
"success": true,
"fluctuation": true,
"start_date": "2025-04-06",
"end_date": "2025-04-13",
"base": "USD",
"rates": {
"DYS": {
"start_rate": 0.000485,
"end_rate": 0.000482,
"change": -3.0e-6,
"change_pct": -0.62
}
},
"unit": "per troy ounce"
}
Open/High/Low/Close (OHLC) Price Endpoint
{
"success": true,
"timestamp": 1744506099,
"base": "USD",
"date": "2025-04-13",
"rates": {
"DYS": {
"open": 0.000485,
"high": 0.000487,
"low": 0.000481,
"close": 0.000482
}
},
"unit": "per troy ounce"
}
Historical LME Endpoint
{
"success": true,
"timestamp": 1744419699,
"base": "USD",
"date": "2025-04-12",
"rates": {
"DYS": 0.000485
},
"unit": "per troy ounce"
}
List of Symbols
Metals-API Supported Symbols page. This resource is invaluable for developers looking to integrate specific metal data into their applications.
Conclusion
Metals-API is a transformative tool for developers and businesses operating in the metal markets. By providing real-time and historical data for Dysprosium and other metals, the API enables users to make informed decisions based on accurate and timely information. As the demand for Dysprosium continues to grow, leveraging the capabilities of the Metals-API will be essential for staying competitive in this dynamic market.