CHF to AOA exchange rate API
Swiss Franc to Kwanza · quoted 2026-09-24
1109.77
▼ +3.99% over 1Y
1 CHF = 1109.77 AOA · 1 AOA = 0.000901 CHF · Get this rate via the API
1 CHF buys 1109.77 AOA as of 2026-09-24, so 1 AOA buys 0.000901 CHF. Over the last year, CHF/AOA traded between 1109.77 and 1196.52, averaged 1152.72 and fell 3.99%. The API holds daily CHF/AOA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CHF/AOA over 1Y: show the values
| Point | CHF/AOA |
|---|---|
| 2025-09-24 | 1155.85 |
| 2025-10-01 | 1148.93 |
| 2025-10-08 | 1147.69 |
| 2025-10-15 | 1146.47 |
| 2025-10-22 | 1151.14 |
| 2025-10-29 | 1149.84 |
| 2025-11-05 | 1132.33 |
| 2025-11-12 | 1141.79 |
| 2025-11-19 | 1145.22 |
| 2025-11-26 | 1131.03 |
| 2025-12-03 | 1150.96 |
| 2025-12-11 | 1156.88 |
| 2025-12-18 | 1157.94 |
| 2025-12-25 | 1164.05 |
| 2026-01-01 | 1154.99 |
| 2026-01-08 | 1150.92 |
| 2026-01-15 | 1144.99 |
| 2026-01-22 | 1157.14 |
| 2026-01-29 | 1196.52 |
| 2026-02-05 | 1181.93 |
| 2026-02-12 | 1191.04 |
| 2026-02-19 | 1182.94 |
| 2026-02-26 | 1185.29 |
| 2026-03-05 | 1172.24 |
| 2026-03-12 | 1173.98 |
| 2026-03-19 | 1156.16 |
| 2026-03-26 | 1156.04 |
| 2026-04-02 | 1147.68 |
| 2026-04-09 | 1159.65 |
| 2026-04-16 | 1171.82 |
| 2026-04-23 | 1169.78 |
| 2026-04-30 | 1168.93 |
| 2026-05-07 | 1179.96 |
| 2026-05-15 | 1167.38 |
| 2026-05-23 | 1168.28 |
| 2026-05-30 | 1188.82 |
| 2026-06-06 | 1154.06 |
| 2026-06-15 | 1157.47 |
| 2026-06-22 | 1135.99 |
| 2026-06-29 | 1136.25 |
| 2026-07-06 | 1139.38 |
| 2026-07-13 | 1135.26 |
| 2026-07-20 | 1136.11 |
| 2026-07-27 | 1127.76 |
| 2026-08-03 | 1137.71 |
| 2026-08-10 | 1135.99 |
| 2026-08-17 | 1135.22 |
| 2026-08-25 | 1143.83 |
| 2026-09-01 | 1133.32 |
| 2026-09-08 | 1128.88 |
| 2026-09-15 | 1120.71 |
| 2026-09-22 | 1119.88 |
High
1196.52
Low
1109.77
Average
1152.72
Get this rate via the API
One GET request returns the CHF/AOA 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=AOA"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=AOA");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=AOA").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/AOA API questions
How do I get the CHF/AOA exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=AOA, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/AOA rate in rates.AOA.
How far back does CHF/AOA historical data go?
Daily CHF/AOA 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/AOA 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.