Ngày %ngay%/%thang%/%nam% , tỷ giá đô Úc (AUD/VND) tại Hải Hà đang giao dịch ở mức 18,360.00. So với các ngân hàng tại Việt Nam, giá đô Úc tại Hải Hà thường.
Nếu bạn đang có ý định chuyển tiền từ Úc về Việt Nam, hãy theo dõi biểu đồ tỷ giá AUD tại Hải Hà ngay bên dưới để chọn lựa chọn thời điểm hợp lý.
.hh-wrap .rate { color: #0f3e18; margin-bottom: 14px; font-size: 15px; }
.hh-wrap .rate-text { margin-bottom: 10px; }
.hh-wrap .rate-value { font-weight: 700; display: flex; flex-direction: row; gap: 0.2rem; }
.hh-wrap .rate small { display: block; color: var(--muted); font-weight: 400; font-size: 13px; }
.hh-wrap .label { text-align: left; font-weight: 700; margin: 6px 0 6px 2px; font-size: 14px; }
/* ---- convert element layout ---- */ .hh-wrap .convert-element-container { display: flex; flex-direction: column; gap: 1rem; }
.hh-wrap .fr-box { order: 1; }
.hh-wrap .swap-wrap { order: 2; }
.hh-wrap .vn-box { order: 2; }
/* ---- amount box (div bao input + select) ---- */ .hh-wrap .input-box { display: flex; align-items: center; justify-content: space-between; border: 1px solid #d7d7d7; border-radius: 12px; height: 56px; background: #fff; padding-right: 8px; }
.hh-wrap .input-box input { flex: 1 1 auto; min-width: 0; max-width: 200px; border: none; outline: none; font-size: 22px; font-weight: 700; padding: 0 12px; background: transparent; }
/* Select2 chỉnh cho khớp layout */ .hh-wrap .select2-container--default .select2-selection--single { border: none !important; }
.hh-wrap .select2-container--default .select2-search--dropdown input.select2-search__field { border-radius: 5px; }
.hh-wrap .select2-container--open .select2-dropdown--below { border-top: 1px solid #bbb !important; border-radius: 8px; }
.hh-wrap .select2-results ul.select2-results__options li:last-child { border-radius: 0 0 8px 8px; }
.hh-wrap .select2-results__option span span:first-child, .hh-wrap .select2-selection__rendered span span:first-child { font-size: 28px; line-height: 1; }
.hh-wrap .select2-container--default.select2-container--disabled .select2-selection--single { background-color: white; }
.hh-wrap .select2-selection__arrow { display: none !important; }
.hh-wrap .swap-wrap { display: flex; justify-content: center; margin: 0; }
.hh-wrap .swap-btn { width: 48px; height: 48px; border-radius: 50%; background: #4A66A8; border: 0; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08); padding: 0; }
.hh-wrap .swap-icon { font-size: 18px; transition: transform .25s ease; }
.hh-wrap .helper { color: var(--muted); font-size: 12px; margin-top: 6px; }
.hh-wrap .select2-wrapper { flex: 0 0 80px !important; width: 100px !important; display: flex; }
.hh-wrap .select2-container { width: 100% !important; }
@media screen and (min-width: 900px) { .hh-wrap .convert-element-container { flex-direction: row; } .hh-wrap { width: 738px; max-width: 738px; } } .live-img { animation: pulse 1.5s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.6; } } Tỷ giá hối đoái
$(function() {
function countryCodeToFlagEmoji(countryCode) { const code = countryCode.toUpperCase();
return code.replace(/./g, char => String.fromCodePoint(127397 + char.charCodeAt(0)) ); }
function convert(amount, from, to) { return from == 'VND' ? amount / audRates[to] : amount * audRates[from]; }
function fmt(num) { return Number(num).toLocaleString(undefined, { minimumFractionDigits: 2, maximumFractionDigits: 2 }); }
function handleFrChange() { const amount = parseFloat($('#frInputHH').val().replace(/,/g, '')) || 0; const from = $('#frCurrencyHH').val(); const to = $('#vnCurrencyHH').val(); const res = convert(amount, from, to); $('#vnInputHH').val(fmt(res)); }
function handleCurrencyChange() { const frEl = $(this).find(':selected'); $('#frNameHH').text(frEl.data('name')); $('#frCodeHH').text(frEl.val()); $('#frRateHH').text(fmt(audRates[frEl.val()]));
handleFrChange(); }
function handleVnChange() { const amount = parseFloat($('#vnInputHH').val().replace(/,/g, '')) || 0; const from = $('#vnCurrencyHH').val(); const to = $('#frCurrencyHH').val(); const res = convert(amount, from, to); $('#frInputHH').val(fmt(res)); }
function formatCurrencyOption(option) { if (!option.id) return option.text;
const code = $(option.element).data('code'); const flag = countryCodeToFlagEmoji(code);
const $option = $(` ${flag} ${option.text} `);
return $option; }
$('#frCurrencyHH').select2({ minimumResultsForSearch: 0, width: 'style', templateResult: formatCurrencyOption, templateSelection: formatCurrencyOption, });
$('#vnCurrencyHH').select2({ minimumResultsForSearch: 0, width: 'style', templateResult: formatCurrencyOption, templateSelection: formatCurrencyOption, disabled: true });
$('#frInputHH').on('input', handleFrChange); $('#vnInputHH').on('input', handleVnChange); $('#frCurrencyHH').on('change', handleCurrencyChange);
$('#swapBtnHH').on('click', function() { const container = $('.convert-element-container'); const current = container.css('flex-direction'); container.css('flex-direction', current.includes('row') ? (current === 'row' ? 'row-reverse' : 'row') : (current === 'column' ? 'column-reverse' : 'column')); const icon = $(this).find('.swap-icon'); icon.css('transform', 'rotate(180deg)'); setTimeout(() => icon.css('transform', 'rotate(0deg)'), 250); });
$('#frCurrencyHH').val('AUD').trigger('change'); });
| Ngân hàng | Tỷ giá | Chênh lệch |
|---|---|---|
| Đô Úc Hải Hà | 18,360.00 | 0 |
| ABBank | 18,893.00 | +533.00 |
| ACB | 18,817.00 | +457.00 |
| Agribank | 18,763.00 | +403.00 |
| BIDV | 18,837.00 | +477.00 |
| Eximbank | 18,804.00 | +444.00 |
.conversion-title { border-left: 4px solid #0078d7; padding-left: 10px; font-size: 20px; margin-bottom: 15px; font-weight: bold; }
.conversion-grid { display: flex; flex-wrap: wrap; gap: 20px; width: 100%; }
.conversion-table { flex: 1; min-width: 300px; width: 100%; border-collapse: collapse; }
.conversion-table th, .conversion-table td { border: 1px solid #ccc; padding: 8px 12px; text-align: left; }
.conversion-table th { background-color: #f0f0f0; }
@media (max-width: 768px) { .conversion-grid { flex-direction: column; } }
const tabs = document.querySelectorAll('#audHaiHaChartWidget .tab'); tabs.forEach(tab => { tab.addEventListener('click', () => { tabs.forEach(t => t.classList.remove('active')); tab.classList.add('active'); loadAudHaiHaData(tab.dataset.range); }); });
function loadAudHaiHaData(period) { fetch(`https://chogia.vn/wp-admin/admin-ajax.php?action=get_do_uc_hai_ha_price_data&period=${period}`) .then(res => res.json()) .then(json => { chart.data.labels = json.labels; chart.data.datasets[0].data = json.data; chart.update(); }); }
loadAudHaiHaData('1year'); });
Để sử dụng dịch vụ của Hải Hà, bạn cần làm theo các bước sau.
B1 - Chọn hình thức chuyển tiền
Có 3 cách để chuyển tiền qua Hải Hà, bao gồm:
Ghi sẵn những thứ sau để khi đến quầy hoặc nhập online bạn không bị ngắt quãng:
Đối với hình thức gửi tiền tại quầy:
Đối với hình thức online qua web hoặc ứng dụng:
Visit our site and see all other available articles!