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: show the values
| Point | GIP/KMF |
|---|---|
| 2025-09-27 | 562.7981 |
| 2025-10-04 | 564.9035 |
| 2025-10-11 | 566.0136 |
| 2025-10-18 | 566.5840 |
| 2025-10-25 | 563.4208 |
| 2025-11-01 | 560.7885 |
| 2025-11-08 | 559.7753 |
| 2025-11-15 | 557.9916 |
| 2025-11-22 | 559.0894 |
| 2025-11-29 | 561.8218 |
| 2025-12-06 | 563.1966 |
| 2025-12-14 | 560.9038 |
| 2025-12-21 | 562.1051 |
| 2025-12-28 | 563.8958 |
| 2026-01-04 | 564.6712 |
| 2026-01-11 | 566.8433 |
| 2026-01-18 | 567.1887 |
| 2026-01-25 | 567.5553 |
| 2026-02-01 | 568.1208 |
| 2026-02-08 | 566.6637 |
| 2026-02-15 | 565.7598 |
| 2026-02-22 | 563.0681 |
| 2026-03-01 | 561.4195 |
| 2026-03-08 | 567.8727 |
| 2026-03-15 | 567.9523 |
| 2026-03-22 | 566.1750 |
| 2026-03-29 | 565.6158 |
| 2026-04-05 | 563.7562 |
| 2026-04-12 | 565.2528 |
| 2026-04-19 | 566.5875 |
| 2026-04-26 | 567.6174 |
| 2026-05-03 | 572.0110 |
| 2026-05-10 | 569.5163 |
| 2026-05-18 | 565.0674 |
| 2026-05-26 | 570.2788 |
| 2026-06-02 | 569.1345 |
| 2026-06-11 | 570.0943 |
| 2026-06-18 | 568.4266 |
| 2026-06-25 | 570.3675 |
| 2026-07-02 | 574.0300 |
| 2026-07-09 | 576.8095 |
| 2026-07-16 | 580.7183 |
| 2026-07-23 | 576.3917 |
| 2026-07-30 | 573.4300 |
| 2026-08-06 | 573.4224 |
| 2026-08-13 | 575.9331 |
| 2026-08-21 | 574.2553 |
| 2026-08-28 | 574.0887 |
| 2026-09-04 | 572.6687 |
| 2026-09-11 | 572.4532 |
| 2026-09-18 | 571.1968 |
| 2026-09-25 | 571.6647 |
High
580.7183
Low
557.9916
Average
567.7268
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.