Skip to content

RSD to PAB exchange rate API

Serbian Dinar to Balboa · quoted 2026-09-26

0.009705

▼ +2.51% over 1Y

1 RSD = 0.009705 PAB · 1 PAB = 103.0397 RSD · Get this rate via the API

1 RSD buys 0.009705 PAB as of 2026-09-26, so 1 PAB buys 103.0397 RSD. Over the last year, RSD/PAB traded between 0.009681 and 0.01010, averaged 0.009901 and fell 2.51%. The API holds daily RSD/PAB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

RSD/PAB over 1Y

RSD/PAB over 1Y: show the values
PointRSD/PAB
2025-09-260.009955
2025-10-030.010005
2025-10-100.009872
2025-10-170.009987
2025-10-240.009906
2025-10-310.009871
2025-11-070.009843
2025-11-140.009929
2025-11-210.009835
2025-11-280.009869
2025-12-050.009926
2025-12-130.009998
2025-12-200.009989
2025-12-270.010036
2026-01-030.009998
2026-01-100.009916
2026-01-170.009883
2026-01-240.010059
2026-01-310.010105
2026-02-070.010060
2026-02-140.010092
2026-02-210.010038
2026-02-280.010060
2026-03-070.009910
2026-03-140.009750
2026-03-210.009855
2026-03-280.009822
2026-04-040.009827
2026-04-110.009981
2026-04-180.010062
2026-04-250.009980
2026-05-020.010000
2026-05-090.010052
2026-05-170.009903
2026-05-250.009883
2026-06-010.009930
2026-06-100.009839
2026-06-170.009893
2026-06-240.009681
2026-07-010.009717
2026-07-080.009728
2026-07-150.009748
2026-07-220.009718
2026-07-290.009706
2026-08-050.009831
2026-08-120.009830
2026-08-200.009954
2026-08-270.009927
2026-09-030.009886
2026-09-100.009918
2026-09-170.009779
2026-09-240.009689

High

0.01010

Low

0.009681

Average

0.009901

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD&currencies=PAB").json()

Replace YOUR_API_KEY with the key from your dashboard.

RSD/PAB API questions

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

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

How far back does RSD/PAB historical data go?

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