Download Estonian Kroon (EEK) Historical Prices using this API
Download Estonian Kroon (EEK) Historical Prices using this API
The Estonian Kroon (EEK) has a rich history as the currency of Estonia before the country adopted the Euro. For developers and financial analysts looking to download historical prices of the Estonian Kroon, the Metals-API provides a robust solution. This API offers a comprehensive set of tools to access real-time and historical data for various metals and currencies, including the EEK. In this blog post, we will explore how to effectively utilize the Metals-API to retrieve historical prices, focusing on its innovative features, technical capabilities, and practical applications.
Metals-API Information
About Nickel (NI)
Nickel is a crucial metal in various industries, particularly in the production of stainless steel and batteries. As the world moves towards digital transformation, the metal markets are also evolving. The integration of smart technology and data analytics is reshaping how we understand and interact with metal prices. The Metals-API stands at the forefront of this transformation, offering developers the tools needed to harness real-time data and insights.
Technological advancements in the Metals-API allow for seamless integration of data analytics into applications, enabling users to make informed decisions based on current market trends. The API's capabilities extend beyond mere data retrieval; it empowers developers to create applications that can analyze fluctuations, convert currencies, and track historical data effectively. As we look to the future, the potential for innovation in the metal markets is vast, and the Metals-API is a key player in this evolution.
API Description
The Metals-API is a powerful tool designed for developers seeking to access real-time and historical metals data. With its user-friendly interface and comprehensive documentation, the API enables users to build next-generation applications that leverage the transformative potential of real-time data. The API supports a wide range of functionalities, including retrieving the latest rates, historical prices, and conversion capabilities.
For more detailed information, you can visit the Metals-API Website or check the Metals-API Documentation for comprehensive guidelines on implementation.
Key Features and Endpoints
The Metals-API offers a variety of endpoints, each designed to cater to specific needs. Here are some of the key features:
- Latest Rates Endpoint: This endpoint provides real-time exchange rate data, updated based on your subscription plan. Depending on your plan, you can receive updates every 60 minutes or even every 10 minutes.
- Historical Rates Endpoint: Access historical rates dating back to 2019 by appending a specific date to your query. This feature is particularly useful for analyzing trends over time.
- Bid And Ask Endpoint: Retrieve real-time bid and ask prices, allowing for precise trading decisions based on current market conditions.
- Convert Endpoint: This endpoint enables you to convert any amount from one currency to another, facilitating seamless transactions across different currencies.
- Time-Series Endpoint: Query daily historical rates between two dates of your choice, providing a comprehensive view of price movements over time.
- Fluctuation Endpoint: Track how currencies fluctuate on a day-to-day basis, offering insights into market volatility.
- Carat Endpoint: Retrieve information about gold rates by carat, which is essential for jewelers and investors alike.
- Lowest/Highest Price Endpoint: Query the API to get the lowest and highest prices for a specified date, which can be crucial for market analysis.
- Open/High/Low/Close (OHLC) Price Endpoint: Get detailed OHLC data for a specific time period, which is vital for traders looking to analyze market trends.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, providing a long-term view of price movements.
- API Key: Your unique API key is essential for accessing the API and must be included in your requests.
- API Response: The API delivers exchange rates relative to USD, ensuring consistency in data interpretation.
- Available Endpoints: With 14 different endpoints, the Metals-API provides a comprehensive suite of tools for various functionalities.
- Supported Symbols Endpoint: Access a constantly updated list of all available currencies and symbols.
- Intraday Endpoint: Query intraday exchange rate data for a single symbol, allowing for real-time trading decisions.
For a complete list of supported symbols, refer to the Metals-API Supported Symbols page.
API Endpoint Examples and Responses
Understanding the API's response structure is crucial for effective implementation. Below are examples of various endpoints and their responses:
Latest Rates Endpoint
Get real-time exchange rates for all available metals.
{
"success": true,
"timestamp": 1787357539,
"base": "USD",
"date": "2026-08-22",
"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": 1787271139,
"base": "USD",
"date": "2026-08-21",
"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-15",
"end_date": "2026-08-22",
"base": "USD",
"rates": {
"2026-08-15": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2026-08-17": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2026-08-22": {
"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": 1787357539,
"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-15",
"end_date": "2026-08-22",
"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": 1787357539,
"base": "USD",
"date": "2026-08-22",
"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": 1787357539,
"base": "USD",
"date": "2026-08-22",
"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 looking to download historical prices of the Estonian Kroon (EEK) and other metals. With its wide range of endpoints, real-time data capabilities, and user-friendly documentation, the API empowers developers to create innovative applications that leverage the power of metals data. By understanding the various features and functionalities of the Metals-API, developers can effectively integrate this tool into their projects, enhancing their ability to analyze market trends and make informed decisions.
For further exploration, consider visiting the Metals-API Documentation for detailed implementation guides, or check the Metals-API Supported Symbols page for a complete list of available currencies. The potential for innovation in the metal markets is vast, and with the Metals-API, you are well-equipped to navigate this dynamic landscape.