FKP to RON exchange rate API
Falkland Islands Pound to New Romanian Leu · quoted 2026-09-25
6.1314
▲ +5.41% over 1Y
1 FKP = 6.1314 RON · 1 RON = 0.16310 FKP · Get this rate via the API
1 FKP buys 6.1314 RON as of 2026-09-25, so 1 RON buys 0.16310 FKP. Over the last year, FKP/RON traded between 5.7417 and 6.1605, averaged 5.9491 and rose 5.41%. The API holds daily FKP/RON rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FKP/RON over 1Y: show the values
| Point | FKP/RON |
|---|---|
| 2025-09-25 | 5.8169 |
| 2025-10-02 | 5.8293 |
| 2025-10-09 | 5.8837 |
| 2025-10-16 | 5.8702 |
| 2025-10-23 | 5.8497 |
| 2025-10-30 | 5.8151 |
| 2025-11-06 | 5.7603 |
| 2025-11-13 | 5.7417 |
| 2025-11-20 | 5.7665 |
| 2025-11-27 | 5.8254 |
| 2025-12-04 | 5.8233 |
| 2025-12-12 | 5.8110 |
| 2025-12-19 | 5.8166 |
| 2025-12-26 | 5.8365 |
| 2026-01-02 | 5.8576 |
| 2026-01-09 | 5.8710 |
| 2026-01-16 | 5.8648 |
| 2026-01-23 | 5.8555 |
| 2026-01-30 | 5.8788 |
| 2026-02-06 | 5.8496 |
| 2026-02-13 | 5.8506 |
| 2026-02-20 | 5.8218 |
| 2026-02-27 | 5.8210 |
| 2026-03-06 | 5.8919 |
| 2026-03-13 | 5.9301 |
| 2026-03-20 | 5.9156 |
| 2026-03-27 | 5.9071 |
| 2026-04-03 | 5.8438 |
| 2026-04-10 | 5.8430 |
| 2026-04-17 | 5.8648 |
| 2026-04-24 | 5.8704 |
| 2026-05-01 | 5.9794 |
| 2026-05-08 | 6.0388 |
| 2026-05-16 | 5.9045 |
| 2026-05-24 | 6.0728 |
| 2026-05-31 | 6.0632 |
| 2026-06-09 | 6.0417 |
| 2026-06-16 | 6.0471 |
| 2026-06-23 | 6.1025 |
| 2026-06-30 | 6.0910 |
| 2026-07-07 | 6.1296 |
| 2026-07-14 | 6.1476 |
| 2026-07-21 | 6.1605 |
| 2026-07-28 | 6.1215 |
| 2026-08-04 | 6.1235 |
| 2026-08-11 | 6.1347 |
| 2026-08-18 | 6.1362 |
| 2026-08-26 | 6.1470 |
| 2026-09-02 | 6.1292 |
| 2026-09-09 | 6.1090 |
| 2026-09-16 | 6.1496 |
| 2026-09-23 | 6.1601 |
High
6.1605
Low
5.7417
Average
5.9491
Get this rate via the API
One GET request returns the FKP/RON 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=RON"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=RON");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=RON").json()Replace YOUR_API_KEY with the key from your dashboard.
FKP/RON API questions
How do I get the FKP/RON exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=RON, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FKP/RON rate in rates.RON.
How far back does FKP/RON historical data go?
Daily FKP/RON 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/RON 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.