GIP to KMF exchange rate API
Gibraltar Pound to Comoro Franc · quoted 2026-09-27
572.1564
▲ +1.04% over 6M
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 6 months, GIP/KMF traded between 563.7614 and 578.6212, averaged 571.2194 and rose 1.04%. 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 6M: show the values
| Point | GIP/KMF |
|---|---|
| 2026-03-31 | 566.2490 |
| 2026-04-07 | 563.9992 |
| 2026-04-14 | 563.7614 |
| 2026-04-21 | 565.1408 |
| 2026-04-28 | 566.9027 |
| 2026-05-05 | 571.1662 |
| 2026-05-12 | 568.4230 |
| 2026-05-20 | 568.2464 |
| 2026-05-28 | 567.6347 |
| 2026-06-04 | 569.0548 |
| 2026-06-13 | 570.1403 |
| 2026-06-20 | 567.3069 |
| 2026-06-27 | 570.1075 |
| 2026-07-04 | 574.2716 |
| 2026-07-11 | 577.6791 |
| 2026-07-18 | 578.6212 |
| 2026-07-25 | 576.2785 |
| 2026-08-01 | 575.1806 |
| 2026-08-08 | 573.9407 |
| 2026-08-15 | 575.4424 |
| 2026-08-23 | 574.3537 |
| 2026-08-30 | 574.7996 |
| 2026-09-06 | 572.3693 |
| 2026-09-13 | 573.8013 |
| 2026-09-20 | 573.7391 |
| 2026-09-27 | 572.1564 |
High
578.6212
Low
563.7614
Average
571.2194
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=KMF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=KMF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=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¤cies=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.