FOREX · Forex
HUFJPY
Forint vs Japanese Yen
0.4908
Market closed · last price 22h ago
Last 24 hours
Bid
0.4898
Ask
0.4918
Day High
0.4928
Day Low
0.4892
HUFJPY key statistics
1 week
-1.97%
1 month
-2.69%
52w high
0.53388
52w low
0.44235
Avg daily range
+0.60%
History from
02 Oct 2025
Highs and lows are taken from 261 daily bars — the high was set on 16 Jun 2026 and the low on 02 Oct 2025. HUFJPY is quoted to 5 decimal places, minimum tick 0.00001, spread at last quote 0.00205, quoted in USD on FOREX, sourced from MetaTrader 5 (Broker 1).
HUFJPY daily history
| Date | Open | High | Low | Close | Change |
|---|---|---|---|---|---|
| 10 Sept 2026 | 0.49039 | 0.49296 | 0.48936 | 0.49078 | +0.08% |
| 09 Sept 2026 | 0.49082 | 0.49220 | 0.48929 | 0.49056 | -0.05% |
| 08 Sept 2026 | 0.49255 | 0.49431 | 0.48894 | 0.49090 | -0.33% |
| 07 Sept 2026 | 0.50078 | 0.50089 | 0.49221 | 0.49226 | -1.70% |
| 06 Sept 2026 | 0.50059 | 0.50116 | 0.50043 | 0.50105 | +0.09% |
| 02 Sept 2026 | 0.50393 | 0.50400 | 0.49706 | 0.50062 | -0.66% |
| 01 Sept 2026 | 0.50816 | 0.50876 | 0.50362 | 0.50406 | -0.81% |
| 31 Aug 2026 | 0.50806 | 0.50902 | 0.50666 | 0.50811 | +0.01% |
| 30 Aug 2026 | 0.50766 | 0.50838 | 0.50760 | 0.50809 | +0.08% |
| 27 Aug 2026 | 0.50867 | 0.50932 | 0.50783 | 0.50915 | +0.09% |
HUFJPY API access
Forint vs Japanese Yen prices are available over REST and WebSocket with no API key and no signup. Rate limit is 15,000 requests per minute per IP.
curl
curl "https://biquote.io/api/HUFJPY"
Python
import requests
r = requests.get("https://biquote.io/api/HUFJPY")
tick = r.json()
print(tick["mid"], tick["dayDiffPercent"])JavaScript
const r = await fetch("https://biquote.io/api/HUFJPY");
const tick = await r.json();
console.log(tick.mid, tick.dayDiffPercent);WebSocket
// SignalR hub — pushes every tick for HUFJPY
const conn = new signalR.HubConnectionBuilder()
.withUrl("https://biquote.io/hubs/tick")
.build();
conn.on("ReceiveTick", t => console.log(t.symbol, t.mid));
await conn.start();
await conn.invoke("Subscribe", "HUFJPY");Also available for HUFJPY: daily candles, hourly candles · full API documentation
News about HUFJPY
No news found for HUFJPY.