Skip to content

HKD to ARS exchange rate API

Hong Kong Dollar to Argentine Peso · quoted 2026-09-24

193.0780

▲ +9.80% over 1Y

1 HKD = 193.0780 ARS · 1 ARS = 0.005179 HKD · Get this rate via the API

1 HKD buys 193.0780 ARS as of 2026-09-24, so 1 ARS buys 0.005179 HKD. Over the last year, HKD/ARS traded between 173.6108 and 193.0780, averaged 184.0407 and rose 9.80%. The API holds daily HKD/ARS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HKD/ARS over 1Y

HKD/ARS over 1Y: show the values
PointHKD/ARS
2025-09-24175.8482
2025-10-01177.3023
2025-10-08183.7162
2025-10-15174.6407
2025-10-22191.7639
2025-10-29189.5987
2025-11-05187.4380
2025-11-12181.4251
2025-11-19179.8194
2025-11-26186.1141
2025-12-03187.0754
2025-12-11184.7490
2025-12-18186.3788
2025-12-25186.5687
2026-01-01186.4794
2026-01-08187.4187
2026-01-15186.3776
2026-01-22183.3868
2026-01-29185.0209
2026-02-05185.2963
2026-02-12179.6789
2026-02-19178.7204
2026-02-26178.6067
2026-03-05179.1954
2026-03-12178.2752
2026-03-19178.0814
2026-03-26175.9741
2026-04-02177.5637
2026-04-09177.0281
2026-04-16173.6108
2026-04-23175.9830
2026-04-30177.5816
2026-05-07177.1940
2026-05-15177.7105
2026-05-23179.4421
2026-05-30179.8002
2026-06-06185.0402
2026-06-15181.7476
2026-06-22185.4919
2026-06-29188.6360
2026-07-06190.3049
2026-07-13190.2614
2026-07-20188.0144
2026-07-27189.8114
2026-08-03189.5083
2026-08-10190.4063
2026-08-17187.9863
2026-08-25192.5525
2026-09-01192.4084
2026-09-08192.7897
2026-09-15192.2320
2026-09-22193.0237

High

193.0780

Low

173.6108

Average

184.0407

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

HKD/ARS API questions

How do I get the HKD/ARS exchange rate from an API?

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

How far back does HKD/ARS historical data go?

Daily HKD/ARS 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 HKD/ARS 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.