Skip to content

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

RUB/HTG over 1Y: show the values
PointRUB/HTG
2025-09-261.5591
2025-10-031.5992
2025-10-101.6185
2025-10-171.6245
2025-10-241.6079
2025-10-311.6477
2025-11-071.6106
2025-11-141.6229
2025-11-211.6356
2025-11-281.6784
2025-12-051.7054
2025-12-131.6447
2025-12-201.6241
2025-12-271.6625
2026-01-031.6277
2026-01-101.6523
2026-01-171.6840
2026-01-241.7295
2026-01-311.7201
2026-02-071.7009
2026-02-141.7191
2026-02-211.7097
2026-02-281.6996
2026-03-071.6553
2026-03-141.6477
2026-03-211.5835
2026-03-281.6102
2026-04-041.6302
2026-04-111.6999
2026-04-181.7177
2026-04-251.7384
2026-05-021.7476
2026-05-091.7635
2026-05-171.8095
2026-05-251.8312
2026-06-011.8380
2026-06-101.8181
2026-06-171.8030
2026-06-241.7568
2026-07-011.6603
2026-07-081.7146
2026-07-151.6812
2026-07-221.6783
2026-07-291.6605
2026-08-051.6222
2026-08-121.5885
2026-08-201.5485
2026-08-271.5377
2026-09-031.4983
2026-09-101.5385
2026-09-171.5636
2026-09-241.5434

High

1.8380

Low

1.4983

Average

1.6627

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=HTG"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB&currencies=HTG");
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=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&currencies=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.