Internet banking
Become a customer
Private
Business
{ setTimeout(() => { if (dropdown === 'private') { const firstFocusable = $refs.private.querySelector('a, span[tabindex]'); if (firstFocusable) firstFocusable.focus(); } }, 100); }); " @keydown.space.prevent.stop=" dropdown = dropdown === 'private' ? '' : 'private'; $nextTick(() => { setTimeout(() => { if (dropdown === 'private') { const firstFocusable = $refs.private.querySelector('a, span[tabindex]'); if (firstFocusable) firstFocusable.focus(); } }, 100); }); " aria-haspopup="true" :aria-expanded="dropdown === 'private'" aria-controls="dropdown-private" > Private
{ setTimeout(() => { if (dropdown === 'business') { const firstFocusable = $refs.business.querySelector('a, span[tabindex]'); if (firstFocusable) firstFocusable.focus(); } }, 100); }); " @keydown.space.prevent.stop=" dropdown = dropdown === 'business' ? '' : 'business'; $nextTick(() => { setTimeout(() => { if (dropdown === 'business') { const firstFocusable = $refs.business.querySelector('a, span[tabindex]'); if (firstFocusable) firstFocusable.focus(); } }, 100); }); " aria-haspopup="true" :aria-expanded="dropdown === 'business'" aria-controls="dropdown-business" > Business
{ setTimeout(() => { if (dropdown === 'about') { const firstFocusable = $refs.about.querySelector('a, span[tabindex]'); if (firstFocusable) firstFocusable.focus(); } }, 100); }); " @keydown.space.prevent.stop=" dropdown = dropdown === 'about' ? '' : 'about'; $nextTick(() => { setTimeout(() => { if (dropdown === 'about') { const firstFocusable = $refs.about.querySelector('a, span[tabindex]'); if (firstFocusable) firstFocusable.focus(); } }, 100); }); " aria-haspopup="true" :aria-expanded="dropdown === 'about'" aria-controls="dropdown-about" > About URBO
19 300
Branches
Document Portal
FAQ
Contacts
Career
Document Portal
FAQ
Contacts
Career
Switch page language to Lithuanian
Become a customer
Private
Business
Internet banking
Toggle navigation
Back
Financing
Mortgage loan
Mortgage loan refinancing
{ setTimeout(() => { if (activeMenu === 'Consumer loans') { const firstLink = $refs['submenu_114']?.querySelector('a'); if (firstLink) firstLink.focus(); } }, 100); }); " @keydown.space.prevent.stop=" activeMenu = activeMenu === 'Consumer loans' ? null : 'Consumer loans'; $nextTick(() => { setTimeout(() => { if (activeMenu === 'Consumer loans') { const firstLink = $refs['submenu_114']?.querySelector('a'); if (firstLink) firstLink.focus(); } }, 100); }); " @keydown.escape.prevent="activeMenu = null" role="button" aria-haspopup="true" :aria-expanded="activeMenu === 'Consumer loans'" aria-controls="submenu-114" aria-label="Consumer loans" > Consumer loans
Consumer loan
Home improvement loan
Car loan
Savings
Term deposits
Savings deposits
Daily banking
E-banking
Payment cards
{ setTimeout(() => { if (activeMenu === 'Digital wallets') { const firstLink = $refs['submenu_266']?.querySelector('a'); if (firstLink) firstLink.focus(); } }, 100); }); " @keydown.space.prevent.stop=" activeMenu = activeMenu === 'Digital wallets' ? null : 'Digital wallets'; $nextTick(() => { setTimeout(() => { if (activeMenu === 'Digital wallets') { const firstLink = $refs['submenu_266']?.querySelector('a'); if (firstLink) firstLink.focus(); } }, 100); }); " @keydown.escape.prevent="activeMenu = null" role="button" aria-haspopup="true" :aria-expanded="activeMenu === 'Digital wallets'" aria-controls="submenu-266" aria-label="Digital wallets" > Digital wallets
Google Pay
Apple Pay
Service plans
{ setTimeout(() => { if (activeMenu === 'Payments') { const firstLink = $refs['submenu_123']?.querySelector('a'); if (firstLink) firstLink.focus(); } }, 100); }); " @keydown.space.prevent.stop=" activeMenu = activeMenu === 'Payments' ? null : 'Payments'; $nextTick(() => { setTimeout(() => { if (activeMenu === 'Payments') { const firstLink = $refs['submenu_123']?.querySelector('a'); if (firstLink) firstLink.focus(); } }, 100); }); " @keydown.escape.prevent="activeMenu = null" role="button" aria-haspopup="true" :aria-expanded="activeMenu === 'Payments'" aria-controls="submenu-123" aria-label="Payments" > Payments
Payment orders
Money transfers
Cashing a cheque
E-invoice
Currency exchange
Other services
Rent of individual safe deposit boxes
Back
Financing
{ setTimeout(() => { if (activeMenu === 'Loans') { const firstLink = $refs['submenu_139']?.querySelector('a'); if (firstLink) firstLink.focus(); } }, 100); }); " @keydown.space.prevent.stop=" activeMenu = activeMenu === 'Loans' ? null : 'Loans'; $nextTick(() => { setTimeout(() => { if (activeMenu === 'Loans') { const firstLink = $refs['submenu_139']?.querySelector('a'); if (firstLink) firstLink.focus(); } }, 100); }); " @keydown.escape.prevent="activeMenu = null" role="button" aria-haspopup="true" :aria-expanded="activeMenu === 'Loans'" aria-controls="submenu-139" aria-label="Loans" > Loans
Investment
Credit line
Leasing for business
Working capital loan
Overdraft
{ setTimeout(() => { if (activeMenu === 'Financing with ILTE') { const firstLink = $refs['submenu_145']?.querySelector('a'); if (firstLink) firstLink.focus(); } }, 100); }); " @keydown.space.prevent.stop=" activeMenu = activeMenu === 'Financing with ILTE' ? null : 'Financing with ILTE'; $nextTick(() => { setTimeout(() => { if (activeMenu === 'Financing with ILTE') { const firstLink = $refs['submenu_145']?.querySelector('a'); if (firstLink) firstLink.focus(); } }, 100); }); " @keydown.escape.prevent="activeMenu = null" role="button" aria-haspopup="true" :aria-expanded="activeMenu === 'Financing with ILTE'" aria-controls="submenu-145" aria-label="Financing with ILTE" > Financing with ILTE
Open Credit Fund 3
Portfolio guarantees 3
Individual guarantees
Guarantees for agriculture
Risk-sharing loans
{ setTimeout(() => { if (activeMenu === 'Trade financing') { const firstLink = $refs['submenu_150']?.querySelector('a'); if (firstLink) firstLink.focus(); } }, 100); }); " @keydown.space.prevent.stop=" activeMenu = activeMenu === 'Trade financing' ? null : 'Trade financing'; $nextTick(() => { setTimeout(() => { if (activeMenu === 'Trade financing') { const firstLink = $refs['submenu_150']?.querySelector('a'); if (firstLink) firstLink.focus(); } }, 100); }); " @keydown.escape.prevent="activeMenu = null" role="button" aria-haspopup="true" :aria-expanded="activeMenu === 'Trade financing'" aria-controls="submenu-150" aria-label="Trade financing" > Trade financing
Factoring
Guarantees
Documentary collection
Letters of credit
{ setTimeout(() => { if (activeMenu === 'Agricultural loans') { const firstLink = $refs['submenu_155']?.querySelector('a'); if (firstLink) firstLink.focus(); } }, 100); }); " @keydown.space.prevent.stop=" activeMenu = activeMenu === 'Agricultural loans' ? null : 'Agricultural loans'; $nextTick(() => { setTimeout(() => { if (activeMenu === 'Agricultural loans') { const firstLink = $refs['submenu_155']?.querySelector('a'); if (firstLink) firstLink.focus(); } }, 100); }); " @keydown.escape.prevent="activeMenu = null" role="button" aria-haspopup="true" :aria-expanded="activeMenu === 'Agricultural loans'" aria-controls="submenu-155" aria-label="Agricultural loans" > Agricultural loans
Credits for investment
Credits to purchase land
Credits to purchase machinery
Credit for direct payments
Leasing
Credit line
Saving
Term deposits
Daily banking
E-banking
Payment cards
{ setTimeout(() => { if (activeMenu === 'Digital wallets') { const firstLink = $refs['submenu_270']?.querySelector('a'); if (firstLink) firstLink.focus(); } }, 100); }); " @keydown.space.prevent.stop=" activeMenu = activeMenu === 'Digital wallets' ? null : 'Digital wallets'; $nextTick(() => { setTimeout(() => { if (activeMenu === 'Digital wallets') { const firstLink = $refs['submenu_270']?.querySelector('a'); if (firstLink) firstLink.focus(); } }, 100); }); " @keydown.escape.prevent="activeMenu = null" role="button" aria-haspopup="true" :aria-expanded="activeMenu === 'Digital wallets'" aria-controls="submenu-270" aria-label="Digital wallets" > Digital wallets
Google Pay
Apple Pay
{ setTimeout(() => { if (activeMenu === 'Payments') { const firstLink = $refs['submenu_166']?.querySelector('a'); if (firstLink) firstLink.focus(); } }, 100); }); " @keydown.space.prevent.stop=" activeMenu = activeMenu === 'Payments' ? null : 'Payments'; $nextTick(() => { setTimeout(() => { if (activeMenu === 'Payments') { const firstLink = $refs['submenu_166']?.querySelector('a'); if (firstLink) firstLink.focus(); } }, 100); }); " @keydown.escape.prevent="activeMenu = null" role="button" aria-haspopup="true" :aria-expanded="activeMenu === 'Payments'" aria-controls="submenu-166" aria-label="Payments" > Payments
Payment orders
POS terminals
Cashing a cheque
E-invoice
Service plans
Business accounts
Currency exchange
Other services
Rent of individual safe deposit boxes
Back
Our practice
Our aspirations and values
Management
Sustainability
Accessibility
For investors
Financial statements
Bond offering
Essential events
News
Announcements
Frequently asked questions
Private
Business
Financing
Mortgage loan
Loans
Mortgage loan refinancing
Show all
Savings
Term deposits
Savings deposits
Show all
Daily banking
Become a customer
E-banking
Payments
Currency exchange
Service plans
Payment cards
Digital wallets
Show all
Other services
Rent of individual safe deposit boxes
Show all
"Urbo" is a new bank name
New name of the bank - Urbo
Show all
Have any questions?
19 300
Get in touch
Contacts