Skip to content

PAB to RWF exchange rate API

Balboa to Rwanda Franc · quoted 2026-09-26

1475.10

▲ +1.29% over 1Y

1 PAB = 1475.10 RWF · 1 RWF = 0.000678 PAB · Get this rate via the API

1 PAB buys 1475.10 RWF as of 2026-09-26, so 1 RWF buys 0.000678 PAB. Over the last year, PAB/RWF traded between 1448.96 and 1480.36, averaged 1461.02 and rose 1.29%. The API holds daily PAB/RWF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/RWF over 1Y

PAB/RWF over 1Y: show the values
PointPAB/RWF
2025-09-261456.30
2025-10-031448.96
2025-10-101454.96
2025-10-171449.52
2025-10-241449.74
2025-10-311451.59
2025-11-071452.06
2025-11-141451.67
2025-11-211453.22
2025-11-281453.03
2025-12-051454.14
2025-12-131452.66
2025-12-201456.10
2025-12-271456.51
2026-01-031453.67
2026-01-101456.20
2026-01-171457.86
2026-01-241456.61
2026-01-311453.29
2026-02-071455.67
2026-02-141454.80
2026-02-211456.92
2026-02-281456.42
2026-03-071457.96
2026-03-141459.47
2026-03-211458.59
2026-03-281460.84
2026-04-041460.56
2026-04-111461.19
2026-04-181461.02
2026-04-251459.61
2026-05-021461.21
2026-05-091460.56
2026-05-171463.23
2026-05-251461.15
2026-06-011465.81
2026-06-101467.15
2026-06-171474.93
2026-06-241468.30
2026-07-011465.84
2026-07-081468.27
2026-07-151467.60
2026-07-221471.58
2026-07-291466.63
2026-08-051467.42
2026-08-121471.94
2026-08-201466.37
2026-08-271473.02
2026-09-031472.22
2026-09-101473.74
2026-09-171470.73
2026-09-241480.36

High

1480.36

Low

1448.96

Average

1461.02

For developers

Get this rate via the API

One GET request returns the PAB/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=PAB&currencies=RWF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&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=PAB&currencies=RWF").json()

Replace YOUR_API_KEY with the key from your dashboard.

PAB/RWF API questions

How do I get the PAB/RWF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB&currencies=RWF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/RWF rate in rates.RWF.

How far back does PAB/RWF historical data go?

Daily PAB/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 PAB/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.