Skip to content

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

PGK/RWF over 1Y: show the values
PointPGK/RWF
2025-09-24349.1662
2025-10-01349.6744
2025-10-08347.0639
2025-10-15344.5279
2025-10-22348.9834
2025-10-29346.0568
2025-11-05344.9464
2025-11-12343.7391
2025-11-19343.6509
2025-11-26342.1263
2025-12-03337.9412
2025-12-11341.7294
2025-12-18341.8615
2025-12-25337.1030
2026-01-01342.0443
2026-01-08341.5790
2026-01-15341.6211
2026-01-22341.5149
2026-01-29340.6004
2026-02-05340.8766
2026-02-12341.2046
2026-02-19340.2884
2026-02-26338.7895
2026-03-05339.3930
2026-03-12338.8289
2026-03-19339.5359
2026-03-26339.9396
2026-04-02339.1072
2026-04-09338.0440
2026-04-16336.6009
2026-04-23337.3605
2026-04-30336.4027
2026-05-07337.3626
2026-05-15337.8310
2026-05-23336.8749
2026-05-30337.0004
2026-06-06335.3460
2026-06-15335.4108
2026-06-22334.3132
2026-06-29333.1447
2026-07-06332.2889
2026-07-13333.3496
2026-07-20332.8779
2026-07-27331.9976
2026-08-03330.3460
2026-08-10332.7192
2026-08-17328.5451
2026-08-25330.8073
2026-09-01332.7869
2026-09-08330.9114
2026-09-15329.6696
2026-09-22332.9820

High

349.6744

Low

328.5451

Average

338.3496

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=RWF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=RWF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=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&currencies=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.