Convert RUB to HTG
Russian Ruble → Haitian Gourde
1 RUB = 1.538894 HTG(1 HTG = 0.649817 RUB)
Currency converter
1 RUB =
1.5389 HTG
RUB to HTG: last 30 days
Over the last 30 days, 1 RUB traded between 1.4983 and 1.5727 HTG, averaging 1.5364 HTG. The RUB/HTG rate is up 0.65% since 2026-08-28.
- 30-day high
- 1.5727
- 2026-09-13
- 30-day low
- 1.4983
- 2026-09-03
- 30-day average
- 1.5364
- Days with data: 30
- 30-day change
- +0.65%
- since 2026-08-28
1.5727
1.49832026-08-28 → 2026-09-26
| Date | 1 RUB in HTG | Daily change |
|---|---|---|
| 2026-09-26 | 1.5389 | 0.00% |
| 2026-09-25 | 1.5389 | -0.29% |
| 2026-09-24 | 1.5434 | -0.75% |
| 2026-09-23 | 1.5551 | -0.43% |
| 2026-09-22 | 1.5619 | +0.67% |
| 2026-09-21 | 1.5514 | -0.56% |
| 2026-09-20 | 1.5602 | +0.72% |
| 2026-09-19 | 1.5491 | +0.17% |
| 2026-09-18 | 1.5465 | -1.09% |
| 2026-09-17 | 1.5636 | +0.74% |
| 2026-09-16 | 1.5521 | +0.24% |
| 2026-09-15 | 1.5485 | +0.07% |
| 2026-09-14 | 1.5474 | -1.61% |
| 2026-09-13 | 1.5727 | +1.35% |
| 2026-09-12 | 1.5518 | -0.42% |
| Date | 1 RUB in HTG | Daily change |
|---|---|---|
| 2026-09-11 | 1.5583 | +1.28% |
| 2026-09-10 | 1.5385 | +1.07% |
| 2026-09-09 | 1.5223 | +0.40% |
| 2026-09-08 | 1.5161 | +0.39% |
| 2026-09-07 | 1.5103 | -0.39% |
| 2026-09-06 | 1.5162 | -0.51% |
| 2026-09-05 | 1.5239 | +1.16% |
| 2026-09-04 | 1.5065 | +0.55% |
| 2026-09-03 | 1.4983 | -0.67% |
| 2026-09-02 | 1.5083 | -0.35% |
| 2026-09-01 | 1.5136 | -1.06% |
| 2026-08-31 | 1.5298 | +0.40% |
| 2026-08-30 | 1.5238 | +0.44% |
| 2026-08-29 | 1.5171 | -0.77% |
| 2026-08-28 | 1.5289 | — |
RUB to HTG conversion table
1 RUB1.5389 HTG
5 RUB7.6945 HTG
10 RUB15.3889 HTG
25 RUB38.4723 HTG
50 RUB76.9447 HTG
100 RUB153.8894 HTG
500 RUB769.447 HTG
1,000 RUB1,538.894 HTG
5,000 RUB7,694.4698 HTG
10,000 RUB15,388.94 HTG
Get the RUB/HTG rate in your app
One GET request returns the latest RUB → HTG rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/RUB/HTG"fetch('https://rate-api.com/api/v1/pair/RUB/HTG', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} HTG`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/HTG",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} HTG")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/HTG');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 RUB = {$data['rate']} HTG\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "HTG"
},
"rate": 1.5389,
"timestamp": 1790439679,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
HTG to RUBHaitian Gourde → Russian Ruble0.64982Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.