Access Jamaican Dollar (JMD) Historical Data API for Exchange Rates in JSON Format
Access Jamaican Dollar (JMD) Historical Data API for Exchange Rates in JSON Format
In today's fast-paced financial landscape, having access to real-time and historical exchange rate data is crucial for developers and businesses alike. The Metals-API provides a robust solution for retrieving exchange rates, including the Jamaican Dollar (JMD), in a convenient JSON format. This blog post will delve into the capabilities of the Metals-API, focusing on its innovative features, detailed API responses, and practical integration tips for developers looking to leverage this powerful tool.
About Tellurium (TE)
Tellurium, a metalloid with the symbol Te, is gaining attention in the context of digital transformation within metal markets. As industries evolve, the integration of smart technologies and data analytics is becoming increasingly important. The Metals-API exemplifies this transformation by providing developers with real-time access to metals data, enabling the creation of next-generation applications that can analyze trends, forecast prices, and optimize trading strategies.
Technological advancements in data analytics allow for deeper insights into market behaviors, while smart technology integration facilitates seamless data retrieval and processing. As we look to the future, the potential for innovation in the metals market is vast, with possibilities for enhanced decision-making and strategic planning.
API Description
The Metals-API is a powerful JSON API designed to provide real-time and historical data on metal prices and currency exchange rates. With its user-friendly interface and comprehensive documentation, developers can easily integrate the API into their applications. The API empowers users to build applications that can track market fluctuations, analyze historical trends, and convert currencies with ease.
For more information, visit the Metals-API Website or check out the Metals-API Documentation for detailed guidance on implementation.
Key Features and Endpoints
The Metals-API offers a variety of endpoints that cater to different needs. Here are some of the key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data, updated every 60 minutes, 10 minutes, or even more frequently, depending on your subscription plan. It allows developers to access the most current rates for various metals, including the Jamaican Dollar (JMD).
- Historical Rates Endpoint: Users can access historical exchange rates dating back to 2019. By appending a specific date to the API request, developers can retrieve past rates for analysis and reporting.
- Bid And Ask Endpoint: This feature enables users to retrieve real-time bid and ask prices for metals, providing insights into market liquidity and pricing dynamics.
- Convert Endpoint: The conversion endpoint allows for seamless currency conversion, enabling users to convert any amount from one currency to another, including JMD.
- Time-Series Endpoint: This endpoint allows users to query daily historical rates between two specified dates, making it ideal for trend analysis and forecasting.
- Fluctuation Endpoint: Users can track how currencies fluctuate on a day-to-day basis, providing valuable insights into market volatility.
- Carat Endpoint: This feature provides information about gold rates by carat, allowing users to make informed decisions based on purity levels.
- Lowest/Highest Price Endpoint: Users can query the API to get the lowest and highest prices for a specified date, which is essential for understanding market extremes.
- 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 assigned a unique API key, which is required for authentication when making requests to the API.
- API Response: The API delivers exchange rates relative to USD by default, ensuring consistency in data interpretation.
- Available Endpoints: The Metals-API includes 14 different endpoints, each providing unique functionalities tailored to user needs.
- Supported Symbols Endpoint: This endpoint returns all available currencies, including JMD, ensuring users can access the data they need.
- News Endpoint: Retrieve the latest news articles related to various metals, keeping users 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.
API Endpoint Examples and Responses
Latest Rates Endpoint
Get real-time exchange rates for all available metals:
{
"success": true,
"timestamp": 1778742526,
"base": "USD",
"date": "2026-05-14",
"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": 1778656126,
"base": "USD",
"date": "2026-05-13",
"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-05-07",
"end_date": "2026-05-14",
"base": "USD",
"rates": {
"2026-05-07": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-05-09": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-05-14": {
"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": 1778742526,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates:
{
"success": true,
"fluctuation": true,
"start_date": "2026-05-07",
"end_date": "2026-05-14",
"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": 1778742526,
"base": "USD",
"date": "2026-05-14",
"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": 1778742526,
"base": "USD",
"date": "2026-05-14",
"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 comprehensive solution for developers seeking to access real-time and historical exchange rate data, including the Jamaican Dollar (JMD). With its extensive range of endpoints, the API empowers users to build innovative applications that can analyze market trends, convert currencies, and track fluctuations effectively.
By leveraging the capabilities of the Metals-API, developers can enhance their applications with valuable financial data, enabling better decision-making and strategic planning. For further exploration of the API's features, refer to the Metals-API Documentation and discover the full potential of this powerful tool.
As the financial landscape continues to evolve, staying informed and utilizing advanced data analytics will be key to success. The Metals-API is a vital resource for developers looking to stay ahead in the competitive world of finance.