Get Chilean Peso (CLP) prices using this API

Get Chilean Peso (CLP) Prices Using This API
The Chilean Peso (CLP) is an essential currency in the South American financial landscape, particularly as it relates to the metal markets. With the rise of digital transformation and technological innovations, the way we access and analyze metal prices has evolved dramatically. This blog post will explore the Chilean Peso, its markets, and how the Metals-API works to provide real-time data and insights into metal prices, including the CLP.
About Chilean Peso (CLP)
The Chilean Peso is the official currency of Chile and is widely used in various transactions, including those involving metals. As the global economy shifts towards more digital and data-driven approaches, the integration of smart technology in financial markets has become increasingly important. The Chilean Peso's value is influenced by various factors, including economic stability, inflation rates, and international trade dynamics.
In recent years, the digital transformation in metal markets has allowed for more efficient trading and pricing strategies. The integration of data analytics and insights has empowered traders and developers to make informed decisions based on real-time data. As we look to the future, the possibilities for technological advancement in the metal markets are vast, with potential applications in artificial intelligence, machine learning, and blockchain technology.
API Description
The Metals-API is a powerful tool that provides developers with access to real-time metals data, including exchange rates for various currencies, including the Chilean Peso. This API is designed to empower developers to build next-generation applications that can leverage real-time data for trading, analysis, and reporting.
With the Metals-API, developers can access a variety of endpoints that offer different functionalities. For instance, the Latest Rates Endpoint provides real-time exchange rate data updated every 60 minutes, every 10 minutes, or even more frequently, depending on the subscription plan. This feature is crucial for developers looking to integrate real-time pricing into their applications.
Key Features and Endpoints
The Metals-API offers a range of endpoints that cater to different needs. Here are some of the key features:
- Latest Rates Endpoint: This endpoint returns real-time exchange rate data for metals, allowing developers to stay updated with the latest market trends.
- Historical Rates Endpoint: Access historical rates dating back to 2019, enabling developers to analyze trends over time.
- Bid And Ask Endpoint: Retrieve real-time bid and ask prices, which are essential for traders looking to make informed decisions.
- Convert Endpoint: This feature allows for currency conversion, making it easy to convert amounts from one currency to another.
- Time-Series Endpoint: Query the API for daily historical rates between two dates, providing insights into price movements over time.
- Fluctuation Endpoint: Track how currencies fluctuate on a day-to-day basis, which is vital for understanding market volatility.
- Carat Endpoint: Retrieve information about gold rates by carat, which is useful for jewelers and traders.
- Lowest/Highest Price Endpoint: Get the lowest and highest prices for metals over a specified period.
- Open/High/Low/Close (OHLC) Price Endpoint: Access OHLC data for a specific time period, which is crucial for technical analysis.
- Historical LME Endpoint: Access historical rates for LME symbols dating back to 2008, providing a comprehensive view of market trends.
- API Key: Each user is provided with a unique API key to access the API securely.
- API Response: The API delivers exchange rates relative to USD, ensuring consistency in data.
- Supported Symbols Endpoint: This endpoint provides a constantly updated list of all available currencies.
- Gold Price India Endpoint: Retrieve the latest gold price in India, catering to a specific market need.
- News Endpoint: Get the latest news articles related to various metals, keeping users informed about market developments.
API Endpoint Examples and Responses
Latest Rates Endpoint
Get real-time exchange rates for all available metals:
{
"success": true,
"timestamp": 1760486627,
"base": "USD",
"date": "2025-10-15",
"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": 1760400227,
"base": "USD",
"date": "2025-10-14",
"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": "2025-10-08",
"end_date": "2025-10-15",
"base": "USD",
"rates": {
"2025-10-08": {
"XAU": 0.000485,
"XAG": 0.03825,
"XPT": 0.000915
},
"2025-10-10": {
"XAU": 0.000483,
"XAG": 0.0382,
"XPT": 0.000913
},
"2025-10-15": {
"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": 1760486627,
"rate": 0.000482
},
"result": 0.482,
"unit": "troy ounces"
}
Fluctuation Endpoint
Track rate fluctuations between two dates:
{
"success": true,
"fluctuation": true,
"start_date": "2025-10-08",
"end_date": "2025-10-15",
"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": 1760486627,
"base": "USD",
"date": "2025-10-15",
"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": 1760486627,
"base": "USD",
"date": "2025-10-15",
"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 Chilean Peso plays a significant role in the global metal markets, and the Metals-API provides developers with the tools necessary to access real-time data and insights. By leveraging the various endpoints offered by the API, developers can create applications that not only track metal prices but also analyze trends and make informed trading decisions.
As the financial landscape continues to evolve, embracing technological advancements and data analytics will be crucial for staying competitive. The future of the metal markets is bright, with endless possibilities for innovation and integration of smart technologies. For more information on the capabilities of the Metals-API, refer to the Metals-API Documentation and explore the Metals-API Supported Symbols for a comprehensive list of available currencies.