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: show the values
| Point | PAB/RWF |
|---|---|
| 2025-09-26 | 1456.30 |
| 2025-10-03 | 1448.96 |
| 2025-10-10 | 1454.96 |
| 2025-10-17 | 1449.52 |
| 2025-10-24 | 1449.74 |
| 2025-10-31 | 1451.59 |
| 2025-11-07 | 1452.06 |
| 2025-11-14 | 1451.67 |
| 2025-11-21 | 1453.22 |
| 2025-11-28 | 1453.03 |
| 2025-12-05 | 1454.14 |
| 2025-12-13 | 1452.66 |
| 2025-12-20 | 1456.10 |
| 2025-12-27 | 1456.51 |
| 2026-01-03 | 1453.67 |
| 2026-01-10 | 1456.20 |
| 2026-01-17 | 1457.86 |
| 2026-01-24 | 1456.61 |
| 2026-01-31 | 1453.29 |
| 2026-02-07 | 1455.67 |
| 2026-02-14 | 1454.80 |
| 2026-02-21 | 1456.92 |
| 2026-02-28 | 1456.42 |
| 2026-03-07 | 1457.96 |
| 2026-03-14 | 1459.47 |
| 2026-03-21 | 1458.59 |
| 2026-03-28 | 1460.84 |
| 2026-04-04 | 1460.56 |
| 2026-04-11 | 1461.19 |
| 2026-04-18 | 1461.02 |
| 2026-04-25 | 1459.61 |
| 2026-05-02 | 1461.21 |
| 2026-05-09 | 1460.56 |
| 2026-05-17 | 1463.23 |
| 2026-05-25 | 1461.15 |
| 2026-06-01 | 1465.81 |
| 2026-06-10 | 1467.15 |
| 2026-06-17 | 1474.93 |
| 2026-06-24 | 1468.30 |
| 2026-07-01 | 1465.84 |
| 2026-07-08 | 1468.27 |
| 2026-07-15 | 1467.60 |
| 2026-07-22 | 1471.58 |
| 2026-07-29 | 1466.63 |
| 2026-08-05 | 1467.42 |
| 2026-08-12 | 1471.94 |
| 2026-08-20 | 1466.37 |
| 2026-08-27 | 1473.02 |
| 2026-09-03 | 1472.22 |
| 2026-09-10 | 1473.74 |
| 2026-09-17 | 1470.73 |
| 2026-09-24 | 1480.36 |
High
1480.36
Low
1448.96
Average
1461.02
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=RWF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=RWF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=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¤cies=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.