Skip to content

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

GIP/CZK over YTD: show the values
PointGIP/CZK
2025-12-3127.7666
2026-01-0728.0892
2026-01-1427.9614
2026-01-2127.9054
2026-01-2827.9926
2026-02-0428.2403
2026-02-1127.8403
2026-02-1827.7619
2026-02-2527.7787
2026-03-0427.8818
2026-03-1128.2872
2026-03-1828.4149
2026-03-2528.2579
2026-04-0127.9655
2026-04-0827.9050
2026-04-1527.8287
2026-04-2228.0971
2026-04-2928.2244
2026-05-0628.0078
2026-05-1428.0938
2026-05-2128.1224
2026-05-2928.0162
2026-06-0527.8769
2026-06-1427.9154
2026-06-2127.9194
2026-06-2828.1162
2026-07-0528.2338
2026-07-1228.5034
2026-07-1928.5023
2026-07-2628.2763
2026-08-0228.2857
2026-08-0928.3134
2026-08-1628.3201
2026-08-2428.1887
2026-08-3128.1754
2026-09-0728.1263
2026-09-1428.4036
2026-09-2128.3644

High

28.5034

Low

27.7619

Average

28.1100

For developers

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