Skip to content

PAB to RWF exchange rate API

Balboa to Rwanda Franc · quoted 2026-09-26

1475.10

▲ +1.03% over 6M

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 6 months, PAB/RWF traded between 1459.96 and 1475.65, averaged 1466.75 and rose 1.03%. 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 6M

PAB/RWF over 6M: show the values
PointPAB/RWF
2026-03-301460.11
2026-04-061459.96
2026-04-131460.34
2026-04-201461.13
2026-04-271461.68
2026-05-041461.21
2026-05-111466.00
2026-05-191462.11
2026-05-271467.01
2026-06-031463.01
2026-06-121463.95
2026-06-191475.65
2026-06-261466.59
2026-07-031464.19
2026-07-101468.47
2026-07-171472.47
2026-07-241467.94
2026-07-311466.62
2026-08-071471.15
2026-08-141470.79
2026-08-221470.84
2026-08-291471.66
2026-09-051470.80
2026-09-121467.00
2026-09-191461.35
2026-09-261475.10

High

1475.65

Low

1459.96

Average

1466.75

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.