Obtain Graphite Europe (EU-GR) Historical Prices using this API

Obtain Graphite Europe (EU-GR) Historical Prices using this API
Metals-API offers a robust solution. This API provides comprehensive access to historical pricing data, enabling users to make informed decisions based on accurate and timely information.
Metals-API Information
About Graphite Europe (EU-GR)
API Description
Metals-API Documentation, which outlines the various endpoints, parameters, and response formats.
Key Features and Endpoints
- Latest Rates Endpoint: This endpoint returns real-time exchange rate data for metals, updated based on your subscription plan. Depending on the plan, updates can occur every 60 minutes or every 10 minutes.
- Historical Rates Endpoint: Users can access historical rates for most metals dating back to 2019. By appending a specific date to the API request, developers can retrieve historical pricing data for Graphite Europe (EU-GR) and other metals.
- Bid and Ask Endpoint: This feature allows users to retrieve real-time bid and ask prices for metals, providing insights into market conditions and pricing strategies.
- Convert Endpoint: The API includes a currency conversion endpoint, enabling users to convert amounts from one metal to another or to/from USD, facilitating easier financial analysis.
- Time-Series Endpoint: This endpoint allows users to query the API for daily historical rates between two specified dates, making it easier to analyze trends over time.
- Fluctuation Endpoint: Users can track how prices fluctuate on a day-to-day basis, providing valuable insights into market volatility.
- Open/High/Low/Close (OHLC) Price Endpoint: This endpoint provides detailed pricing information, including the open, high, low, and close prices for a specific time period.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, allowing for comprehensive analysis of long-term trends.
- News Endpoint: Retrieve the latest news articles related to various metals, keeping users informed about market developments.
Example API Responses
Latest Rates Endpoint
{
"success": true,
"timestamp": 1755406819,
"base": "USD",
"date": "2025-08-17",
"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
{
"success": true,
"timestamp": 1755320419,
"base": "USD",
"date": "2025-08-16",
"rates": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915,
"XPD": 0.000748
},
"unit": "per troy ounce"
}
Time-Series Endpoint
{
"success": true,
"timeseries": true,
"start_date": "2025-08-10",
"end_date": "2025-08-17",
"base": "USD",
"rates": {
"2025-08-10": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-08-12": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-08-17": {
"XAU": 0.000482,
"XAG": 0.03815,
"XPT": 0.000912
}
},
"unit": "per troy ounce"
}
Practical Use Cases
- Investment Analysis: Investors can use historical price data to analyze trends and make informed decisions about buying or selling metals.
- Market Research: Businesses can leverage the API to gather data for market analysis, helping them understand pricing dynamics and competitive positioning.
- Financial Applications: Developers can integrate the API into financial applications to provide users with real-time pricing and historical data, enhancing user experience.
Conclusion
Metals-API Documentation and explore the Metals-API Supported Symbols for a comprehensive list of available metals.