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: show the values
| Point | HKD/ARS |
|---|---|
| 2025-09-24 | 175.8482 |
| 2025-10-01 | 177.3023 |
| 2025-10-08 | 183.7162 |
| 2025-10-15 | 174.6407 |
| 2025-10-22 | 191.7639 |
| 2025-10-29 | 189.5987 |
| 2025-11-05 | 187.4380 |
| 2025-11-12 | 181.4251 |
| 2025-11-19 | 179.8194 |
| 2025-11-26 | 186.1141 |
| 2025-12-03 | 187.0754 |
| 2025-12-11 | 184.7490 |
| 2025-12-18 | 186.3788 |
| 2025-12-25 | 186.5687 |
| 2026-01-01 | 186.4794 |
| 2026-01-08 | 187.4187 |
| 2026-01-15 | 186.3776 |
| 2026-01-22 | 183.3868 |
| 2026-01-29 | 185.0209 |
| 2026-02-05 | 185.2963 |
| 2026-02-12 | 179.6789 |
| 2026-02-19 | 178.7204 |
| 2026-02-26 | 178.6067 |
| 2026-03-05 | 179.1954 |
| 2026-03-12 | 178.2752 |
| 2026-03-19 | 178.0814 |
| 2026-03-26 | 175.9741 |
| 2026-04-02 | 177.5637 |
| 2026-04-09 | 177.0281 |
| 2026-04-16 | 173.6108 |
| 2026-04-23 | 175.9830 |
| 2026-04-30 | 177.5816 |
| 2026-05-07 | 177.1940 |
| 2026-05-15 | 177.7105 |
| 2026-05-23 | 179.4421 |
| 2026-05-30 | 179.8002 |
| 2026-06-06 | 185.0402 |
| 2026-06-15 | 181.7476 |
| 2026-06-22 | 185.4919 |
| 2026-06-29 | 188.6360 |
| 2026-07-06 | 190.3049 |
| 2026-07-13 | 190.2614 |
| 2026-07-20 | 188.0144 |
| 2026-07-27 | 189.8114 |
| 2026-08-03 | 189.5083 |
| 2026-08-10 | 190.4063 |
| 2026-08-17 | 187.9863 |
| 2026-08-25 | 192.5525 |
| 2026-09-01 | 192.4084 |
| 2026-09-08 | 192.7897 |
| 2026-09-15 | 192.2320 |
| 2026-09-22 | 193.0237 |
High
193.0780
Low
173.6108
Average
184.0407
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=ARS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=ARS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=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¤cies=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.