RUB to HTG exchange rate API
Russian Ruble to Gourde · quoted 2026-09-26
1.5498
▼ +0.60% over 1Y
1 RUB = 1.5498 HTG · 1 HTG = 0.64524 RUB · Get this rate via the API
1 RUB buys 1.5498 HTG as of 2026-09-26, so 1 HTG buys 0.64524 RUB. Over the last year, RUB/HTG traded between 1.4983 and 1.8380, averaged 1.6627 and fell 0.60%. The API holds daily RUB/HTG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
RUB/HTG over 1Y: show the values
| Point | RUB/HTG |
|---|---|
| 2025-09-26 | 1.5591 |
| 2025-10-03 | 1.5992 |
| 2025-10-10 | 1.6185 |
| 2025-10-17 | 1.6245 |
| 2025-10-24 | 1.6079 |
| 2025-10-31 | 1.6477 |
| 2025-11-07 | 1.6106 |
| 2025-11-14 | 1.6229 |
| 2025-11-21 | 1.6356 |
| 2025-11-28 | 1.6784 |
| 2025-12-05 | 1.7054 |
| 2025-12-13 | 1.6447 |
| 2025-12-20 | 1.6241 |
| 2025-12-27 | 1.6625 |
| 2026-01-03 | 1.6277 |
| 2026-01-10 | 1.6523 |
| 2026-01-17 | 1.6840 |
| 2026-01-24 | 1.7295 |
| 2026-01-31 | 1.7201 |
| 2026-02-07 | 1.7009 |
| 2026-02-14 | 1.7191 |
| 2026-02-21 | 1.7097 |
| 2026-02-28 | 1.6996 |
| 2026-03-07 | 1.6553 |
| 2026-03-14 | 1.6477 |
| 2026-03-21 | 1.5835 |
| 2026-03-28 | 1.6102 |
| 2026-04-04 | 1.6302 |
| 2026-04-11 | 1.6999 |
| 2026-04-18 | 1.7177 |
| 2026-04-25 | 1.7384 |
| 2026-05-02 | 1.7476 |
| 2026-05-09 | 1.7635 |
| 2026-05-17 | 1.8095 |
| 2026-05-25 | 1.8312 |
| 2026-06-01 | 1.8380 |
| 2026-06-10 | 1.8181 |
| 2026-06-17 | 1.8030 |
| 2026-06-24 | 1.7568 |
| 2026-07-01 | 1.6603 |
| 2026-07-08 | 1.7146 |
| 2026-07-15 | 1.6812 |
| 2026-07-22 | 1.6783 |
| 2026-07-29 | 1.6605 |
| 2026-08-05 | 1.6222 |
| 2026-08-12 | 1.5885 |
| 2026-08-20 | 1.5485 |
| 2026-08-27 | 1.5377 |
| 2026-09-03 | 1.4983 |
| 2026-09-10 | 1.5385 |
| 2026-09-17 | 1.5636 |
| 2026-09-24 | 1.5434 |
High
1.8380
Low
1.4983
Average
1.6627
Get this rate via the API
One GET request returns the RUB/HTG 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=RUB¤cies=HTG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=HTG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=HTG").json()Replace YOUR_API_KEY with the key from your dashboard.
RUB/HTG API questions
How do I get the RUB/HTG exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=HTG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest RUB/HTG rate in rates.HTG.
How far back does RUB/HTG historical data go?
Daily RUB/HTG 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 RUB/HTG 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.