Skip to content

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

GIP/CLP over 1Y: show the values
PointGIP/CLP
2025-09-261280.32
2025-10-031292.72
2025-10-101265.07
2025-10-171283.82
2025-10-241261.75
2025-10-311240.09
2025-11-071238.53
2025-11-141222.59
2025-11-211217.73
2025-11-281227.45
2025-12-051223.54
2025-12-131217.95
2025-12-201218.20
2025-12-271222.68
2026-01-031219.57
2026-01-101198.94
2026-01-171183.39
2026-01-241182.72
2026-01-311195.63
2026-02-071164.94
2026-02-141176.65
2026-02-211166.51
2026-02-281178.56
2026-03-071223.26
2026-03-141214.59
2026-03-211237.32
2026-03-281235.22
2026-04-041212.93
2026-04-111203.04
2026-04-181186.78
2026-04-251209.95
2026-05-021220.83
2026-05-091212.94
2026-05-171212.46
2026-05-251211.18
2026-06-011196.83
2026-06-101227.18
2026-06-171189.59
2026-06-241206.12
2026-07-011220.60
2026-07-081238.87
2026-07-151241.51
2026-07-221251.60
2026-07-291241.45
2026-08-051231.48
2026-08-121234.22
2026-08-201253.96
2026-08-271249.54
2026-09-031265.59
2026-09-101256.79
2026-09-171279.76
2026-09-241274.86

High

1292.72

Low

1164.94

Average

1226.30

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=CLP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=CLP");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=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&currencies=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.