Retrieve Detailed São Tomé and Príncipe Dobra (STD) Historical Prices through this API
Retrieve Detailed So Tom and Prncipe Dobra (STD) Historical Prices through this API
In the ever-evolving landscape of financial markets, the ability to access and analyze historical price data is crucial for developers and analysts alike. For those interested in the So Tom and Prncipe Dobra (STD), the Metals-API provides a robust solution to retrieve detailed historical prices. This API not only offers real-time data but also empowers users to delve into the past, enabling informed decision-making and strategic planning.
About Neodymium (ND)
Neodymium, a rare earth metal, plays a pivotal role in various technological advancements and innovations. As industries increasingly embrace digital transformation, the demand for neodymium is on the rise, particularly in the manufacturing of high-strength magnets used in electric vehicles, wind turbines, and consumer electronics. The integration of smart technologies and data analytics in metal markets is revolutionizing how we understand and utilize these materials.
With the advent of advanced data analytics, developers can leverage insights from neodymium pricing trends to forecast market movements and optimize supply chains. The future of neodymium and other metals lies in the seamless integration of technology, allowing for real-time monitoring and predictive analysis, which can significantly enhance operational efficiency.
API Description
The Metals-API is designed to provide developers with comprehensive access to metals pricing data, including the ability to retrieve historical prices for various currencies, including the So Tom and Prncipe Dobra (STD). This API stands out due to its innovative capabilities, allowing users to build next-generation applications that require real-time and historical data.
With the Metals-API, developers can harness the transformative potential of real-time metals data, enabling them to create applications that can track price fluctuations, analyze trends, and provide insights into market dynamics. The API's capabilities extend beyond mere data retrieval; it empowers developers to integrate advanced analytics and reporting features into their applications.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different data needs. Each endpoint is designed to provide specific functionalities that can be utilized in various applications:
- Latest Rates Endpoint: This endpoint returns real-time exchange rate data for metals, updated based on your subscription plan. Users can access the latest rates every 60 minutes, every 10 minutes, or even more frequently, depending on their needs.
- Historical Rates Endpoint: Users can query historical rates dating back to 2019 by appending a specific date (YYYY-MM-DD) to the endpoint. This feature is particularly useful for analyzing 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 currency to another, facilitating seamless transactions and analyses.
- Time-Series Endpoint: This endpoint allows users to query daily historical rates between two chosen dates, making it easier to analyze price movements over specific periods.
- Fluctuation Endpoint: Users can track how currencies fluctuate on a day-to-day basis, providing valuable insights into market volatility.
- Carat Endpoint: This feature allows users to retrieve information about gold rates by carat, which is essential for jewelers and investors in the gold market.
- Lowest/Highest Price Endpoint: Users can query the API to get the lowest and highest prices for a specified date, aiding in market analysis and decision-making.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides open, high, low, and close prices for a specific date, which is crucial for technical analysis.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, allowing for comprehensive market analysis.
- API Key: Each user is provided with a unique API key that must be included in the API requests to authenticate access.
- API Response: The API delivers exchange rates relative to USD by default, ensuring consistency across data retrieval.
- Available Endpoints: The Metals-API comprises 14 different endpoints, each offering unique functionalities tailored to various data needs.
- Supported Symbols Endpoint: This constantly updated endpoint returns all available currencies, ensuring users have access to the latest symbols.
- Intraday Endpoint: Users can query intraday exchange rate data for a single symbol, providing insights into short-term market movements.
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.
API Endpoint Examples and Responses
Latest Rates Endpoint
Get real-time exchange rates for all available metals.
{
"success": true,
"timestamp": 1786925767,
"base": "USD",
"date": "2026-08-17",
"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": 1786839367,
"base": "USD",
"date": "2026-08-16",
"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-08-10",
"end_date": "2026-08-17",
"base": "USD",
"rates": {
"2026-08-10": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-08-12": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-08-17": {
"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": 1786925767,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates.
{
"success": true,
"fluctuation": true,
"start_date": "2026-08-10",
"end_date": "2026-08-17",
"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": 1786925767,
"base": "USD",
"date": "2026-08-17",
"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": 1786925767,
"base": "USD",
"date": "2026-08-17",
"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
In conclusion, the Metals-API offers a powerful and flexible solution for developers seeking to retrieve historical prices for the So Tom and Prncipe Dobra (STD) and other metals. With its extensive range of endpoints, including the latest rates, historical rates, and various conversion options, the API empowers users to make data-driven decisions based on real-time and historical insights.
By leveraging the capabilities of the Metals-API, developers can create applications that not only track market trends but also provide valuable analytics and reporting features. The integration of advanced data analytics and smart technology into metal markets is paving the way for innovative solutions that enhance operational efficiency and market understanding.
For further exploration of the API's capabilities, developers are encouraged to review the Metals-API Documentation and familiarize themselves with the comprehensive list of supported symbols available at the Metals-API Supported Symbols page. Embracing these tools will undoubtedly lead to more informed and strategic decisions in the dynamic world of metals trading.