Skip to content

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

CHF/YER over 1Y: show the values
PointCHF/YER
2025-09-24301.4866
2025-10-01299.5707
2025-10-08298.6676
2025-10-15298.2520
2025-10-22299.9503
2025-10-29299.2661
2025-11-05294.9814
2025-11-12298.4690
2025-11-19297.6014
2025-11-26295.5766
2025-12-03297.9553
2025-12-11299.3583
2025-12-18299.8791
2025-12-25302.5465
2026-01-01300.7691
2026-01-08298.9564
2026-01-15297.5544
2026-01-22300.5023
2026-01-29310.7105
2026-02-05306.9051
2026-02-12309.6408
2026-02-19307.2784
2026-02-26308.1274
2026-03-05305.6414
2026-03-12305.1327
2026-03-19300.4816
2026-03-26300.9158
2026-04-02298.3110
2026-04-09301.7045
2026-04-16304.5740
2026-04-23304.1051
2026-04-30303.8511
2026-05-07306.7182
2026-05-15303.4808
2026-05-23304.0594
2026-05-30305.4991
2026-06-06299.7354
2026-06-15300.6253
2026-06-22293.9862
2026-06-29295.1283
2026-07-06294.0205
2026-07-13292.6825
2026-07-20294.2350
2026-07-27292.5703
2026-08-03294.9198
2026-08-10293.5098
2026-08-17292.8881
2026-08-25295.3633
2026-09-01292.4138
2026-09-08292.0366
2026-09-15289.1262
2026-09-22288.7288

High

310.7105

Low

285.8832

Average

299.1761

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.