Skip to content

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

PAB/RSD over 1Y: show the values
PointPAB/RSD
2025-09-26100.4439
2025-10-0399.9413
2025-10-10101.2866
2025-10-17100.1265
2025-10-24100.9460
2025-10-31101.2971
2025-11-07101.5949
2025-11-14100.7121
2025-11-21101.6732
2025-11-28101.3209
2025-12-05100.7358
2025-12-13100.0135
2025-12-20100.1075
2025-12-2799.6320
2026-01-03100.0136
2026-01-10100.8395
2026-01-17101.1740
2026-01-2499.4097
2026-01-3198.9583
2026-02-0799.4018
2026-02-1499.0881
2026-02-2199.6169
2026-02-2899.3971
2026-03-07100.9059
2026-03-14102.5540
2026-03-21101.4670
2026-03-28101.8070
2026-04-04101.7600
2026-04-11100.1831
2026-04-1899.3777
2026-04-25100.1916
2026-05-0299.9957
2026-05-0999.4769
2026-05-17100.9788
2026-05-25101.1802
2026-06-01100.7005
2026-06-10101.6342
2026-06-17101.0762
2026-06-24103.2871
2026-07-01102.9082
2026-07-08102.7928
2026-07-15102.5759
2026-07-22102.8995
2026-07-29103.0197
2026-08-05101.7137
2026-08-12101.7260
2026-08-20100.4570
2026-08-27100.7332
2026-09-03101.1465
2026-09-10100.8265
2026-09-17102.2537
2026-09-24103.2076

High

103.2871

Low

98.9583

Average

101.0114

For developers

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