Get Accurate Dysprosium Oxide China Spot (DYO-CH) Prices for Industrial Use in Multiple Currencies with this API
Get Accurate Dysprosium Oxide China Spot (DYO-CH) Prices for Industrial Use in Multiple Currencies with this API
In today's rapidly evolving industrial landscape, having access to accurate and real-time pricing data for metals is crucial for businesses engaged in manufacturing, trading, and investment. The Metals-API provides a powerful solution for obtaining Dysprosium Oxide China Spot (DYO-CH) prices, along with a comprehensive suite of features that cater to various industrial needs. This blog post will delve into the capabilities of the Metals-API, focusing on how it empowers developers and businesses to harness real-time data for informed decision-making.
About Neodymium (ND)
Neodymium, a rare earth metal, plays a pivotal role in the digital transformation of metal markets. As industries increasingly rely on technological innovation and advancement, the demand for neodymium has surged, particularly in the production of high-strength magnets used in electric vehicles, wind turbines, and consumer electronics. The integration of smart technology and data analytics has revolutionized how businesses approach metal sourcing and pricing.
With the rise of data-driven insights, companies can now leverage advanced analytics to predict market trends and optimize their supply chains. The Metals-API stands at the forefront of this transformation, offering developers the tools needed to build next-generation applications that provide real-time insights into metal prices, including neodymium and its derivatives.
API Description
The Metals-API is designed to provide developers with a robust platform for accessing real-time and historical data on various metals, including Dysprosium Oxide and Neodymium. By utilizing this API, businesses can integrate accurate pricing information into their applications, enabling them to make data-driven decisions. The API's capabilities extend beyond mere price retrieval; it empowers users to analyze trends, forecast future prices, and optimize their purchasing strategies.
For detailed information on how to implement the API, developers can refer to the Metals-API Documentation, which outlines the various endpoints, parameters, and response formats available.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different business needs. Here are some of the key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data updated at intervals based on the user's subscription plan. Businesses can access the latest prices for Dysprosium Oxide and other metals, ensuring they are always informed of current market conditions.
- Historical Rates Endpoint: Users can query historical rates dating back to 2019, allowing for comprehensive analysis of price trends over time. This feature is invaluable for businesses looking to understand market fluctuations and make informed purchasing decisions.
- Bid And Ask Endpoint: This powerful feature enables users to retrieve real-time bid and ask prices for metals, facilitating better trading strategies and negotiation tactics.
- Convert Endpoint: The Metals-API includes a currency conversion endpoint, allowing users to convert amounts from one currency to another seamlessly. This is particularly useful for international transactions where multiple currencies are involved.
- Time-Series Endpoint: Businesses can query the API for daily historical rates between two specified dates, providing insights into price movements over time.
- Fluctuation Endpoint: This endpoint tracks how currencies fluctuate on a day-to-day basis, offering businesses the ability to monitor volatility and adjust their strategies accordingly.
- Carat Endpoint: Users can retrieve information about gold rates by carat, which is essential for businesses dealing in precious metals.
- Lowest/Highest Price Endpoint: This endpoint allows users to query the API for the lowest and highest prices within a specified timeframe, aiding in market analysis.
- Open/High/Low/Close (OHLC) Price Endpoint: Users can access open, high, low, and close prices for specific dates, providing a comprehensive view of market performance.
- Historical LME Endpoint: This feature provides access to historical rates for LME symbols dating back to 2008, which is crucial for businesses involved in trading metals on the London Metal Exchange.
- API Key: Each user is assigned a unique API key, which is required for accessing the API's features securely.
- API Response: The Metals-API delivers exchange rates relative to USD by default, ensuring consistency in data presentation.
- Supported Symbols Endpoint: This endpoint returns a constantly updated list of all available currencies and metals, allowing users to stay informed about the symbols they can query.
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 metal pricing into their applications.
API Endpoint Examples and Responses
Latest Rates Endpoint
Get real-time exchange rates for all available metals.
{
"success": true,
"timestamp": 1785111472,
"base": "USD",
"date": "2026-07-27",
"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": 1785025072,
"base": "USD",
"date": "2026-07-26",
"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-07-20",
"end_date": "2026-07-27",
"base": "USD",
"rates": {
"2026-07-20": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-07-22": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-07-27": {
"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": 1785111472,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates.
{
"success": true,
"fluctuation": true,
"start_date": "2026-07-20",
"end_date": "2026-07-27",
"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": 1785111472,
"base": "USD",
"date": "2026-07-27",
"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": 1785111472,
"base": "USD",
"date": "2026-07-27",
"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 stands as a transformative tool for businesses seeking accurate and real-time pricing data for metals like Dysprosium Oxide and Neodymium. By leveraging its comprehensive features, developers can create applications that not only provide current market prices but also analyze historical trends, track fluctuations, and convert currencies seamlessly. The API's robust documentation and extensive endpoints make it an invaluable resource for technically proficient developers aiming to integrate metal pricing data into their systems.
For more information on how to utilize the Metals-API effectively, visit the Metals-API Documentation and explore the Metals-API Supported Symbols page for a complete list of available symbols. By harnessing the power of real-time data, businesses can stay ahead in the competitive landscape of metal trading and manufacturing.