Skip to content

FJD to PKR exchange rate API

Fiji Dollar to Pakistan Rupee · quoted 2026-09-25

125.1336

▼ +0.93% over 5Y

1 FJD = 125.1336 PKR · 1 PKR = 0.007991 FJD · Get this rate via the API

1 FJD buys 125.1336 PKR as of 2026-09-25, so 1 PKR buys 0.007991 FJD. Over the last 5 years, FJD/PKR traded between 117.2599 and 128.0622, averaged 123.6445 and fell 0.93%. The API holds daily FJD/PKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

FJD/PKR over 5Y

FJD/PKR over 5Y: show the values
PointFJD/PKR
2024-08-24126.3061
2024-10-05125.3995
2024-11-04121.6769
2024-12-04120.6733
2025-01-03117.2599
2025-02-02119.1966
2025-03-04118.2178
2025-04-04119.9147
2025-05-04122.5097
2025-06-04123.6491
2025-07-04124.5004
2025-08-03123.0752
2025-09-02123.6945
2025-10-03123.0251
2025-11-02122.4195
2025-12-02124.4250
2026-01-01123.2383
2026-01-31127.0227
2026-03-02126.3541
2026-04-01125.5950
2026-05-01128.0622
2026-05-31126.3657
2026-06-30124.9714
2026-07-30125.8270
2026-08-29126.2427

High

128.0622

Low

117.2599

Average

123.6445

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

FJD/PKR API questions

How do I get the FJD/PKR exchange rate from an API?

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

How far back does FJD/PKR historical data go?

Daily FJD/PKR 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 FJD/PKR 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.