Skip to content

FKP to IDR exchange rate API

Falkland Islands Pound to Rupiah · quoted 2026-09-27

23710.93

▲ +6.12% over 1Y

1 FKP = 23710.93 IDR · 1 IDR = 0.000042 FKP · Get this rate via the API

1 FKP buys 23710.93 IDR as of 2026-09-27, so 1 IDR buys 0.000042 FKP. Over the last year, FKP/IDR traded between 21808.17 and 24342.09, averaged 23109.28 and rose 6.12%. The API holds daily FKP/IDR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FKP/IDR over 1Y

FKP/IDR over 1Y: show the values
PointFKP/IDR
2025-09-2722344.48
2025-10-0422324.62
2025-10-1122174.55
2025-10-1822241.65
2025-10-2522116.18
2025-11-0121889.07
2025-11-0821958.53
2025-11-1522014.36
2025-11-2221808.17
2025-11-2922046.85
2025-12-0622240.78
2025-12-1422332.48
2025-12-2122441.45
2025-12-2822657.66
2026-01-0422559.99
2026-01-1122594.72
2026-01-1822640.89
2026-01-2522999.93
2026-02-0123022.46
2026-02-0822985.41
2026-02-1523010.00
2026-02-2222766.75
2026-03-0122657.71
2026-03-0822720.56
2026-03-1522468.65
2026-03-2222683.21
2026-03-2922547.36
2026-04-0522467.84
2026-04-1223040.63
2026-04-1923321.34
2026-04-2623349.65
2026-05-0323641.30
2026-05-1023713.55
2026-05-1823566.28
2026-05-2624052.56
2026-06-0224000.29
2026-06-1124051.43
2026-06-1823801.29
2026-06-2523703.66
2026-07-0223890.40
2026-07-0924257.00
2026-07-1624342.09
2026-07-2324052.83
2026-07-3024137.59
2026-08-0624102.90
2026-08-1324088.03
2026-08-2124097.64
2026-08-2824077.53
2026-09-0423861.28
2026-09-1123762.58
2026-09-1823785.68
2026-09-2523666.94

High

24342.09

Low

21808.17

Average

23109.28

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

FKP/IDR API questions

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

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

How far back does FKP/IDR historical data go?

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