Earn more at INDEXO Bank than at other banks!
Earn with both a current account and a term deposit – up to 4.5 % per year.

Calculate how much you’ll earn
Compare how much you could earn with INDEXO and elsewhere.
<?php
$nk_year_precents = gf('options', 'bankas_kalkulatori_-_group', 'bankas_kalkulatori_-_group_-_uzkrajumu', 'uzkrajumu_-_norekinu_konts_gada');
$kk_year_precents = gf('options', 'bankas_kalkulatori_-_group', 'bankas_kalkulatori_-_group_-_uzkrajumu', 'bankas_kalkulatori_-_group_-_uzkrajumu_-_krajkase_gada');
$t6m_pct = gf('options', 'bankas_kalkulatori_-_group', 'bankas_kalkulatori_-_group_-_terminnoguldijums', 'terminnoguldijums_-_6_men_procenti');
$t12m_pct = gf('options', 'bankas_kalkulatori_-_group', 'bankas_kalkulatori_-_group_-_terminnoguldijums', 'terminnoguldijums_-_12_men_procenti');
$t24m_pct = gf('options', 'bankas_kalkulatori_-_group', 'bankas_kalkulatori_-_group_-_terminnoguldijums', 'terminnoguldijums_-_24_men_procenti');
$t36m_pct = gf('options', 'bankas_kalkulatori_-_group', 'bankas_kalkulatori_-_group_-_terminnoguldijums', 'terminnoguldijums_-_36_men_procenti');
$t48m_pct = gf('options', 'bankas_kalkulatori_-_group', 'bankas_kalkulatori_-_group_-_terminnoguldijums', 'terminnoguldijums_-_48_men_procenti');
$t60m_pct = gf('options', 'bankas_kalkulatori_-_group', 'bankas_kalkulatori_-_group_-_terminnoguldijums', 'terminnoguldijums_-_60_men_procenti');
?>
<span class="hidden_none" id="nk_year_precent"><?= $nk_year_precents ?></span>
<span class="hidden_none" id="kk_year_precent"><?= $kk_year_precents ?></span>
<div class="grid--3-2 gap--l u__bank_calculator_wrapper grid--m-1">
<div class="u_bank_calculator_calculations">
<div class="calculations_nk_row">
<div class="title_col">
<div class="title_row"><span class="row_title"><?= __('Norēķinu konts', 'indexo-2') ?></span><img src="/wp-content/uploads/2024/07/info_vector.svg"></div>
<span class="title_descriptor"><?= $nk_year_precents ?> % <?= __('gadā', 'indexo-2') ?></span>
</div>
<div class="input_col td_uk_wrapper">
<input class="new_calc_input_field" id="nk_input" type="text" value="500" min="0" max="99999999" maxlength="8">
<span class="input_field_text">EUR</span>
<span id="nk_descriptor_text_max" class="descriptor_text"><?= __('Maks. summa ir 100 000 €', 'indexo-2') ?></span>
</div>
<div class="graph_col">
<div class="graph_line" id="nk_graph_line"></div>
<div class="graph_text"><span id="nk_graph_yearly">1,98</span> €/<?= __('gadā', 'indexo-2') ?></div>
</div>
</div>
<div class="calculations_kk_row">
<div class="title_col">
<div class="title_row"><span class="row_title"><?= __('Krājkase', 'indexo-2') ?></span><img src="/wp-content/uploads/2024/07/info_vector.svg"></div>
<span class="title_descriptor"><?= $kk_year_precents ?> % <?= __('gadā', 'indexo-2') ?></span>
</div>
<div class="input_col td_uk_wrapper">
<input class="new_calc_input_field" id="kk_input" type="text" value="3000" min="0" max="99999999" maxlength="8">
<span class="input_field_text">EUR</span>
<span id="kk_descriptor_text_max" class="descriptor_text"><?= __('Maks. summa ir 100 000 €', 'indexo-2') ?></span>
</div>
<div class="graph_col">
<div class="graph_line" id="kk_graph_line"></div>
<div class="graph_text"><span id="kk_graph_yearly">1,98</span> €/<?= __('gadā', 'indexo-2') ?></div>
</div>
</div>
<div class="calculations_td_row">
<div class="title_col">
<div class="title_row"><span class="row_title"><?= __('Termiņdepozīts', 'indexo-2') ?></span><img src="/wp-content/uploads/2024/07/info_vector.svg"></div>
<span class="title_descriptor"><span id="td_cur_precents">4</span> % <?= __('gadā', 'indexo-2') ?></span>
</div>
<div class="input_col td_uk_wrapper">
<input class="new_calc_input_field_with_select" id="td_input" type="text" value="10000" min="0" max="1000000" maxlength="7">
<span class="input_field_text">EUR</span>
<select name="terminnog" id="terminnog">
<option value="<?= $t12m_pct ?>">12 m</option>
<option value="<?= $t24m_pct ?>">24 m</option>
<option selected value="<?= $t36m_pct ?>">36 m</option>
</select>
<span id="tn_descriptor_text_min" class="descriptor_text"><?= __('Min. noguldījuma summa ir 100 €', 'indexo-2') ?></span>
<span id="tn_descriptor_text_max" class="descriptor_text"><?= __('Maks. noguldījuma summa ir 1 000 000 €', 'indexo-2') ?></span>
</div>
<div class="graph_col">
<div class="graph_line" id="td_graph_line"></div>
<div class="graph_text"><span id="td_graph_yearly">1,98</span> €/<?= __('gadā', 'indexo-2') ?></div>
</div>
</div>
</div>
<div class="u_bank_calculator_results">
<div class="u_bank_calculator_results_number_wrapper">
<span class="calc_results_main"><span id="yearly_earnings">69,36</span> EUR</span>
<p class="calc_results_semititle_text"><?= __('Ieguvums gadā', 'indexo-2') ?></p>
<span class="calc_results_secondary"><span id="monthly_earnings">5,36</span> EUR <?= __('mēnesī', 'indexo-2') ?></span>
</div>
<div class="calc_results_disclaimer_wrapper">
<p id="disclaimer" class="disclaimer"><?= __('Šāds ieguvums pilnībā sedz Zelta plāna mēneša maksu 2,99 EUR visa gada garumā', 'indexo-2') ?></p>
</div>
<div class="calc_results_button_wrapper">
<a class="u_bank_calc_apply_button" href="#"><?= __('Pieteikties', 'indexo-2') ?></a>
</div>
</div>
</div>
<?php
echo do_shortcode('[script-66b1d434ac94c]');
?>
1.00
2.50
0
1.75
2.00
2.00
2.00
0
0
0
1.65
1.80
1.80
1.70
1.50
1.50
1.50
0
1.70
1.85
1.90
1.95
2.0
2.0
0
1.0
1.65
1.90
2.00
2.20
2.30
2.50
Primary account
1.00 % a year
EUR
Maks. summa ir 100 000 €
1,98 €/a year
Savings vault
2.50 % a year
EUR
Maks. summa ir 100 000 €
1,98 €/a year
Term deposit
4 % a year
EUR
Min deposit amount is €100.
Max deposit amount is €1 000 000
1,98 €/a year
Your annual gain
INDEXO
69,36 €
Swedbank0,00 €
Luminor0,00 €
SEB0,00 €
Citadele0,00 €
The calculation is for informational purposes only. Based on savings accounts with no limits and free withdrawals. Interest is shown before personal income tax (PIT).
Interest rates are based on data published by the Bank of Latvia.
Deposit terms and conditions are available in the INDEXO General Terms and Conditions.
The best term deposit rates in Latvia are at INDEXO
Choose a term from 3 months to 5 years and earn up to 4.5 % annually!
Start earning

Move your income and bank for free
When you receive your income at INDEXO Bank, the “Zelts” plan costs €0. This approach is new to the Latvian banking market.
Transfer your income to INDEXO, activate the “Zelts” plan and write in the chat: “I commit to receiving my income at INDEXO Bank.”

INDEXO – the place where your money feels good and safe

Secure
Deposits are protected in accordance with the Latvian Deposit Guarantee Law and the highest security standards of the financial industry.

Easy
Our solution is convenient and easy to use. You can also always see how much you have already earned and open another term deposit at any time.

Profitable
Earn up to 4.5 % on term deposit. We will also continue to invest your earned %. Just so you get more.










