GIP to CZK exchange rate API
Gibraltar Pound to Czech Koruna · quoted 2026-09-26
28.3296
▲ +2.03% over YTD
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 year to date, GIP/CZK traded between 27.7619 and 28.5034, averaged 28.1100 and rose 2.03%. 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 YTD: show the values
| Point | GIP/CZK |
|---|---|
| 2025-12-31 | 27.7666 |
| 2026-01-07 | 28.0892 |
| 2026-01-14 | 27.9614 |
| 2026-01-21 | 27.9054 |
| 2026-01-28 | 27.9926 |
| 2026-02-04 | 28.2403 |
| 2026-02-11 | 27.8403 |
| 2026-02-18 | 27.7619 |
| 2026-02-25 | 27.7787 |
| 2026-03-04 | 27.8818 |
| 2026-03-11 | 28.2872 |
| 2026-03-18 | 28.4149 |
| 2026-03-25 | 28.2579 |
| 2026-04-01 | 27.9655 |
| 2026-04-08 | 27.9050 |
| 2026-04-15 | 27.8287 |
| 2026-04-22 | 28.0971 |
| 2026-04-29 | 28.2244 |
| 2026-05-06 | 28.0078 |
| 2026-05-14 | 28.0938 |
| 2026-05-21 | 28.1224 |
| 2026-05-29 | 28.0162 |
| 2026-06-05 | 27.8769 |
| 2026-06-14 | 27.9154 |
| 2026-06-21 | 27.9194 |
| 2026-06-28 | 28.1162 |
| 2026-07-05 | 28.2338 |
| 2026-07-12 | 28.5034 |
| 2026-07-19 | 28.5023 |
| 2026-07-26 | 28.2763 |
| 2026-08-02 | 28.2857 |
| 2026-08-09 | 28.3134 |
| 2026-08-16 | 28.3201 |
| 2026-08-24 | 28.1887 |
| 2026-08-31 | 28.1754 |
| 2026-09-07 | 28.1263 |
| 2026-09-14 | 28.4036 |
| 2026-09-21 | 28.3644 |
High
28.5034
Low
27.7619
Average
28.1100
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.