PAB to YER exchange rate API
Balboa to Yemeni Rial · quoted 2026-09-26
236.5941
▼ +0.84% over 6M
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 6 months, PAB/YER traded between 236.5941 and 239.2639, averaged 237.8080 and fell 0.84%. 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 6M: show the values
| Point | PAB/YER |
|---|---|
| 2026-03-30 | 238.5942 |
| 2026-04-06 | 238.6421 |
| 2026-04-13 | 237.5043 |
| 2026-04-20 | 237.7963 |
| 2026-04-27 | 239.0474 |
| 2026-05-04 | 238.5596 |
| 2026-05-11 | 239.2639 |
| 2026-05-19 | 238.6199 |
| 2026-05-27 | 238.6478 |
| 2026-06-03 | 238.5922 |
| 2026-06-12 | 238.5959 |
| 2026-06-19 | 237.8821 |
| 2026-06-26 | 238.6218 |
| 2026-07-03 | 237.1979 |
| 2026-07-10 | 237.0857 |
| 2026-07-17 | 237.8579 |
| 2026-07-24 | 238.1102 |
| 2026-07-31 | 238.2938 |
| 2026-08-07 | 236.7930 |
| 2026-08-14 | 237.1726 |
| 2026-08-22 | 237.0774 |
| 2026-08-29 | 237.0116 |
| 2026-09-05 | 237.0082 |
| 2026-09-12 | 237.0528 |
| 2026-09-19 | 236.5999 |
| 2026-09-26 | 236.5941 |
High
239.2639
Low
236.5941
Average
237.8080
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.