Skip to content

RUB to HKD exchange rate API

Russian Ruble to Hong Kong Dollar · quoted 2026-09-24

0.09244

▼ +0.58% over 1Y

1 RUB = 0.09244 HKD · 1 HKD = 10.8177 RUB · Get this rate via the API

1 RUB buys 0.09244 HKD as of 2026-09-24, so 1 HKD buys 10.8177 RUB. Over the last year, RUB/HKD traded between 0.09084 and 0.11015, averaged 0.09924 and fell 0.58%. The API holds daily RUB/HKD rates from 2005-04-01 — 21 years of history — so any past day, or a whole series, is one request away.

RUB/HKD over 1Y

RUB/HKD over 1Y: show the values
PointRUB/HKD
2025-09-240.09298
2025-10-010.09422
2025-10-080.09430
2025-10-150.09778
2025-10-220.09551
2025-10-290.09805
2025-11-050.09600
2025-11-120.09600
2025-11-190.09605
2025-11-260.09861
2025-12-030.10055
2025-12-110.09889
2025-12-180.09668
2025-12-250.09875
2026-01-010.09854
2026-01-080.09686
2026-01-150.09935
2026-01-220.10133
2026-01-290.10196
2026-02-050.10182
2026-02-120.10139
2026-02-190.10179
2026-02-260.10198
2026-03-050.10045
2026-03-120.09888
2026-03-190.09339
2026-03-260.09659
2026-04-020.09757
2026-04-090.09974
2026-04-160.10365
2026-04-230.10430
2026-04-300.10479
2026-05-070.10477
2026-05-150.10691
2026-05-230.10955
2026-05-300.11015
2026-06-060.10632
2026-06-150.10848
2026-06-220.10718
2026-06-290.10075
2026-07-060.10178
2026-07-130.10205
2026-07-200.10017
2026-07-270.10051
2026-08-030.09882
2026-08-100.09607
2026-08-170.09348
2026-08-250.09344
2026-09-010.09084
2026-09-080.09093
2026-09-150.09282
2026-09-220.09364

High

0.11015

Low

0.09084

Average

0.09924

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

RUB/HKD API questions

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

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

How far back does RUB/HKD historical data go?

Daily RUB/HKD rates are available from 2005-04-01. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free RUB/HKD 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.