Skip to content

GIP to KMF exchange rate API

Gibraltar Pound to Comoro Franc · quoted 2026-09-27

572.1564

▲ +1.66% over 1Y

1 GIP = 572.1564 KMF · 1 KMF = 0.001748 GIP · Get this rate via the API

1 GIP buys 572.1564 KMF as of 2026-09-27, so 1 KMF buys 0.001748 GIP. Over the last year, GIP/KMF traded between 557.9916 and 580.7183, averaged 567.7268 and rose 1.66%. The API holds daily GIP/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GIP/KMF over 1Y

GIP/KMF over 1Y: show the values
PointGIP/KMF
2025-09-27562.7981
2025-10-04564.9035
2025-10-11566.0136
2025-10-18566.5840
2025-10-25563.4208
2025-11-01560.7885
2025-11-08559.7753
2025-11-15557.9916
2025-11-22559.0894
2025-11-29561.8218
2025-12-06563.1966
2025-12-14560.9038
2025-12-21562.1051
2025-12-28563.8958
2026-01-04564.6712
2026-01-11566.8433
2026-01-18567.1887
2026-01-25567.5553
2026-02-01568.1208
2026-02-08566.6637
2026-02-15565.7598
2026-02-22563.0681
2026-03-01561.4195
2026-03-08567.8727
2026-03-15567.9523
2026-03-22566.1750
2026-03-29565.6158
2026-04-05563.7562
2026-04-12565.2528
2026-04-19566.5875
2026-04-26567.6174
2026-05-03572.0110
2026-05-10569.5163
2026-05-18565.0674
2026-05-26570.2788
2026-06-02569.1345
2026-06-11570.0943
2026-06-18568.4266
2026-06-25570.3675
2026-07-02574.0300
2026-07-09576.8095
2026-07-16580.7183
2026-07-23576.3917
2026-07-30573.4300
2026-08-06573.4224
2026-08-13575.9331
2026-08-21574.2553
2026-08-28574.0887
2026-09-04572.6687
2026-09-11572.4532
2026-09-18571.1968
2026-09-25571.6647

High

580.7183

Low

557.9916

Average

567.7268

For developers

Get this rate via the API

One GET request returns the GIP/KMF 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=KMF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=KMF");
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=KMF").json()

Replace YOUR_API_KEY with the key from your dashboard.

GIP/KMF API questions

How do I get the GIP/KMF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=KMF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GIP/KMF rate in rates.KMF.

How far back does GIP/KMF historical data go?

Daily GIP/KMF 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/KMF 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.