FJD to PKR exchange rate API
Fiji Dollar to Pakistan Rupee · quoted 2026-09-25
125.1336
▲ +1.44% over YTD
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 year to date, FJD/PKR traded between 123.0337 and 128.1194, averaged 126.2920 and rose 1.44%. 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 YTD: show the values
| Point | FJD/PKR |
|---|---|
| 2025-12-31 | 123.3597 |
| 2026-01-07 | 123.6439 |
| 2026-01-14 | 123.0337 |
| 2026-01-21 | 123.6895 |
| 2026-01-28 | 126.4198 |
| 2026-02-04 | 126.6388 |
| 2026-02-11 | 127.2694 |
| 2026-02-18 | 127.1370 |
| 2026-02-25 | 127.1749 |
| 2026-03-04 | 126.9097 |
| 2026-03-11 | 127.1699 |
| 2026-03-18 | 126.7910 |
| 2026-03-25 | 126.0213 |
| 2026-04-01 | 125.5950 |
| 2026-04-08 | 125.6717 |
| 2026-04-15 | 127.2569 |
| 2026-04-22 | 127.4866 |
| 2026-04-29 | 127.4710 |
| 2026-05-06 | 127.9228 |
| 2026-05-13 | 128.1194 |
| 2026-05-20 | 127.3637 |
| 2026-05-27 | 127.7717 |
| 2026-06-03 | 127.5759 |
| 2026-06-10 | 126.7897 |
| 2026-06-17 | 126.5286 |
| 2026-06-24 | 125.4677 |
| 2026-07-01 | 125.4044 |
| 2026-07-08 | 125.1782 |
| 2026-07-15 | 125.6314 |
| 2026-07-22 | 125.8744 |
| 2026-07-29 | 125.3959 |
| 2026-08-05 | 126.4545 |
| 2026-08-12 | 126.4514 |
| 2026-08-19 | 126.5874 |
| 2026-08-26 | 127.2957 |
| 2026-09-02 | 126.6125 |
| 2026-09-09 | 127.0819 |
| 2026-09-16 | 126.4689 |
| 2026-09-23 | 125.8310 |
High
128.1194
Low
123.0337
Average
126.2920
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=PKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=PKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FJD¤cies=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¤cies=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.