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: show the values
| Point | FKP/HUF |
|---|---|
| 2025-09-24 | 449.4949 |
| 2025-10-01 | 445.6569 |
| 2025-10-08 | 452.2507 |
| 2025-10-15 | 448.5376 |
| 2025-10-22 | 449.3289 |
| 2025-10-29 | 442.5708 |
| 2025-11-05 | 438.5878 |
| 2025-11-12 | 437.0761 |
| 2025-11-19 | 433.5422 |
| 2025-11-26 | 434.9523 |
| 2025-12-03 | 431.9062 |
| 2025-12-11 | 438.6824 |
| 2025-12-18 | 442.4111 |
| 2025-12-25 | 446.6930 |
| 2026-01-01 | 440.8827 |
| 2026-01-08 | 443.3838 |
| 2026-01-15 | 445.6576 |
| 2026-01-22 | 439.1166 |
| 2026-01-29 | 439.3056 |
| 2026-02-05 | 438.8884 |
| 2026-02-12 | 437.1320 |
| 2026-02-19 | 436.0619 |
| 2026-02-26 | 430.7103 |
| 2026-03-05 | 445.6924 |
| 2026-03-12 | 448.6772 |
| 2026-03-19 | 456.2625 |
| 2026-03-26 | 449.4230 |
| 2026-04-02 | 441.2552 |
| 2026-04-09 | 433.6972 |
| 2026-04-16 | 419.6659 |
| 2026-04-23 | 421.3614 |
| 2026-04-30 | 421.2612 |
| 2026-05-07 | 410.4366 |
| 2026-05-15 | 418.2939 |
| 2026-05-23 | 415.4151 |
| 2026-05-30 | 408.4159 |
| 2026-06-06 | 411.5574 |
| 2026-06-15 | 406.1966 |
| 2026-06-22 | 406.2508 |
| 2026-06-29 | 410.0671 |
| 2026-07-06 | 413.1960 |
| 2026-07-13 | 417.7814 |
| 2026-07-20 | 425.6705 |
| 2026-07-27 | 421.7585 |
| 2026-08-03 | 424.9712 |
| 2026-08-10 | 424.4940 |
| 2026-08-17 | 423.0548 |
| 2026-08-25 | 423.5950 |
| 2026-09-01 | 428.3706 |
| 2026-09-08 | 424.2466 |
| 2026-09-15 | 427.7411 |
| 2026-09-22 | 422.1296 |
High
456.2625
Low
406.1966
Average
431.5131
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.