Skip to content

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

FKP/RON over 1Y: show the values
PointFKP/RON
2025-09-255.8169
2025-10-025.8293
2025-10-095.8837
2025-10-165.8702
2025-10-235.8497
2025-10-305.8151
2025-11-065.7603
2025-11-135.7417
2025-11-205.7665
2025-11-275.8254
2025-12-045.8233
2025-12-125.8110
2025-12-195.8166
2025-12-265.8365
2026-01-025.8576
2026-01-095.8710
2026-01-165.8648
2026-01-235.8555
2026-01-305.8788
2026-02-065.8496
2026-02-135.8506
2026-02-205.8218
2026-02-275.8210
2026-03-065.8919
2026-03-135.9301
2026-03-205.9156
2026-03-275.9071
2026-04-035.8438
2026-04-105.8430
2026-04-175.8648
2026-04-245.8704
2026-05-015.9794
2026-05-086.0388
2026-05-165.9045
2026-05-246.0728
2026-05-316.0632
2026-06-096.0417
2026-06-166.0471
2026-06-236.1025
2026-06-306.0910
2026-07-076.1296
2026-07-146.1476
2026-07-216.1605
2026-07-286.1215
2026-08-046.1235
2026-08-116.1347
2026-08-186.1362
2026-08-266.1470
2026-09-026.1292
2026-09-096.1090
2026-09-166.1496
2026-09-236.1601

High

6.1605

Low

5.7417

Average

5.9491

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=RON"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=RON");
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=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&currencies=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.