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: show the values
| Point | PAB/YER |
|---|---|
| 2025-09-26 | 239.3016 |
| 2025-10-03 | 239.1918 |
| 2025-10-10 | 238.9937 |
| 2025-10-17 | 238.8659 |
| 2025-10-24 | 238.9207 |
| 2025-10-31 | 238.5263 |
| 2025-11-07 | 238.7906 |
| 2025-11-14 | 238.4932 |
| 2025-11-21 | 238.5041 |
| 2025-11-28 | 238.4953 |
| 2025-12-05 | 238.3810 |
| 2025-12-13 | 238.4955 |
| 2025-12-20 | 238.3998 |
| 2025-12-27 | 238.4094 |
| 2026-01-03 | 238.3963 |
| 2026-01-10 | 238.3955 |
| 2026-01-17 | 238.4721 |
| 2026-01-24 | 238.2956 |
| 2026-01-31 | 238.3376 |
| 2026-02-07 | 238.3775 |
| 2026-02-14 | 238.3957 |
| 2026-02-21 | 238.3952 |
| 2026-02-28 | 238.5746 |
| 2026-03-07 | 238.3987 |
| 2026-03-14 | 238.5536 |
| 2026-03-21 | 238.5726 |
| 2026-03-28 | 238.5777 |
| 2026-04-04 | 238.6484 |
| 2026-04-11 | 237.2618 |
| 2026-04-18 | 238.6076 |
| 2026-04-25 | 238.7106 |
| 2026-05-02 | 238.5557 |
| 2026-05-09 | 238.6342 |
| 2026-05-17 | 238.5992 |
| 2026-05-25 | 238.6369 |
| 2026-06-01 | 238.6426 |
| 2026-06-10 | 238.6353 |
| 2026-06-17 | 238.6165 |
| 2026-06-24 | 238.6464 |
| 2026-07-01 | 238.5950 |
| 2026-07-08 | 236.9858 |
| 2026-07-15 | 237.1250 |
| 2026-07-22 | 237.8546 |
| 2026-07-29 | 238.1887 |
| 2026-08-05 | 238.3984 |
| 2026-08-12 | 237.1905 |
| 2026-08-20 | 237.0710 |
| 2026-08-27 | 236.9894 |
| 2026-09-03 | 237.0272 |
| 2026-09-10 | 237.0411 |
| 2026-09-17 | 236.5882 |
| 2026-09-24 | 236.6012 |
High
239.3016
Low
236.5882
Average
238.2256
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.