Skip to content

FKP to HUF exchange rate API

Falkland Islands Pound to Forint · quoted 2026-09-24

426.4283

▼ +5.13% over 1Y

1 FKP = 426.4283 HUF · 1 HUF = 0.002345 FKP · Get this rate via the API

1 FKP buys 426.4283 HUF as of 2026-09-24, so 1 HUF buys 0.002345 FKP. Over the last year, FKP/HUF traded between 406.1966 and 456.2625, averaged 431.5131 and fell 5.13%. The API holds daily FKP/HUF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FKP/HUF over 1Y

FKP/HUF over 1Y: show the values
PointFKP/HUF
2025-09-24449.4949
2025-10-01445.6569
2025-10-08452.2507
2025-10-15448.5376
2025-10-22449.3289
2025-10-29442.5708
2025-11-05438.5878
2025-11-12437.0761
2025-11-19433.5422
2025-11-26434.9523
2025-12-03431.9062
2025-12-11438.6824
2025-12-18442.4111
2025-12-25446.6930
2026-01-01440.8827
2026-01-08443.3838
2026-01-15445.6576
2026-01-22439.1166
2026-01-29439.3056
2026-02-05438.8884
2026-02-12437.1320
2026-02-19436.0619
2026-02-26430.7103
2026-03-05445.6924
2026-03-12448.6772
2026-03-19456.2625
2026-03-26449.4230
2026-04-02441.2552
2026-04-09433.6972
2026-04-16419.6659
2026-04-23421.3614
2026-04-30421.2612
2026-05-07410.4366
2026-05-15418.2939
2026-05-23415.4151
2026-05-30408.4159
2026-06-06411.5574
2026-06-15406.1966
2026-06-22406.2508
2026-06-29410.0671
2026-07-06413.1960
2026-07-13417.7814
2026-07-20425.6705
2026-07-27421.7585
2026-08-03424.9712
2026-08-10424.4940
2026-08-17423.0548
2026-08-25423.5950
2026-09-01428.3706
2026-09-08424.2466
2026-09-15427.7411
2026-09-22422.1296

High

456.2625

Low

406.1966

Average

431.5131

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FKP/HUF API questions

How do I get the FKP/HUF exchange rate from an API?

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

How far back does FKP/HUF historical data go?

Daily FKP/HUF 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/HUF 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.