CHF to AMD exchange rate API
Swiss Franc to Armenian Dram · quoted 2026-09-26
438.7791
▼ +8.37% over 1Y
1 CHF = 438.7791 AMD · 1 AMD = 0.002279 CHF · Get this rate via the API
1 CHF buys 438.7791 AMD as of 2026-09-26, so 1 AMD buys 0.002279 CHF. Over the last year, CHF/AMD traded between 438.7791 and 493.5064, averaged 469.4685 and fell 8.37%. The API holds daily CHF/AMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CHF/AMD over 1Y: show the values
| Point | CHF/AMD |
|---|---|
| 2025-09-26 | 478.8497 |
| 2025-10-03 | 480.0868 |
| 2025-10-10 | 474.5496 |
| 2025-10-17 | 481.2569 |
| 2025-10-24 | 478.1657 |
| 2025-10-31 | 475.6524 |
| 2025-11-07 | 473.9373 |
| 2025-11-14 | 484.3722 |
| 2025-11-21 | 473.3159 |
| 2025-11-28 | 471.5784 |
| 2025-12-05 | 473.9730 |
| 2025-12-13 | 480.6767 |
| 2025-12-20 | 480.0944 |
| 2025-12-27 | 483.2792 |
| 2026-01-03 | 481.4336 |
| 2026-01-10 | 476.5839 |
| 2026-01-17 | 473.4487 |
| 2026-01-24 | 485.0642 |
| 2026-01-31 | 493.5064 |
| 2026-02-07 | 487.0332 |
| 2026-02-14 | 490.4108 |
| 2026-02-21 | 485.7320 |
| 2026-02-28 | 489.9645 |
| 2026-03-07 | 485.9696 |
| 2026-03-14 | 475.1481 |
| 2026-03-21 | 478.8749 |
| 2026-03-28 | 472.3477 |
| 2026-04-04 | 471.4844 |
| 2026-04-11 | 476.0759 |
| 2026-04-18 | 478.6498 |
| 2026-04-25 | 472.3085 |
| 2026-05-02 | 473.7419 |
| 2026-05-09 | 474.9444 |
| 2026-05-17 | 467.8624 |
| 2026-05-25 | 469.5220 |
| 2026-06-01 | 469.7463 |
| 2026-06-10 | 461.0317 |
| 2026-06-17 | 464.2583 |
| 2026-06-24 | 452.6848 |
| 2026-07-01 | 453.4833 |
| 2026-07-08 | 454.1447 |
| 2026-07-15 | 450.3566 |
| 2026-07-22 | 450.9151 |
| 2026-07-29 | 446.9776 |
| 2026-08-05 | 452.4106 |
| 2026-08-12 | 450.7440 |
| 2026-08-20 | 454.3174 |
| 2026-08-27 | 452.1066 |
| 2026-09-03 | 450.3161 |
| 2026-09-10 | 447.7148 |
| 2026-09-17 | 442.2664 |
| 2026-09-24 | 439.6830 |
High
493.5064
Low
438.7791
Average
469.4685
Get this rate via the API
One GET request returns the CHF/AMD 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=AMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=AMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=AMD").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/AMD API questions
How do I get the CHF/AMD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=AMD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/AMD rate in rates.AMD.
How far back does CHF/AMD historical data go?
Daily CHF/AMD 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/AMD 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.