GIP to CZK exchange rate API
Gibraltar Pound to Czech Koruna · quoted 2026-09-26
28.3296
▲ +1.88% over 1Y
1 GIP = 28.3296 CZK · 1 CZK = 0.03530 GIP · Get this rate via the API
1 GIP buys 28.3296 CZK as of 2026-09-26, so 1 CZK buys 0.03530 GIP. Over the last year, GIP/CZK traded between 27.3169 and 28.4848, averaged 28.0178 and rose 1.88%. The API holds daily GIP/CZK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GIP/CZK over 1Y: show the values
| Point | GIP/CZK |
|---|---|
| 2025-09-26 | 27.8063 |
| 2025-10-03 | 27.8060 |
| 2025-10-10 | 27.9421 |
| 2025-10-17 | 27.9644 |
| 2025-10-24 | 27.9250 |
| 2025-10-31 | 27.7021 |
| 2025-11-07 | 27.6251 |
| 2025-11-14 | 27.3169 |
| 2025-11-21 | 27.5277 |
| 2025-11-28 | 27.6592 |
| 2025-12-05 | 27.7198 |
| 2025-12-13 | 27.6392 |
| 2025-12-20 | 27.7962 |
| 2025-12-27 | 27.7817 |
| 2026-01-03 | 27.7257 |
| 2026-01-10 | 27.9668 |
| 2026-01-17 | 27.9115 |
| 2026-01-24 | 28.0058 |
| 2026-01-31 | 28.0861 |
| 2026-02-07 | 27.9129 |
| 2026-02-14 | 27.9115 |
| 2026-02-21 | 27.7127 |
| 2026-02-28 | 27.6777 |
| 2026-03-07 | 28.1659 |
| 2026-03-14 | 28.3523 |
| 2026-03-21 | 28.2227 |
| 2026-03-28 | 28.4479 |
| 2026-04-04 | 28.0855 |
| 2026-04-11 | 27.9436 |
| 2026-04-18 | 27.9331 |
| 2026-04-25 | 28.0387 |
| 2026-05-02 | 28.2282 |
| 2026-05-09 | 28.0840 |
| 2026-05-17 | 27.8873 |
| 2026-05-25 | 28.0763 |
| 2026-06-01 | 28.0596 |
| 2026-06-10 | 28.0630 |
| 2026-06-17 | 27.9787 |
| 2026-06-24 | 28.2083 |
| 2026-07-01 | 28.1972 |
| 2026-07-08 | 28.4112 |
| 2026-07-15 | 28.4848 |
| 2026-07-22 | 28.3517 |
| 2026-07-29 | 28.2637 |
| 2026-08-05 | 28.1769 |
| 2026-08-12 | 28.3683 |
| 2026-08-20 | 28.1346 |
| 2026-08-27 | 28.1541 |
| 2026-09-03 | 28.1421 |
| 2026-09-10 | 28.3001 |
| 2026-09-17 | 28.3236 |
| 2026-09-24 | 28.4079 |
High
28.4848
Low
27.3169
Average
28.0178
Get this rate via the API
One GET request returns the GIP/CZK 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=CZK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=CZK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=CZK").json()Replace YOUR_API_KEY with the key from your dashboard.
GIP/CZK API questions
How do I get the GIP/CZK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=CZK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GIP/CZK rate in rates.CZK.
How far back does GIP/CZK historical data go?
Daily GIP/CZK 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/CZK 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.