CHF to YER exchange rate API
Swiss Franc to Yemeni Rial · quoted 2026-09-24
285.8832
▼ +4.95% over YTD
1 CHF = 285.8832 YER · 1 YER = 0.003498 CHF · Get this rate via the API
1 CHF buys 285.8832 YER as of 2026-09-24, so 1 YER buys 0.003498 CHF. Over the year to date, CHF/YER traded between 285.8832 and 310.3228, averaged 299.7643 and fell 4.95%. The API holds daily CHF/YER rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CHF/YER over YTD: show the values
| Point | CHF/YER |
|---|---|
| 2025-12-31 | 300.7569 |
| 2026-01-07 | 299.3761 |
| 2026-01-14 | 297.5922 |
| 2026-01-21 | 302.0482 |
| 2026-01-28 | 310.3228 |
| 2026-02-04 | 307.3323 |
| 2026-02-11 | 310.0898 |
| 2026-02-18 | 309.4697 |
| 2026-02-25 | 307.7822 |
| 2026-03-04 | 305.2457 |
| 2026-03-11 | 305.9495 |
| 2026-03-18 | 302.4061 |
| 2026-03-25 | 302.1654 |
| 2026-04-01 | 301.2953 |
| 2026-04-08 | 302.8222 |
| 2026-04-15 | 304.7533 |
| 2026-04-22 | 305.1540 |
| 2026-04-29 | 302.4728 |
| 2026-05-06 | 306.2076 |
| 2026-05-14 | 305.1627 |
| 2026-05-21 | 302.6478 |
| 2026-05-29 | 304.9841 |
| 2026-06-05 | 302.7486 |
| 2026-06-14 | 300.0512 |
| 2026-06-21 | 295.4613 |
| 2026-06-28 | 294.5564 |
| 2026-07-05 | 296.2841 |
| 2026-07-12 | 293.8169 |
| 2026-07-19 | 294.1620 |
| 2026-07-26 | 291.6675 |
| 2026-08-02 | 295.1816 |
| 2026-08-09 | 294.0443 |
| 2026-08-16 | 291.6347 |
| 2026-08-24 | 295.3647 |
| 2026-08-31 | 292.6679 |
| 2026-09-07 | 292.8715 |
| 2026-09-14 | 290.3301 |
| 2026-09-21 | 288.0437 |
High
310.3228
Low
285.8832
Average
299.7643
Get this rate via the API
One GET request returns the CHF/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=CHF¤cies=YER"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=YER");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=YER").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/YER API questions
How do I get the CHF/YER exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=YER, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/YER rate in rates.YER.
How far back does CHF/YER historical data go?
Daily CHF/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 CHF/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.