Skip to content

HKD to YER exchange rate API

Hong Kong Dollar to Yemeni Rial · quoted 2026-09-24

30.1681

▼ +2.00% over 1Y

1 HKD = 30.1681 YER · 1 YER = 0.03315 HKD · Get this rate via the API

1 HKD buys 30.1681 YER as of 2026-09-24, so 1 YER buys 0.03315 HKD. Over the last year, HKD/YER traded between 30.1557 and 30.7844, averaged 30.4821 and fell 2.00%. The API holds daily HKD/YER rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HKD/YER over 1Y

HKD/YER over 1Y: show the values
PointHKD/YER
2025-09-2430.7844
2025-10-0130.7500
2025-10-0830.7137
2025-10-1530.7192
2025-10-2230.7399
2025-10-2930.7070
2025-11-0530.7225
2025-11-1230.6903
2025-11-1930.6325
2025-11-2630.6632
2025-12-0330.6268
2025-12-1130.6504
2025-12-1830.6357
2025-12-2530.6613
2026-01-0130.6301
2026-01-0830.5985
2026-01-1530.5704
2026-01-2230.5595
2026-01-2930.5431
2026-02-0530.5037
2026-02-1230.4987
2026-02-1930.5084
2026-02-2630.4736
2026-03-0530.4891
2026-03-1230.4795
2026-03-1930.4636
2026-03-2630.5012
2026-04-0230.4272
2026-04-0930.4502
2026-04-1630.4921
2026-04-2330.4669
2026-04-3030.4640
2026-05-0730.4688
2026-05-1530.4730
2026-05-2330.4568
2026-05-3030.4470
2026-06-0630.4519
2026-06-1530.4559
2026-06-2230.3021
2026-06-2930.4271
2026-07-0630.2171
2026-07-1330.2429
2026-07-2030.3342
2026-07-2730.4124
2026-08-0330.3839
2026-08-1030.2404
2026-08-1730.2352
2026-08-2530.2482
2026-09-0130.2269
2026-09-0830.2240
2026-09-1530.1557
2026-09-2230.1642

High

30.7844

Low

30.1557

Average

30.4821

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

HKD/YER API questions

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

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

How far back does HKD/YER historical data go?

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