FJD to PKR exchange rate API
Fiji Dollar to Pakistan Rupee · quoted 2026-09-25
125.1336
▲ +0.61% over 6M
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 6 months, FJD/PKR traded between 122.8146 and 127.0000, averaged 125.1041 and rose 0.61%. 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 6M: show the values
| Point | FJD/PKR |
|---|---|
| 2026-03-29 | 124.3735 |
| 2026-04-05 | 124.4519 |
| 2026-04-12 | 125.2551 |
| 2026-04-19 | 125.6359 |
| 2026-04-26 | 126.1497 |
| 2026-05-03 | 127.0000 |
| 2026-05-10 | 126.6255 |
| 2026-05-17 | 126.4190 |
| 2026-05-24 | 126.0581 |
| 2026-05-31 | 126.3657 |
| 2026-06-07 | 125.3752 |
| 2026-06-14 | 124.6494 |
| 2026-06-21 | 124.6460 |
| 2026-06-28 | 122.8146 |
| 2026-07-05 | 123.2929 |
| 2026-07-12 | 123.5890 |
| 2026-07-19 | 123.8086 |
| 2026-07-26 | 123.7955 |
| 2026-08-02 | 126.1917 |
| 2026-08-09 | 124.9439 |
| 2026-08-16 | 124.9252 |
| 2026-08-23 | 125.6796 |
| 2026-08-30 | 125.4646 |
| 2026-09-06 | 125.2626 |
| 2026-09-13 | 124.7947 |
| 2026-09-20 | 125.1081 |
High
127.0000
Low
122.8146
Average
125.1041
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.