Skip to content

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

CHF/YER over YTD: show the values
PointCHF/YER
2025-12-31300.7569
2026-01-07299.3761
2026-01-14297.5922
2026-01-21302.0482
2026-01-28310.3228
2026-02-04307.3323
2026-02-11310.0898
2026-02-18309.4697
2026-02-25307.7822
2026-03-04305.2457
2026-03-11305.9495
2026-03-18302.4061
2026-03-25302.1654
2026-04-01301.2953
2026-04-08302.8222
2026-04-15304.7533
2026-04-22305.1540
2026-04-29302.4728
2026-05-06306.2076
2026-05-14305.1627
2026-05-21302.6478
2026-05-29304.9841
2026-06-05302.7486
2026-06-14300.0512
2026-06-21295.4613
2026-06-28294.5564
2026-07-05296.2841
2026-07-12293.8169
2026-07-19294.1620
2026-07-26291.6675
2026-08-02295.1816
2026-08-09294.0443
2026-08-16291.6347
2026-08-24295.3647
2026-08-31292.6679
2026-09-07292.8715
2026-09-14290.3301
2026-09-21288.0437

High

310.3228

Low

285.8832

Average

299.7643

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=YER"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=YER");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=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&currencies=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.