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: show the values
| Point | PAB/YER |
|---|---|
| 2025-12-31 | 238.4040 |
| 2026-01-07 | 238.3938 |
| 2026-01-14 | 238.3853 |
| 2026-01-21 | 238.4685 |
| 2026-01-28 | 238.1197 |
| 2026-02-04 | 238.3774 |
| 2026-02-11 | 238.3141 |
| 2026-02-18 | 238.3790 |
| 2026-02-25 | 238.4632 |
| 2026-03-04 | 237.9808 |
| 2026-03-11 | 238.5827 |
| 2026-03-18 | 238.5851 |
| 2026-03-25 | 238.5886 |
| 2026-04-01 | 238.6216 |
| 2026-04-08 | 238.5894 |
| 2026-04-15 | 238.3966 |
| 2026-04-22 | 238.6544 |
| 2026-04-29 | 238.7072 |
| 2026-05-06 | 239.0890 |
| 2026-05-14 | 238.6119 |
| 2026-05-21 | 238.6166 |
| 2026-05-29 | 238.6388 |
| 2026-06-05 | 238.6355 |
| 2026-06-14 | 238.5772 |
| 2026-06-21 | 238.5720 |
| 2026-06-28 | 238.5759 |
| 2026-07-05 | 238.0349 |
| 2026-07-12 | 237.7117 |
| 2026-07-19 | 237.7214 |
| 2026-07-26 | 238.3054 |
| 2026-08-02 | 238.2827 |
| 2026-08-09 | 237.4751 |
| 2026-08-16 | 237.1535 |
| 2026-08-24 | 237.0715 |
| 2026-08-31 | 236.6378 |
| 2026-09-07 | 237.0036 |
| 2026-09-14 | 237.0446 |
| 2026-09-21 | 236.6017 |
High
239.0890
Low
236.5941
Average
238.1273
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=YER"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=YER");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PAB¤cies=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¤cies=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.