GIP to CLP exchange rate API
Gibraltar Pound to Chilean Peso · quoted 2026-09-26
1273.86
▼ +0.51% over 1Y
1 GIP = 1273.86 CLP · 1 CLP = 0.000785 GIP · Get this rate via the API
1 GIP buys 1273.86 CLP as of 2026-09-26, so 1 CLP buys 0.000785 GIP. Over the last year, GIP/CLP traded between 1164.94 and 1292.72, averaged 1226.30 and fell 0.51%. The API holds daily GIP/CLP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GIP/CLP over 1Y: show the values
| Point | GIP/CLP |
|---|---|
| 2025-09-26 | 1280.32 |
| 2025-10-03 | 1292.72 |
| 2025-10-10 | 1265.07 |
| 2025-10-17 | 1283.82 |
| 2025-10-24 | 1261.75 |
| 2025-10-31 | 1240.09 |
| 2025-11-07 | 1238.53 |
| 2025-11-14 | 1222.59 |
| 2025-11-21 | 1217.73 |
| 2025-11-28 | 1227.45 |
| 2025-12-05 | 1223.54 |
| 2025-12-13 | 1217.95 |
| 2025-12-20 | 1218.20 |
| 2025-12-27 | 1222.68 |
| 2026-01-03 | 1219.57 |
| 2026-01-10 | 1198.94 |
| 2026-01-17 | 1183.39 |
| 2026-01-24 | 1182.72 |
| 2026-01-31 | 1195.63 |
| 2026-02-07 | 1164.94 |
| 2026-02-14 | 1176.65 |
| 2026-02-21 | 1166.51 |
| 2026-02-28 | 1178.56 |
| 2026-03-07 | 1223.26 |
| 2026-03-14 | 1214.59 |
| 2026-03-21 | 1237.32 |
| 2026-03-28 | 1235.22 |
| 2026-04-04 | 1212.93 |
| 2026-04-11 | 1203.04 |
| 2026-04-18 | 1186.78 |
| 2026-04-25 | 1209.95 |
| 2026-05-02 | 1220.83 |
| 2026-05-09 | 1212.94 |
| 2026-05-17 | 1212.46 |
| 2026-05-25 | 1211.18 |
| 2026-06-01 | 1196.83 |
| 2026-06-10 | 1227.18 |
| 2026-06-17 | 1189.59 |
| 2026-06-24 | 1206.12 |
| 2026-07-01 | 1220.60 |
| 2026-07-08 | 1238.87 |
| 2026-07-15 | 1241.51 |
| 2026-07-22 | 1251.60 |
| 2026-07-29 | 1241.45 |
| 2026-08-05 | 1231.48 |
| 2026-08-12 | 1234.22 |
| 2026-08-20 | 1253.96 |
| 2026-08-27 | 1249.54 |
| 2026-09-03 | 1265.59 |
| 2026-09-10 | 1256.79 |
| 2026-09-17 | 1279.76 |
| 2026-09-24 | 1274.86 |
High
1292.72
Low
1164.94
Average
1226.30
Get this rate via the API
One GET request returns the GIP/CLP rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=CLP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=CLP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=CLP").json()Replace YOUR_API_KEY with the key from your dashboard.
GIP/CLP API questions
How do I get the GIP/CLP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=CLP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GIP/CLP rate in rates.CLP.
How far back does GIP/CLP historical data go?
Daily GIP/CLP rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free GIP/CLP exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.