Skip to content

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

FKP/GYD over 1Y: show the values
PointFKP/GYD
2025-09-25281.2918
2025-10-02282.0759
2025-10-09280.4564
2025-10-16281.2101
2025-10-23278.9153
2025-10-30276.2927
2025-11-06273.1802
2025-11-13274.5531
2025-11-20272.9818
2025-11-27277.4510
2025-12-04279.0616
2025-12-12279.6953
2025-12-19279.9660
2025-12-26282.6870
2026-01-02282.2573
2026-01-09281.2510
2026-01-16280.0439
2026-01-23282.2721
2026-01-30288.1745
2026-02-06283.6114
2026-02-13285.3709
2026-02-20281.1894
2026-02-27282.2907
2026-03-06279.6650
2026-03-13280.3790
2026-03-20278.9289
2026-03-27278.8388
2026-04-03276.2094
2026-04-10280.8211
2026-04-17283.8872
2026-04-24282.5717
2026-05-01282.2791
2026-05-08285.3966
2026-05-16278.4940
2026-05-24281.1412
2026-05-31281.6239
2026-06-09279.0328
2026-06-16280.5230
2026-06-23277.2539
2026-06-30276.5327
2026-07-07279.6268
2026-07-14279.9967
2026-07-21281.1961
2026-07-28278.4602
2026-08-04281.6095
2026-08-11283.1527
2026-08-18283.5276
2026-08-26285.2452
2026-09-02282.6582
2026-09-09282.9563
2026-09-16281.8652
2026-09-23278.9012

High

288.1745

Low

272.9818

Average

280.5077

For developers

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=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&currencies=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.