FJD to PKR exchange rate API
Fiji Dollar to Pakistan Rupee · quoted 2026-09-25
125.1336
▲ +1.31% over 1Y
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 year, FJD/PKR traded between 118.3999 and 128.3333, averaged 125.4615 and rose 1.31%. 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 1Y: show the values
| Point | FJD/PKR |
|---|---|
| 2025-09-25 | 123.5137 |
| 2025-10-02 | 123.0292 |
| 2025-10-09 | 123.8727 |
| 2025-10-16 | 123.5843 |
| 2025-10-23 | 123.3898 |
| 2025-10-30 | 123.9759 |
| 2025-11-06 | 123.2325 |
| 2025-11-13 | 123.3886 |
| 2025-11-20 | 122.4904 |
| 2025-11-27 | 123.2552 |
| 2025-12-04 | 124.5583 |
| 2025-12-11 | 118.3999 |
| 2025-12-18 | 123.8568 |
| 2025-12-25 | 123.2865 |
| 2026-01-01 | 123.2383 |
| 2026-01-08 | 123.7795 |
| 2026-01-15 | 123.1471 |
| 2026-01-22 | 123.9702 |
| 2026-01-29 | 126.5997 |
| 2026-02-05 | 126.2835 |
| 2026-02-12 | 127.4744 |
| 2026-02-19 | 127.0400 |
| 2026-02-26 | 127.3913 |
| 2026-03-05 | 126.8911 |
| 2026-03-12 | 127.1040 |
| 2026-03-19 | 126.8325 |
| 2026-03-26 | 126.4377 |
| 2026-04-02 | 125.5073 |
| 2026-04-09 | 126.2426 |
| 2026-04-16 | 127.3072 |
| 2026-04-23 | 127.4008 |
| 2026-04-30 | 127.6587 |
| 2026-05-07 | 128.0954 |
| 2026-05-14 | 128.3333 |
| 2026-05-21 | 127.3334 |
| 2026-05-28 | 127.8480 |
| 2026-06-04 | 127.6036 |
| 2026-06-11 | 126.0922 |
| 2026-06-18 | 125.5786 |
| 2026-06-25 | 125.3157 |
| 2026-07-02 | 125.3016 |
| 2026-07-09 | 125.3226 |
| 2026-07-16 | 125.8844 |
| 2026-07-23 | 125.7095 |
| 2026-07-30 | 125.8270 |
| 2026-08-06 | 126.2384 |
| 2026-08-13 | 126.2954 |
| 2026-08-20 | 126.9446 |
| 2026-08-27 | 127.1077 |
| 2026-09-03 | 126.7368 |
| 2026-09-10 | 126.8891 |
| 2026-09-17 | 125.8205 |
| 2026-09-24 | 125.3720 |
High
128.3333
Low
118.3999
Average
125.4615
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.