Skip to content

FKP to HUF exchange rate API

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

426.4283

▼ +3.36% over YTD

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 year to date, FKP/HUF traded between 406.1573 and 456.2154, averaged 427.2192 and fell 3.36%. 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 YTD

FKP/HUF over YTD: show the values
PointFKP/HUF
2025-12-31441.2390
2026-01-07445.1955
2026-01-14445.9512
2026-01-21441.8509
2026-01-28438.8890
2026-02-04441.0249
2026-02-11434.7499
2026-02-18432.8985
2026-02-25431.0023
2026-03-04439.8943
2026-03-11450.0394
2026-03-18456.2154
2026-03-25450.0306
2026-04-01435.6346
2026-04-08429.9404
2026-04-15416.8365
2026-04-22421.8435
2026-04-29421.2251
2026-05-06413.2697
2026-05-14413.1988
2026-05-21417.3788
2026-05-29408.0819
2026-06-05408.5505
2026-06-14406.9573
2026-06-21406.1573
2026-06-28410.1377
2026-07-05412.5139
2026-07-12418.7379
2026-07-19427.1266
2026-07-26422.7001
2026-08-02425.8013
2026-08-09424.3235
2026-08-16424.6701
2026-08-24424.0579
2026-08-31425.5751
2026-09-07422.1796
2026-09-14427.1289
2026-09-21422.1111

High

456.2154

Low

406.1573

Average

427.2192

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.