Fetch live Jordanian Dinar (JOD) prices with this API
Fetch Live Jordanian Dinar (JOD) Prices with Metals-API
The Jordanian Dinar (JOD) is a crucial currency in the Middle Eastern financial landscape, serving as a benchmark for various economic activities in Jordan and beyond. With the rise of digital transformation in financial markets, accessing real-time data on currency exchange rates has become essential for developers and businesses alike. The Metals-API provides a powerful solution to fetch live JOD prices, enabling developers to build innovative applications that leverage real-time metals data.
About Nickel (NI)
Nickel is a vital metal in various industries, particularly in the production of stainless steel and batteries. As the world moves towards digital transformation, the metal markets are experiencing significant changes driven by technological innovation and advancement. The integration of smart technologies and data analytics is reshaping how businesses interact with metal markets, providing insights that were previously unattainable.
With the rise of electric vehicles and renewable energy technologies, the demand for nickel is expected to surge. This creates opportunities for developers to utilize real-time data from APIs like Metals-API to track market trends, analyze price fluctuations, and make informed decisions. By harnessing the power of data analytics, businesses can gain insights into future trends and possibilities in the nickel market.
API Description
The Metals-API is a comprehensive solution that empowers developers to access real-time metals data, including exchange rates for various currencies, including the Jordanian Dinar. This API is designed to facilitate the development of next-generation applications that require accurate and timely information about metal prices and currency conversions.
With the Metals-API, developers can integrate advanced functionalities into their applications, such as fetching the latest exchange rates, historical data, and even converting between different currencies. The API's capabilities are not only limited to metals but also extend to various currencies, making it a versatile tool for financial applications.
For more information about the API, visit the Metals-API Website or check the Metals-API Documentation.
Key Features and Endpoints
The Metals-API offers a range of endpoints that provide different functionalities, allowing developers to tailor their applications to meet specific needs. Here are some of the key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for various metals and currencies, updated every 60 minutes, 10 minutes, or even more frequently, depending on the subscription plan. This feature is essential for applications that require up-to-the-minute pricing information.
- Historical Rates Endpoint: Developers can access historical rates dating back to 2019. By appending a specific date in the YYYY-MM-DD format, users can retrieve past exchange rates, which is valuable for trend analysis and forecasting.
- 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 API includes a currency conversion feature that enables users to convert amounts from one currency to another, facilitating seamless transactions across different currencies.
- Time-Series Endpoint: This endpoint allows developers to query daily historical rates between two chosen dates, making it easier to analyze trends over specific periods.
- Fluctuation Endpoint: Users can track how currencies fluctuate on a day-to-day basis, providing insights into market volatility and helping businesses make informed decisions.
- Carat Endpoint: This feature provides information about gold rates by carat, which is particularly useful for jewelers and investors in precious metals.
- Lowest/Highest Price Endpoint: Developers can query the API to get the lowest and highest prices for a specific date, aiding in market analysis.
- 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 requests to authenticate access to the API.
- API Response: The API delivers exchange rates relative to USD by default, ensuring consistency in data representation.
- Available Endpoints: The Metals-API features 14 different endpoints, each designed to provide specific functionalities for developers.
- Supported Symbols Endpoint: This endpoint returns a constantly updated list of all available currencies, ensuring users have access to the latest information.
- 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
Understanding the API's responses is crucial for effective integration. Here are examples of responses from various endpoints:
Latest Rates Endpoint
Get real-time exchange rates for all available metals.
{
"success": true,
"timestamp": 1776643739,
"base": "USD",
"date": "2026-04-20",
"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": 1776557339,
"base": "USD",
"date": "2026-04-19",
"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-13",
"end_date": "2026-04-20",
"base": "USD",
"rates": {
"2026-04-13": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-04-15": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-04-20": {
"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": 1776643739,
"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-13",
"end_date": "2026-04-20",
"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": 1776643739,
"base": "USD",
"date": "2026-04-20",
"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": 1776643739,
"base": "USD",
"date": "2026-04-20",
"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 is an invaluable resource for developers looking to access real-time data on the Jordanian Dinar and other metals. By leveraging the API's extensive features, including the latest rates, historical data, and conversion capabilities, developers can create innovative applications that provide users with accurate and timely information. The integration of such data into applications not only enhances user experience but also empowers businesses to make informed decisions based on real-time market insights.
For further exploration of the API's capabilities, refer to the Metals-API Documentation and discover the full range of supported symbols on the Metals-API Supported Symbols page. Embrace the future of financial data with the Metals-API and unlock the potential of real-time currency and metals information.