CHF to YER exchange rate API
Swiss Franc to Yemeni Rial · quoted 2026-09-24
285.8832
▼ +5.18% over 1Y
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 last year, CHF/YER traded between 285.8832 and 310.7105, averaged 299.1761 and fell 5.18%. 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 1Y: show the values
| Point | CHF/YER |
|---|---|
| 2025-09-24 | 301.4866 |
| 2025-10-01 | 299.5707 |
| 2025-10-08 | 298.6676 |
| 2025-10-15 | 298.2520 |
| 2025-10-22 | 299.9503 |
| 2025-10-29 | 299.2661 |
| 2025-11-05 | 294.9814 |
| 2025-11-12 | 298.4690 |
| 2025-11-19 | 297.6014 |
| 2025-11-26 | 295.5766 |
| 2025-12-03 | 297.9553 |
| 2025-12-11 | 299.3583 |
| 2025-12-18 | 299.8791 |
| 2025-12-25 | 302.5465 |
| 2026-01-01 | 300.7691 |
| 2026-01-08 | 298.9564 |
| 2026-01-15 | 297.5544 |
| 2026-01-22 | 300.5023 |
| 2026-01-29 | 310.7105 |
| 2026-02-05 | 306.9051 |
| 2026-02-12 | 309.6408 |
| 2026-02-19 | 307.2784 |
| 2026-02-26 | 308.1274 |
| 2026-03-05 | 305.6414 |
| 2026-03-12 | 305.1327 |
| 2026-03-19 | 300.4816 |
| 2026-03-26 | 300.9158 |
| 2026-04-02 | 298.3110 |
| 2026-04-09 | 301.7045 |
| 2026-04-16 | 304.5740 |
| 2026-04-23 | 304.1051 |
| 2026-04-30 | 303.8511 |
| 2026-05-07 | 306.7182 |
| 2026-05-15 | 303.4808 |
| 2026-05-23 | 304.0594 |
| 2026-05-30 | 305.4991 |
| 2026-06-06 | 299.7354 |
| 2026-06-15 | 300.6253 |
| 2026-06-22 | 293.9862 |
| 2026-06-29 | 295.1283 |
| 2026-07-06 | 294.0205 |
| 2026-07-13 | 292.6825 |
| 2026-07-20 | 294.2350 |
| 2026-07-27 | 292.5703 |
| 2026-08-03 | 294.9198 |
| 2026-08-10 | 293.5098 |
| 2026-08-17 | 292.8881 |
| 2026-08-25 | 295.3633 |
| 2026-09-01 | 292.4138 |
| 2026-09-08 | 292.0366 |
| 2026-09-15 | 289.1262 |
| 2026-09-22 | 288.7288 |
High
310.7105
Low
285.8832
Average
299.1761
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.