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: show the values
| Point | FKP/HUF |
|---|---|
| 2025-12-31 | 441.2390 |
| 2026-01-07 | 445.1955 |
| 2026-01-14 | 445.9512 |
| 2026-01-21 | 441.8509 |
| 2026-01-28 | 438.8890 |
| 2026-02-04 | 441.0249 |
| 2026-02-11 | 434.7499 |
| 2026-02-18 | 432.8985 |
| 2026-02-25 | 431.0023 |
| 2026-03-04 | 439.8943 |
| 2026-03-11 | 450.0394 |
| 2026-03-18 | 456.2154 |
| 2026-03-25 | 450.0306 |
| 2026-04-01 | 435.6346 |
| 2026-04-08 | 429.9404 |
| 2026-04-15 | 416.8365 |
| 2026-04-22 | 421.8435 |
| 2026-04-29 | 421.2251 |
| 2026-05-06 | 413.2697 |
| 2026-05-14 | 413.1988 |
| 2026-05-21 | 417.3788 |
| 2026-05-29 | 408.0819 |
| 2026-06-05 | 408.5505 |
| 2026-06-14 | 406.9573 |
| 2026-06-21 | 406.1573 |
| 2026-06-28 | 410.1377 |
| 2026-07-05 | 412.5139 |
| 2026-07-12 | 418.7379 |
| 2026-07-19 | 427.1266 |
| 2026-07-26 | 422.7001 |
| 2026-08-02 | 425.8013 |
| 2026-08-09 | 424.3235 |
| 2026-08-16 | 424.6701 |
| 2026-08-24 | 424.0579 |
| 2026-08-31 | 425.5751 |
| 2026-09-07 | 422.1796 |
| 2026-09-14 | 427.1289 |
| 2026-09-21 | 422.1111 |
High
456.2154
Low
406.1573
Average
427.2192
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=HUF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=HUF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=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¤cies=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.