Get Praseodymium Neodymium Oxide (PNO) prices using this API

Introduction
In the ever-evolving landscape of metal markets, the demand for accurate and real-time data has never been greater. One of the most sought-after materials in this domain is Praseodymium Neodymium Oxide (PNO), a compound that plays a crucial role in various technological applications, including magnets, lasers, and batteries. To navigate the complexities of pricing and market trends for PNO and other metals, developers can leverage the power of the Metals-API. This API provides comprehensive access to real-time and historical data, enabling businesses to make informed decisions based on accurate market insights.
Metals-API Information
About Neodymium (ND)
Neodymium, represented by the symbol ND, is a rare earth metal that has gained significant attention due to its unique properties and applications. As industries continue to undergo digital transformation, the integration of smart technologies and data analytics has become paramount. Neodymium is primarily used in the production of high-strength magnets, which are essential in various sectors, including automotive, aerospace, and renewable energy.
The technological advancements surrounding neodymium have led to innovative applications, such as in electric vehicles and wind turbines, where efficient energy conversion is critical. The demand for neodymium is expected to rise, driven by the increasing need for sustainable energy solutions and the growth of electric mobility. As a result, understanding the market dynamics and pricing trends for neodymium is essential for stakeholders in the metal industry.
API Description
The Metals-API is a powerful tool designed to provide developers with real-time access to metal prices and currency conversion data. This API empowers businesses to build next-generation applications that can analyze market trends, forecast prices, and optimize inventory management. With its robust capabilities, the Metals-API transforms how businesses interact with metal markets, enabling them to harness the potential of real-time data.
One of the key features of the Metals-API is its ability to deliver real-time exchange rate data, updated at intervals depending on the subscription plan. This ensures that users have access to the most current pricing information, which is crucial for making timely decisions in a fast-paced market. Additionally, the API offers historical rates dating back to 2019, allowing users to analyze trends over time and make informed predictions about future pricing.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different needs within the metal market. Here are some of the most notable features:
Latest Rates Endpoint
The Latest Rates Endpoint provides real-time exchange rate data for various metals, including PNO. Depending on your subscription plan, this endpoint can return data updated every 60 minutes, every 10 minutes, or even more frequently. This feature is essential for businesses that require up-to-the-minute pricing information to make informed trading decisions.
{
"success": true,
"timestamp": 1743566472,
"base": "USD",
"date": "2025-04-02",
"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
For businesses looking to analyze past trends, the Historical Rates Endpoint allows users to access exchange rates for most currencies dating back to 2019. By appending a specific date to the API request, users can retrieve historical data that is invaluable for market analysis and forecasting.
{
"success": true,
"timestamp": 1743480072,
"base": "USD",
"date": "2025-04-01",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Bid And Ask Endpoint
The Bid and Ask Endpoint is a powerful feature that enables users to retrieve real-time bid and ask prices for metals. This information is critical for traders who need to understand the market's current buying and selling prices to make strategic decisions.
{
"success": true,
"timestamp": 1743566472,
"base": "USD",
"date": "2025-04-02",
"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
The Convert Endpoint allows users to convert any amount from one metal to another or to/from USD. This feature is particularly useful for businesses that deal with multiple currencies and need to streamline their pricing strategies.
{
"success": true,
"query": {
"from": "USD",
"to": "XAU",
"amount": 1000
},
"info": {
"timestamp": 1743566472,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Time-Series Endpoint
The Time-Series Endpoint allows users to query the API for daily historical rates between two dates of their choice. This feature is essential for conducting in-depth market analysis and understanding price movements over time.
{
"success": true,
"timeseries": true,
"start_date": "2025-03-26",
"end_date": "2025-04-02",
"base": "USD",
"rates": {
"2025-03-26": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-03-28": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-04-02": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Fluctuation Endpoint
The Fluctuation Endpoint provides insights into how metal prices fluctuate on a day-to-day basis. This information is crucial for traders looking to understand market volatility and make informed decisions based on price changes.
{
"success": true,
"fluctuation": true,
"start_date": "2025-03-26",
"end_date": "2025-04-02",
"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
The OHLC Price Endpoint allows users to retrieve the open, high, low, and close prices for a specific time period. This data is essential for traders who need to analyze market trends and make strategic decisions based on price movements.
{
"success": true,
"timestamp": 1743566472,
"base": "USD",
"date": "2025-04-02",
"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
The Historical LME Endpoint provides access to historical rates for LME symbols dating back to 2008. This feature is particularly useful for businesses that need to analyze long-term trends in metal pricing.
{
"success": true,
"timestamp": 1743480072,
"base": "USD",
"date": "2025-04-01",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
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 invaluable for developers looking to integrate specific metal data into their applications.
Conclusion
In conclusion, the Metals-API is a transformative tool for developers and businesses operating in the metal markets. With its extensive range of features, including real-time pricing, historical data access, and advanced analytics capabilities, the API empowers users to make informed decisions based on accurate market insights. As the demand for metals like Praseodymium Neodymium Oxide continues to grow, leveraging the capabilities of the Metals-API will be essential for staying competitive in this dynamic industry.
By utilizing the various endpoints offered by the API, developers can build robust applications that not only track metal prices but also analyze trends, forecast future movements, and optimize trading strategies. The integration of smart technology and data analytics into metal markets is paving the way for a more efficient and informed trading environment, making the Metals-API an indispensable resource for anyone involved in this sector.