Download Croatian Kuna (HRK) Historical Prices from this API
Download Croatian Kuna (HRK) Historical Prices from this API
The Croatian Kuna (HRK) is a vital currency in the European financial landscape, especially as Croatia continues to evolve economically. For developers and financial analysts looking to access historical prices of the Croatian Kuna, the Metals-API offers a robust solution. This API provides real-time and historical data, enabling users to make informed decisions based on accurate and timely information. In this blog post, we will explore the capabilities of the Metals-API, focusing on how to download historical prices of the Croatian Kuna and the various features that enhance its utility.
About Croatian Kuna (HRK)
The Croatian Kuna has undergone significant transformations in recent years, reflecting the broader trends in digital transformation within the financial markets. As technology advances, the integration of smart technology and data analytics has become paramount. The Metals-API stands at the forefront of this evolution, providing developers with the tools needed to harness the power of data analytics and insights. By leveraging this API, developers can create applications that not only track the historical prices of HRK but also analyze trends and forecast future movements.
In the realm of financial technology, the importance of real-time data cannot be overstated. The Metals-API empowers developers to build next-generation applications that can respond to market changes instantaneously. With a focus on technological innovation, this API is designed to facilitate seamless integration into existing systems, allowing for enhanced data-driven decision-making.
API Description
The Metals-API is a comprehensive solution for accessing metals prices and currency conversion data. It provides a wide range of endpoints that cater to various needs, from retrieving the latest exchange rates to accessing historical data dating back to 2019. The API is designed with developers in mind, offering clear documentation and a user-friendly interface. For more detailed information, you can visit the Metals-API Documentation.
One of the standout features of the Metals-API is its ability to deliver real-time data. Depending on your subscription plan, the API can provide updates every 60 minutes or even every 10 minutes. This level of granularity ensures that users have access to the most current information, which is crucial for making informed trading decisions.
Key Features and Endpoints
The Metals-API offers a variety of endpoints, each designed to fulfill specific requirements. Here are some of the key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data for various currencies, including HRK. Depending on your subscription plan, you can receive updates at different intervals.
- Historical Rates Endpoint: Users can access historical rates for most currencies dating back to 2019. By appending a specific date to the API request, developers can retrieve historical data for HRK, allowing for in-depth analysis of price trends over time.
- Bid And Ask Endpoint: This powerful feature enables users to retrieve real-time bid and ask prices, which are essential for traders looking to make quick decisions based on market conditions.
- Convert Endpoint: The conversion endpoint allows users to convert amounts between different currencies, including HRK. This feature is particularly useful for applications that require real-time currency conversion.
- Time-Series Endpoint: This endpoint allows users to query the API for daily historical rates between two specified dates. This is particularly useful for analyzing trends over a specific period.
- Fluctuation Endpoint: Users can track how currencies fluctuate on a day-to-day basis, providing insights into market volatility.
- Carat Endpoint: This endpoint provides information about gold rates by carat, which can be useful for applications related to jewelry and precious metals.
- Lowest/Highest Price Endpoint: This feature allows users to query the API to get the lowest and highest prices for a specified date.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides comprehensive data on the open, high, low, and close prices for a specified date, which is essential for technical analysis.
- Historical LME Endpoint: This endpoint provides access to historical rates for LME symbols dating back to 2008, allowing for extensive market analysis.
- API Key: Each user is assigned a unique API key, which is required to access the API's features.
- API Response: The API delivers exchange rates relative to USD by default, ensuring consistency in data presentation.
- Available Endpoints: The Metals-API includes 14 different endpoints, each providing unique functionalities tailored to various user needs.
- Supported Symbols Endpoint: This endpoint returns a constantly updated list of all available currencies, including HRK, ensuring that users have access to the latest information.
For a complete list of all supported symbols and their specifications, refer to the Metals-API Supported Symbols.
API Endpoint Examples and Responses
Understanding the API's response structure is crucial for effective implementation. Below are examples of various endpoint responses:
Latest Rates Endpoint
Get real-time exchange rates for all available metals.
{
"success": true,
"timestamp": 1783210656,
"base": "USD",
"date": "2026-07-05",
"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": 1783124256,
"base": "USD",
"date": "2026-07-04",
"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-06-28",
"end_date": "2026-07-05",
"base": "USD",
"rates": {
"2026-06-28": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-06-30": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-07-05": {
"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": 1783210656,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates.
{
"success": true,
"fluctuation": true,
"start_date": "2026-06-28",
"end_date": "2026-07-05",
"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": 1783210656,
"base": "USD",
"date": "2026-07-05",
"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": 1783210656,
"base": "USD",
"date": "2026-07-05",
"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 provides a powerful and flexible solution for accessing historical prices of the Croatian Kuna (HRK) and other currencies. With its extensive range of endpoints, developers can easily integrate real-time and historical data into their applications, enabling them to make informed decisions based on accurate information. The API's capabilities, such as the latest rates, historical rates, and fluctuation tracking, empower users to analyze market trends effectively.
For developers looking to leverage this API, the Metals-API Website offers comprehensive resources, including documentation and a list of supported symbols. By utilizing the Metals-API, you can stay ahead in the rapidly evolving financial landscape, ensuring that your applications are equipped with the most current and relevant data.
As the financial markets continue to evolve, embracing technological advancements and data analytics will be crucial for success. The Metals-API stands as a testament to the transformative potential of real-time data, enabling developers to build innovative solutions that meet the demands of today's market.