Skip to content

PAB to YER exchange rate API

Balboa to Yemeni Rial · quoted 2026-09-26

236.5941

▼ +1.13% over 1Y

1 PAB = 236.5941 YER · 1 YER = 0.004227 PAB · Get this rate via the API

1 PAB buys 236.5941 YER as of 2026-09-26, so 1 YER buys 0.004227 PAB. Over the last year, PAB/YER traded between 236.5882 and 239.3016, averaged 238.2256 and fell 1.13%. The API holds daily PAB/YER rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PAB/YER over 1Y

PAB/YER over 1Y: show the values
PointPAB/YER
2025-09-26239.3016
2025-10-03239.1918
2025-10-10238.9937
2025-10-17238.8659
2025-10-24238.9207
2025-10-31238.5263
2025-11-07238.7906
2025-11-14238.4932
2025-11-21238.5041
2025-11-28238.4953
2025-12-05238.3810
2025-12-13238.4955
2025-12-20238.3998
2025-12-27238.4094
2026-01-03238.3963
2026-01-10238.3955
2026-01-17238.4721
2026-01-24238.2956
2026-01-31238.3376
2026-02-07238.3775
2026-02-14238.3957
2026-02-21238.3952
2026-02-28238.5746
2026-03-07238.3987
2026-03-14238.5536
2026-03-21238.5726
2026-03-28238.5777
2026-04-04238.6484
2026-04-11237.2618
2026-04-18238.6076
2026-04-25238.7106
2026-05-02238.5557
2026-05-09238.6342
2026-05-17238.5992
2026-05-25238.6369
2026-06-01238.6426
2026-06-10238.6353
2026-06-17238.6165
2026-06-24238.6464
2026-07-01238.5950
2026-07-08236.9858
2026-07-15237.1250
2026-07-22237.8546
2026-07-29238.1887
2026-08-05238.3984
2026-08-12237.1905
2026-08-20237.0710
2026-08-27236.9894
2026-09-03237.0272
2026-09-10237.0411
2026-09-17236.5882
2026-09-24236.6012

High

239.3016

Low

236.5882

Average

238.2256

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PAB/YER API questions

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

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

How far back does PAB/YER historical data go?

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