Skip to content

HKD to CRC exchange rate API

Hong Kong Dollar to Costa Rican Colon · quoted 2026-09-26

57.9067

▼ +10.84% over 1Y

1 HKD = 57.9067 CRC · 1 CRC = 0.01727 HKD · Get this rate via the API

1 HKD buys 57.9067 CRC as of 2026-09-26, so 1 CRC buys 0.01727 HKD. Over the last year, HKD/CRC traded between 57.3086 and 64.9483, averaged 60.6529 and fell 10.84%. The API holds daily HKD/CRC rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HKD/CRC over 1Y

HKD/CRC over 1Y: show the values
PointHKD/CRC
2025-09-2664.9483
2025-10-0364.6889
2025-10-1064.7232
2025-10-1764.5875
2025-10-2464.5979
2025-10-3164.6538
2025-11-0764.5739
2025-11-1464.5267
2025-11-2164.2909
2025-11-2864.0596
2025-12-0563.1203
2025-12-1364.2783
2025-12-2064.1245
2025-12-2763.7533
2026-01-0363.9299
2026-01-1063.8016
2026-01-1762.6223
2026-01-2463.4504
2026-01-3163.6630
2026-02-0763.3091
2026-02-1462.0720
2026-02-2161.0708
2026-02-2860.3691
2026-03-0761.1038
2026-03-1460.1989
2026-03-2159.6538
2026-03-2859.3437
2026-04-0459.2817
2026-04-1159.0723
2026-04-1858.1755
2026-04-2557.9852
2026-05-0258.0386
2026-05-0958.6904
2026-05-1757.8331
2026-05-2557.7077
2026-06-0157.8110
2026-06-1058.8940
2026-06-1758.1124
2026-06-2457.9855
2026-07-0158.0466
2026-07-0858.1091
2026-07-1557.9109
2026-07-2257.8294
2026-07-2957.9732
2026-08-0557.7835
2026-08-1257.8341
2026-08-2057.3966
2026-08-2757.9857
2026-09-0357.7800
2026-09-1057.9035
2026-09-1757.3086
2026-09-2457.7311

High

64.9483

Low

57.3086

Average

60.6529

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

HKD/CRC API questions

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

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

How far back does HKD/CRC historical data go?

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