Skip to content

CUC to AUD exchange rate API

Peso Convertible to Australian Dollar · quoted 2026-09-24

1.4251

▼ +5.83% over 1Y

1 CUC = 1.4251 AUD · 1 AUD = 0.70169 CUC · Get this rate via the API

1 CUC buys 1.4251 AUD as of 2026-09-24, so 1 AUD buys 0.70169 CUC. Over the last year, CUC/AUD traded between 1.3780 and 1.5423, averaged 1.4490 and fell 5.83%. The API holds daily CUC/AUD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CUC/AUD over 1Y

CUC/AUD over 1Y: show the values
PointCUC/AUD
2025-09-241.5134
2025-10-011.5132
2025-10-081.5214
2025-10-151.5349
2025-10-221.5417
2025-10-291.5152
2025-11-051.5423
2025-11-121.5287
2025-11-191.5413
2025-11-261.5391
2025-12-031.5170
2025-12-111.5026
2025-12-181.5133
2025-12-251.4914
2026-01-011.4989
2026-01-081.4932
2026-01-151.4954
2026-01-221.4691
2026-01-291.4150
2026-02-051.4343
2026-02-121.4046
2026-02-191.4207
2026-02-261.4044
2026-03-051.4193
2026-03-121.4021
2026-03-191.4277
2026-03-261.4467
2026-04-021.4552
2026-04-091.4200
2026-04-161.3941
2026-04-231.3979
2026-04-301.3990
2026-05-071.3780
2026-05-151.3988
2026-05-231.4028
2026-05-301.3920
2026-06-061.4198
2026-06-151.4158
2026-06-221.4261
2026-06-291.4494
2026-07-061.4420
2026-07-131.4404
2026-07-201.4273
2026-07-271.4280
2026-08-031.4272
2026-08-101.4155
2026-08-171.4035
2026-08-251.3974
2026-09-011.4001
2026-09-081.3861
2026-09-151.4032
2026-09-221.4063

High

1.5423

Low

1.3780

Average

1.4490

For developers

Get this rate via the API

One GET request returns the CUC/AUD 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=CUC&currencies=AUD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CUC&currencies=AUD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CUC&currencies=AUD").json()

Replace YOUR_API_KEY with the key from your dashboard.

CUC/AUD API questions

How do I get the CUC/AUD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CUC&currencies=AUD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CUC/AUD rate in rates.AUD.

How far back does CUC/AUD historical data go?

Daily CUC/AUD 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 CUC/AUD 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.