Access Real-time Saint Helenian Pound (SHP) Historical Prices through this API
Access Real-time Saint Helenian Pound (SHP) Historical Prices through this API
In today's fast-paced financial landscape, accessing real-time currency data is crucial for developers and businesses alike. The Saint Helenian Pound (SHP) is no exception, and with the help of the Metals-API, you can seamlessly access historical prices and real-time exchange rates. This powerful API not only provides the latest rates but also offers a plethora of features that empower developers to create innovative applications in the metal markets.
Metals-API Information
About Neodymium (ND)
Neodymium is a rare earth metal that plays a pivotal role in various technological advancements. As industries undergo digital transformation, the demand for neodymium is surging, particularly in the production of high-strength magnets used in electric vehicles and renewable energy technologies. The integration of smart technology in metal markets is revolutionizing how we analyze and utilize data. By leveraging data analytics and insights, businesses can make informed decisions that drive efficiency and innovation.
As we look to the future, the possibilities for neodymium and other metals are vast. With the rise of data-driven decision-making, the potential for technological innovation is limitless. The Metals-API stands at the forefront of this transformation, providing developers with the tools needed to harness real-time metals data effectively.
API Description
The Metals-API is designed to provide developers with comprehensive access to real-time and historical metals data. This API empowers users to build next-generation applications that can track market trends, analyze fluctuations, and convert currencies with ease. With a focus on innovation and technological advancement, the Metals-API is a game-changer in the realm of financial data.
For developers looking to dive deeper, the Metals-API Documentation offers extensive resources to guide you through the various endpoints and features available. From real-time exchange rates to historical data, this API is equipped to meet the needs of any project.
Key Features and Endpoints
The Metals-API boasts a wide array of features that cater to various use cases. Here are some of the key endpoints and their functionalities:
- Latest Rates Endpoint: Depending on your subscription plan, this endpoint returns real-time exchange rate data updated every 60 minutes, every 10 minutes, or even more frequently. This allows developers to access the most current market data for the Saint Helenian Pound and other currencies.
- Historical Rates Endpoint: Historical rates are available for most currencies dating back to 2019. By appending a specific date (YYYY-MM-DD) to the endpoint, users can query the Metals-API for historical rates, enabling in-depth analysis of market trends over time.
- Bid And Ask Endpoint: This powerful feature allows users to retrieve real-time Bid and Ask prices, providing insights into market liquidity and pricing strategies.
- Convert Endpoint: The Metals-API includes a separate currency conversion endpoint, which can be used to convert any amount from one currency to another. This is particularly useful for businesses operating in multiple currencies.
- Time-Series Endpoint: This endpoint allows users to query the API for daily historical rates between two dates of their choice, facilitating comprehensive analysis of price movements over time.
- Fluctuation Endpoint: Users can retrieve information about 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 precious metals.
- Lowest/Highest Price Endpoint: This endpoint enables users to query the API to get the lowest and highest price for a specific date, aiding in market analysis.
- Open/High/Low/Close (OHLC) Price Endpoint: Users can access the open, high, low, and close prices for a specific date, which is crucial for traders looking to analyze market performance.
- Historical LME Endpoint: This endpoint provides access to historical rates for LME symbols dating back to 2008, allowing for extensive research and analysis.
- API Key: Your API Key is the unique key that is passed into the API base URL's access_key parameter, ensuring secure access to the API.
- API Response: Exchange rates delivered by the Metals-API are by default relative to USD, with all data returned in a structured JSON format.
- Available Endpoints: The Metals-API comes with 14 API endpoints, each providing a different functionality tailored to meet diverse user needs.
- Supported Symbols Endpoint: This constantly updated endpoint returns all available currencies, ensuring users have access to the latest information.
- News Endpoint: Users can retrieve the latest news articles related to various metals, keeping them informed about market developments.
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 metals into their applications.
API Endpoint Examples and Responses
Latest Rates Endpoint
Get real-time exchange rates for all available metals:
{
"success": true,
"timestamp": 1777335661,
"base": "USD",
"date": "2026-04-28",
"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": 1777249261,
"base": "USD",
"date": "2026-04-27",
"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-04-21",
"end_date": "2026-04-28",
"base": "USD",
"rates": {
"2026-04-21": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-04-23": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-04-28": {
"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": 1777335661,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates:
{
"success": true,
"fluctuation": true,
"start_date": "2026-04-21",
"end_date": "2026-04-28",
"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": 1777335661,
"base": "USD",
"date": "2026-04-28",
"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": 1777335661,
"base": "USD",
"date": "2026-04-28",
"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
Accessing real-time Saint Helenian Pound (SHP) historical prices has never been easier, thanks to the comprehensive features offered by the Metals-API. With endpoints designed for various functionalities, developers can harness the power of real-time data to create innovative applications that meet the demands of today's market.
From the Latest Rates Endpoint to the Historical Rates Endpoint, each feature provides valuable insights that can drive decision-making and strategy. The ability to convert currencies, track fluctuations, and analyze historical data empowers developers to build robust financial applications that can adapt to changing market conditions.
For those looking to explore the full capabilities of the Metals-API, the Metals-API Documentation is an essential resource. Additionally, the Metals-API Supported Symbols page provides a comprehensive list of available symbols, ensuring users have access to the latest information.
In conclusion, the Metals-API is a powerful tool for developers seeking to integrate real-time metals data into their applications. By leveraging its extensive features and capabilities, businesses can stay ahead of the curve in the ever-evolving financial landscape.