Skip to content

PAB to YER exchange rate API

Balboa to Yemeni Rial · quoted 2026-09-26

236.5941

▼ +0.76% over YTD

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 year to date, PAB/YER traded between 236.5941 and 239.0890, averaged 238.1273 and fell 0.76%. 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 YTD

PAB/YER over YTD: show the values
PointPAB/YER
2025-12-31238.4040
2026-01-07238.3938
2026-01-14238.3853
2026-01-21238.4685
2026-01-28238.1197
2026-02-04238.3774
2026-02-11238.3141
2026-02-18238.3790
2026-02-25238.4632
2026-03-04237.9808
2026-03-11238.5827
2026-03-18238.5851
2026-03-25238.5886
2026-04-01238.6216
2026-04-08238.5894
2026-04-15238.3966
2026-04-22238.6544
2026-04-29238.7072
2026-05-06239.0890
2026-05-14238.6119
2026-05-21238.6166
2026-05-29238.6388
2026-06-05238.6355
2026-06-14238.5772
2026-06-21238.5720
2026-06-28238.5759
2026-07-05238.0349
2026-07-12237.7117
2026-07-19237.7214
2026-07-26238.3054
2026-08-02238.2827
2026-08-09237.4751
2026-08-16237.1535
2026-08-24237.0715
2026-08-31236.6378
2026-09-07237.0036
2026-09-14237.0446
2026-09-21236.6017

High

239.0890

Low

236.5941

Average

238.1273

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.