Skip to content

RON to FKP exchange rate API

New Romanian Leu to Falkland Islands Pound · quoted 2026-09-25

0.16309

▼ +4.77% over YTD

1 RON = 0.16309 FKP · 1 FKP = 6.1314 RON · Get this rate via the API

1 RON buys 0.16309 FKP as of 2026-09-25, so 1 FKP buys 6.1314 RON. Over the year to date, RON/FKP traded between 0.16271 and 0.17197, averaged 0.16702 and fell 4.77%. The API holds daily RON/FKP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

RON/FKP over YTD

RON/FKP over YTD: show the values
PointRON/FKP
2025-12-310.17126
2026-01-070.16994
2026-01-140.17048
2026-01-210.17132
2026-01-280.17029
2026-02-040.16928
2026-02-110.17128
2026-02-180.17156
2026-02-250.17120
2026-03-040.17156
2026-03-110.16928
2026-03-180.16904
2026-03-250.16974
2026-04-010.17197
2026-04-080.17147
2026-04-150.17194
2026-04-220.17010
2026-04-290.16945
2026-05-060.16522
2026-05-140.16618
2026-05-210.16474
2026-05-290.16501
2026-06-050.16525
2026-06-140.16480
2026-06-210.16551
2026-06-280.16486
2026-07-050.16399
2026-07-120.16273
2026-07-190.16287
2026-07-260.16335
2026-08-020.16298
2026-08-090.16366
2026-08-160.16326
2026-08-240.16284
2026-08-310.16279
2026-09-070.16381
2026-09-140.16271
2026-09-210.16307

High

0.17197

Low

0.16271

Average

0.16702

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RON&currencies=FKP").json()

Replace YOUR_API_KEY with the key from your dashboard.

RON/FKP API questions

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

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

How far back does RON/FKP historical data go?

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