PGK to RWF exchange rate API
Kina to Rwanda Franc · quoted 2026-09-24
333.6629
▼ +4.44% over 1Y
1 PGK = 333.6629 RWF · 1 RWF = 0.002997 PGK · Get this rate via the API
1 PGK buys 333.6629 RWF as of 2026-09-24, so 1 RWF buys 0.002997 PGK. Over the last year, PGK/RWF traded between 328.5451 and 349.6744, averaged 338.3496 and fell 4.44%. The API holds daily PGK/RWF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PGK/RWF over 1Y: show the values
| Point | PGK/RWF |
|---|---|
| 2025-09-24 | 349.1662 |
| 2025-10-01 | 349.6744 |
| 2025-10-08 | 347.0639 |
| 2025-10-15 | 344.5279 |
| 2025-10-22 | 348.9834 |
| 2025-10-29 | 346.0568 |
| 2025-11-05 | 344.9464 |
| 2025-11-12 | 343.7391 |
| 2025-11-19 | 343.6509 |
| 2025-11-26 | 342.1263 |
| 2025-12-03 | 337.9412 |
| 2025-12-11 | 341.7294 |
| 2025-12-18 | 341.8615 |
| 2025-12-25 | 337.1030 |
| 2026-01-01 | 342.0443 |
| 2026-01-08 | 341.5790 |
| 2026-01-15 | 341.6211 |
| 2026-01-22 | 341.5149 |
| 2026-01-29 | 340.6004 |
| 2026-02-05 | 340.8766 |
| 2026-02-12 | 341.2046 |
| 2026-02-19 | 340.2884 |
| 2026-02-26 | 338.7895 |
| 2026-03-05 | 339.3930 |
| 2026-03-12 | 338.8289 |
| 2026-03-19 | 339.5359 |
| 2026-03-26 | 339.9396 |
| 2026-04-02 | 339.1072 |
| 2026-04-09 | 338.0440 |
| 2026-04-16 | 336.6009 |
| 2026-04-23 | 337.3605 |
| 2026-04-30 | 336.4027 |
| 2026-05-07 | 337.3626 |
| 2026-05-15 | 337.8310 |
| 2026-05-23 | 336.8749 |
| 2026-05-30 | 337.0004 |
| 2026-06-06 | 335.3460 |
| 2026-06-15 | 335.4108 |
| 2026-06-22 | 334.3132 |
| 2026-06-29 | 333.1447 |
| 2026-07-06 | 332.2889 |
| 2026-07-13 | 333.3496 |
| 2026-07-20 | 332.8779 |
| 2026-07-27 | 331.9976 |
| 2026-08-03 | 330.3460 |
| 2026-08-10 | 332.7192 |
| 2026-08-17 | 328.5451 |
| 2026-08-25 | 330.8073 |
| 2026-09-01 | 332.7869 |
| 2026-09-08 | 330.9114 |
| 2026-09-15 | 329.6696 |
| 2026-09-22 | 332.9820 |
High
349.6744
Low
328.5451
Average
338.3496
Get this rate via the API
One GET request returns the PGK/RWF 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=PGK¤cies=RWF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=RWF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=RWF").json()Replace YOUR_API_KEY with the key from your dashboard.
PGK/RWF API questions
How do I get the PGK/RWF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=RWF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/RWF rate in rates.RWF.
How far back does PGK/RWF historical data go?
Daily PGK/RWF 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 PGK/RWF 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.