Skip to content

HKD to YER exchange rate API

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

30.1681

▼ +1.05% over 6M

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 6 months, HKD/YER traded between 30.1570 and 30.4884, averaged 30.3480 and fell 1.05%. 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 6M

HKD/YER over 6M: show the values
PointHKD/YER
2026-03-2830.4884
2026-04-0430.4494
2026-04-1130.2795
2026-04-1830.4378
2026-04-2530.4578
2026-05-0230.4534
2026-05-0930.4689
2026-05-1730.4675
2026-05-2530.4608
2026-06-0130.4503
2026-06-1030.4516
2026-06-1730.4534
2026-06-2430.4381
2026-07-0130.4179
2026-07-0830.2320
2026-07-1530.2493
2026-07-2230.3372
2026-07-2930.3721
2026-08-0530.3960
2026-08-1230.2268
2026-08-2030.2238
2026-08-2730.2331
2026-09-0330.2276
2026-09-1030.2303
2026-09-1730.1570
2026-09-2430.1683

High

30.4884

Low

30.1570

Average

30.3480

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.