FKP to GYD exchange rate API
Falkland Islands Pound to Guyana Dollar · quoted 2026-09-25
277.8574
▼ +1.22% over 1Y
1 FKP = 277.8574 GYD · 1 GYD = 0.003599 FKP · Get this rate via the API
1 FKP buys 277.8574 GYD as of 2026-09-25, so 1 GYD buys 0.003599 FKP. Over the last year, FKP/GYD traded between 272.9818 and 288.1745, averaged 280.5077 and fell 1.22%. The API holds daily FKP/GYD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FKP/GYD over 1Y: show the values
| Point | FKP/GYD |
|---|---|
| 2025-09-25 | 281.2918 |
| 2025-10-02 | 282.0759 |
| 2025-10-09 | 280.4564 |
| 2025-10-16 | 281.2101 |
| 2025-10-23 | 278.9153 |
| 2025-10-30 | 276.2927 |
| 2025-11-06 | 273.1802 |
| 2025-11-13 | 274.5531 |
| 2025-11-20 | 272.9818 |
| 2025-11-27 | 277.4510 |
| 2025-12-04 | 279.0616 |
| 2025-12-12 | 279.6953 |
| 2025-12-19 | 279.9660 |
| 2025-12-26 | 282.6870 |
| 2026-01-02 | 282.2573 |
| 2026-01-09 | 281.2510 |
| 2026-01-16 | 280.0439 |
| 2026-01-23 | 282.2721 |
| 2026-01-30 | 288.1745 |
| 2026-02-06 | 283.6114 |
| 2026-02-13 | 285.3709 |
| 2026-02-20 | 281.1894 |
| 2026-02-27 | 282.2907 |
| 2026-03-06 | 279.6650 |
| 2026-03-13 | 280.3790 |
| 2026-03-20 | 278.9289 |
| 2026-03-27 | 278.8388 |
| 2026-04-03 | 276.2094 |
| 2026-04-10 | 280.8211 |
| 2026-04-17 | 283.8872 |
| 2026-04-24 | 282.5717 |
| 2026-05-01 | 282.2791 |
| 2026-05-08 | 285.3966 |
| 2026-05-16 | 278.4940 |
| 2026-05-24 | 281.1412 |
| 2026-05-31 | 281.6239 |
| 2026-06-09 | 279.0328 |
| 2026-06-16 | 280.5230 |
| 2026-06-23 | 277.2539 |
| 2026-06-30 | 276.5327 |
| 2026-07-07 | 279.6268 |
| 2026-07-14 | 279.9967 |
| 2026-07-21 | 281.1961 |
| 2026-07-28 | 278.4602 |
| 2026-08-04 | 281.6095 |
| 2026-08-11 | 283.1527 |
| 2026-08-18 | 283.5276 |
| 2026-08-26 | 285.2452 |
| 2026-09-02 | 282.6582 |
| 2026-09-09 | 282.9563 |
| 2026-09-16 | 281.8652 |
| 2026-09-23 | 278.9012 |
High
288.1745
Low
272.9818
Average
280.5077
Get this rate via the API
One GET request returns the FKP/GYD 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=FKP¤cies=GYD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=GYD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=GYD").json()Replace YOUR_API_KEY with the key from your dashboard.
FKP/GYD API questions
How do I get the FKP/GYD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=GYD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FKP/GYD rate in rates.GYD.
How far back does FKP/GYD historical data go?
Daily FKP/GYD 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 FKP/GYD 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.