PAB to RSD exchange rate API
Balboa to Serbian Dinar · quoted 2026-09-26
103.0363
▲ +2.58% over 1Y
1 PAB = 103.0363 RSD · 1 RSD = 0.009705 PAB · Get this rate via the API
1 PAB buys 103.0363 RSD as of 2026-09-26, so 1 RSD buys 0.009705 PAB. Over the last year, PAB/RSD traded between 98.9583 and 103.2871, averaged 101.0114 and rose 2.58%. The API holds daily PAB/RSD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PAB/RSD over 1Y: show the values
| Point | PAB/RSD |
|---|---|
| 2025-09-26 | 100.4439 |
| 2025-10-03 | 99.9413 |
| 2025-10-10 | 101.2866 |
| 2025-10-17 | 100.1265 |
| 2025-10-24 | 100.9460 |
| 2025-10-31 | 101.2971 |
| 2025-11-07 | 101.5949 |
| 2025-11-14 | 100.7121 |
| 2025-11-21 | 101.6732 |
| 2025-11-28 | 101.3209 |
| 2025-12-05 | 100.7358 |
| 2025-12-13 | 100.0135 |
| 2025-12-20 | 100.1075 |
| 2025-12-27 | 99.6320 |
| 2026-01-03 | 100.0136 |
| 2026-01-10 | 100.8395 |
| 2026-01-17 | 101.1740 |
| 2026-01-24 | 99.4097 |
| 2026-01-31 | 98.9583 |
| 2026-02-07 | 99.4018 |
| 2026-02-14 | 99.0881 |
| 2026-02-21 | 99.6169 |
| 2026-02-28 | 99.3971 |
| 2026-03-07 | 100.9059 |
| 2026-03-14 | 102.5540 |
| 2026-03-21 | 101.4670 |
| 2026-03-28 | 101.8070 |
| 2026-04-04 | 101.7600 |
| 2026-04-11 | 100.1831 |
| 2026-04-18 | 99.3777 |
| 2026-04-25 | 100.1916 |
| 2026-05-02 | 99.9957 |
| 2026-05-09 | 99.4769 |
| 2026-05-17 | 100.9788 |
| 2026-05-25 | 101.1802 |
| 2026-06-01 | 100.7005 |
| 2026-06-10 | 101.6342 |
| 2026-06-17 | 101.0762 |
| 2026-06-24 | 103.2871 |
| 2026-07-01 | 102.9082 |
| 2026-07-08 | 102.7928 |
| 2026-07-15 | 102.5759 |
| 2026-07-22 | 102.8995 |
| 2026-07-29 | 103.0197 |
| 2026-08-05 | 101.7137 |
| 2026-08-12 | 101.7260 |
| 2026-08-20 | 100.4570 |
| 2026-08-27 | 100.7332 |
| 2026-09-03 | 101.1465 |
| 2026-09-10 | 100.8265 |
| 2026-09-17 | 102.2537 |
| 2026-09-24 | 103.2076 |
High
103.2871
Low
98.9583
Average
101.0114
Get this rate via the API
One GET request returns the PAB/RSD 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=RSD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=RSD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=RSD").json()Replace YOUR_API_KEY with the key from your dashboard.
PAB/RSD API questions
How do I get the PAB/RSD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=RSD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PAB/RSD rate in rates.RSD.
How far back does PAB/RSD historical data go?
Daily PAB/RSD 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/RSD 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.