kuveytmenkul1.com Open in urlscan Pro
2606:4700:3032::ac43:8679  Public Scan

Submitted URL: http://kuveytmenkul1.com/
Effective URL: https://kuveytmenkul1.com/en-us/homepage
Submission: On December 16 via manual from TR — Scanned from DE

Form analysis 5 forms found in the DOM

POST

<form action="" method="post">
  <div class="inner-form">
    <label>Name surname</label>
    <input type="text" name="isim" class="form-input">
    <label>Phone</label>
    <input type="text" name="telefon" class="form-input">
    <label>E-mail</label>
    <input type="email" name="eposta" class="form-input">
  </div>
  <div class="row">
    <div class="col-12 col-md-6">
      <button class="cale-btn" type="submit">Open a demo account</button>
    </div>
    <div class="col-12 col-md-6">
      <button class="cale-btn" type="submit">Open a real account</button>
    </div>
  </div>
</form>

<form id="hesaplayici" onchange="hesap()">
  <div class="container">
    <div class="row">
      <div class="col-md-12 col-sm-12 col-xs-12">
        <div class="section-headline text-center">
          <h3>Forex Income Calculator</h3>
          <p>You can pre-calculate the amount you will earn by choosing your margin, leverage and currency movement.</p>
        </div>
      </div>
    </div>
    <div class="row">
      <div class="col-12 col-md-3">
        <div class="panel panel-default">
          <div class="panel-body">
            <label>Guarantee</label>
            <div class="input-group">
              <div class="input-group-addon"><i class="fa fa-usd" aria-hidden="true"></i></div>
              <input type="text" id="teminat" class="form-control" value="100" name="">
            </div>
          </div>
        </div>
      </div>
      <div class="col-12 col-md-3">
        <div class="panel panel-default">
          <div class="panel-body">
            <label>Lever</label>
            <div class="input-group">
              <div class="input-group-addon"><i class="fa fa-cogs" aria-hidden="true"></i></div>
              <select class="form-control" id="kaldirac" style="display: none;">
                <option value="25">1/25</option>
                <option value="50">1/50</option>
                <option value="100">1/100</option>
                <option value="200">1/200</option>
                <option value="300">1/300</option>
                <option value="400">1/400</option>
                <option value="500">1/500</option>
              </select>
              <div class="nice-select form-control" tabindex="0"><span class="current">1/25</span>
                <ul class="list">
                  <li data-value="25" class="option selected">1/25</li>
                  <li data-value="50" class="option">1/50</li>
                  <li data-value="100" class="option">1/100</li>
                  <li data-value="200" class="option">1/200</li>
                  <li data-value="300" class="option">1/300</li>
                  <li data-value="400" class="option">1/400</li>
                  <li data-value="500" class="option">1/500</li>
                </ul>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="col-12 col-md-3">
        <div class="panel panel-default">
          <div class="panel-body">
            <label>Currency movement</label>
            <div class="input-group">
              <div class="input-group-addon">$</div>
              <input type="range" id="kur" name="points" min="0" max="1" step="0.01" value="0.5" onchange="kaldiracdeger.value=value" style="-moz-appearance: auto;">
              <div class="input-group-addon"><output id="kaldiracdeger">0.5</output></div>
            </div>
          </div>
        </div>
      </div>
      <div class="col-12 col-md-3">
        <div class="panel panel-default panel-sonuc">
          <div class="panel-body">
            <label>Your earnings</label>
            <div class="input-group">
              <div class="input-group-addon">$</div>
              <input type="text" class="form-control" value="100" name="" id="kazanc">
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

<form id="hesaplayici">
  <div class="container">
    <div class="row">
      <div class="col-md-12 col-sm-12 col-xs-12">
        <div class="section-headline text-center">
          <h3>Döviz Çevirici</h3>
          <p>You can follow the exchange rates instantly with the currency converter.</p>
        </div>
      </div>
    </div>
    <div class="row">
      <div class="col-12 col-md-4">
        <div class="panel panel-default">
          <div class="panel-body">
            <label>Turkish Lira</label>
            <div class="input-group">
              <div class="input-group-addon"><i class="fa fa-try" aria-hidden="true"></i></div>
              <input type="text" id="turklirasi" data-deger="7.78788" class="form-control" value="100" name="" onchange="hesaptry()">
            </div>
          </div>
        </div>
      </div>
      <div class="col-12 col-md-4">
        <div class="panel panel-default">
          <div class="panel-body">
            <label>Dolar</label>
            <div class="input-group">
              <div class="input-group-addon"><i class="fa fa-usd" aria-hidden="true"></i></div>
              <input type="text" id="dolar" class="form-control" value="100" name="" onchange="hesapdlr()">
            </div>
          </div>
        </div>
      </div>
      <div class="col-12 col-md-4">
        <div class="panel panel-default">
          <div class="panel-body">
            <label>Euro</label>
            <div class="input-group">
              <div class="input-group-addon"><i class="fa fa-eur" aria-hidden="true"></i></div>
              <input type="text" id="euro" data-deger="0.8220237" class="form-control" value="100" name="" onchange="hesapeur()">
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
</form>

POST move-your-account

<form method="POST" action="move-your-account" class="log-form">
  <div class="col-md-12 col-sm-12 col-xs-12 hidden">
    <input type="text" name="type" class="form-control" required="" data-error="Please enter your name" value="move">
  </div>
  <div class="col-md-12 col-sm-12 col-xs-12">
    <label>Name surname</label>
    <input type="text" name="isim" class="form-control" required="" data-error="Please enter your name">
  </div>
  <div class="col-md-12 col-sm-12 col-xs-12">
    <label>Phone</label>
    <input type="text" name="telefon" class="form-control" required="" data-error="Please enter your name">
  </div>
  <div class="col-md-12 col-sm-12 col-xs-12">
    <label>E-mail</label>
    <input type="email" name="eposta" class="form-control" required="" data-error="Please enter your email">
  </div>
  <div class="col-md-12 col-sm-12 col-xs-12 ">
    <p>Opening an account undertakes that you are 18 years old and that you have read and accepted the confidentiality agreement.</p>
  </div>
  <div class="col-md-12 col-sm-12 col-xs-12">
    <button type="submit" id="submit" class="slide-btn login-btn">Move Your Account</button>
  </div>
</form>

POST

<form action="" method="post">
  <div class="inner-form">
    <label>Name surname</label>
    <input type="text" name="isim" class="form-control">
    <label>Phone</label>
    <input type="text" name="telefon" class="form-control">
    <label>E-mail</label>
    <input type="email" name="eposta" class="form-control">
  </div>
  <div class="row">
    <div class="col-12 col-md-6">
      <button class="cale-btn">Open a demo account</button>
    </div>
    <div class="col-12 col-md-6">
      <button class="cale-btn">Open a real account</button>
    </div>
  </div>
</form>

Text Content

Login
 * Home
 * Corporate
   * About Us
   * Why U.S?
 * Analyzes
 * Platform
 * Account
   * Open a real account
   * Open a demo account
   * Move Your Account
   * Trading Hours
   * Data Base
   * Spread
 * Contact
 * * Türkçe
   * English
   * Soomaali
   * فارسی

 * Home
 * Corporate
   * About Us
   * Why U.S?
 * Analyzes
 * Platform
 * Account
   * Open a real account
   * Demo hesap aç
   * Move Your Account
   * Trading Hours
   * Bilgi bankası
   * Spread
 * Contact
 * * Türkçe
   * English
   * Soomaali
   * فارسی


INVEST IN WORLD MARKETS!

Open an account now to invest in the world's leading brands!

Open a real account Open a real account
Name surname Phone E-mail
Open a demo account
Open a real account

Opening an account undertakes that you are 18 years old and that you have read
and accepted the confidentiality agreement.


 * AFN / USD 76.984 (-0.9%)
 * ALL / USD 101.916 (-0.8%)
 * AMD / USD 509.253 (0.1%)
 * ANG / USD 1.79508 (0.1%)
 * ARS / USD 81.9000819 (0.4%)
 * AUD / USD 1.3437248 (-0.3%)
 * AZN / USD 1.6992 (-0.7%)
 * BBD / USD 2.01917 (0.4%)
 * BDT / USD 84.7352 (0.9%)
 * BGN / USD 1.6079 (-0.6%)
 * BHD / USD 0.37715 (-0.2%)
 * BIF / USD 1938.163 (0.7%)
 * BND / USD 1.33158 (-0.5%)
 * BOB / USD 6.8719076 (0%)
 * BRL / USD 5.1783957 (0.2%)
 * BSD / USD 1 (0.8%)
 * BWP / USD 10.9837 (0.6%)
 * BYN / USD 2.56615 (0.4%)
 * BZD / USD 2.0157 (0.8%)
 * AED / USD 3.67325 (0.4%)


FOREX INCOME CALCULATOR

You can pre-calculate the amount you will earn by choosing your margin, leverage
and currency movement.

Guarantee

Lever

1/25 1/50 1/100 1/200 1/300 1/400 1/500
1/25
 * 1/25
 * 1/50
 * 1/100
 * 1/200
 * 1/300
 * 1/400
 * 1/500

Currency movement
$
0.5
Your earnings
$


DÖVIZ ÇEVIRICI

You can follow the exchange rates instantly with the currency converter.

Turkish Lira

Dolar

Euro


MOVE YOUR ACCOUNT

Name surname
Phone
E-mail

Opening an account undertakes that you are 18 years old and that you have read
and accepted the confidentiality agreement.

Move Your Account


CANLI PIYASA FIYATLARI

Tüm enstrümanları canlı olarak izleyin.

 * DOVIZ PARITELERI
 * METALLER
 * BORSA ENDEKSLERI
 * EMTIALAR
 * KRIPTO PARALAR
 * ABD BORSASI
 * AVRUPA BORSASI
 * ASYA BORSASI
 * RUSYA BORSASI

 * Sembol
 * Açıklama
 * Alış
 * Satış
 * Düşük
 * Yüksek
 * Spread
 * Son Güncelleme

 * AUDCAD
 * Avustralya Doları / Kanada Doları
 * 0,91751
 * 0,91923
 * 0,91276
 * 0,91914
 * 0.001720
 * 2020-05-29 20:58:59

 * AUDCHF
 * Avustralya Doları / İsviçre Frankı
 * 0,64062
 * 0,64143
 * 0,63705
 * 0,64295
 * 0.000810
 * 2020-05-29 20:58:59

 * AUDJPY
 * Avustralya Doları / Japon Yeni
 * 71,849
 * 71,968
 * 71,134
 * 71,925
 * 0.119000
 * 2020-05-29 20:58:59

 * AUDNZD
 * Avustralya Doları / Yeni Zelanda Doları
 * 1,07434
 * 1,07499
 * 1,06937
 * 1,07529
 * 0.000650
 * 2020-05-29 20:58:59

 * AUDUSD
 * Avustralya Doları / ABD Doları
 * 0,66652
 * 0,66739
 * 0,66184
 * 0,66829
 * 0.000870
 * 2020-05-29 20:58:59

 * CADCHF
 * Kanada Doları / İsviçre Frangı
 * 0,69757
 * 0,69839
 * 0,69454
 * 0,70155
 * 0.000820
 * 2020-05-29 20:58:59

 * CADJPY
 * Kanada Doları / Japon Yeni
 * 78,228
 * 78,352
 * 77,771
 * 78,395
 * 0.124000
 * 2020-05-29 20:58:59

 * CADSGD
 * Kanada Doları / Singapur Doları
 * 1,02413
 * 1,02752
 * 1,02180
 * 1,02921
 * 0.003390
 * 2020-05-29 20:58:59

 * CHFDKK
 * İsviçre Frank / Danimarka Kronu
 * 6,97875
 * 6,99298
 * 6,94907
 * 6,99177
 * 0.014230
 * 2020-05-29 20:58:59

 * CHFHUF
 * İsviçre Frangı / Macar Forinti
 * 323,770
 * 325,271
 * 323,685
 * 327,182
 * 1.501000
 * 2020-05-29 20:58:59

 * Sembol
 * Açıklama
 * Alış
 * Satış
 * Düşük
 * Yüksek
 * Spread
 * Son Güncelleme

 * XAGAUD
 * Gümüş / Avustralya Doları / Spot
 * 26,751
 * 26,821
 * 26,055
 * 26,987
 * 0.070000
 * 2020-05-29 20:58:59

 * XAGCHF
 * Gümüş / İsviçre Frangı / Spot
 * 17,157
 * 17,211
 * 16,632
 * 17,221
 * 0.054000
 * 2020-05-29 20:55:13

 * XAGEUR
 * Gümüş / Euro / Spot
 * 16,076
 * 16,114
 * 15,581
 * 16,150
 * 0.038000
 * 2020-05-29 20:58:59

 * XAGGBP
 * Gümüş / Büyük Britanya Poundu / Spot
 * 14,456
 * 14,497
 * 14,011
 * 14,549
 * 0.041000
 * 2020-05-29 20:55:13

 * XAGUSD
 * Gümüş / ABD Doları / Spot
 * 17,852
 * 17,884
 * 17,258
 * 17,908
 * 0.032000
 * 2020-05-29 20:58:59

 * XAUAUD
 * Altın / Avustralya Doları / Spot
 * 2.590,54
 * 2.595,31
 * 2.580,34
 * 2.620,09
 * 4.770000
 * 2020-05-29 20:58:59

 * XAUCHF
 * Altın / İsviçre Frankı / Spotu
 * 1.660,96
 * 1.663,94
 * 1.650,68
 * 1.672,07
 * 2.980000
 * 2020-05-29 20:58:59

 * XAUEUR
 * Altın / Euro / Spot
 * 1.556,25
 * 1.559,05
 * 1.546,20
 * 1.567,22
 * 2.800000
 * 2020-05-29 20:58:59

 * XAUGBP
 * Altın / İngiltere Poundu / Spot
 * 1.398,97
 * 1.401,34
 * 1.390,38
 * 1.411,89
 * 2.370000
 * 2020-05-29 20:58:59

 * XAUUSD
 * Altın / ABD Doları / Spot
 * 1.728,59
 * 1.728,81
 * 1.712,52
 * 1.737,56
 * 0.220000
 * 2020-05-29 20:58:29

 * Sembol
 * Açıklama
 * Alış
 * Satış
 * Düşük
 * Yüksek
 * Spread
 * Son Güncelleme

 * SMICHF
 * Switzerland Blue Chip
 * 9.876,14
 * 9.881,54
 * 9.786,14
 * 9.944,10
 * 5.400000
 * 2020-05-29 19:54:58

 * ESXEUR
 * EURO Stocks 50
 * 3.072,00
 * 3.073,60
 * 3.034,00
 * 3.096,00
 * 1.600000
 * 2020-05-29 19:54:58

 * IBXEUR
 * IBEX 35 Endeksi / İspanya 35 Nakit
 * 7.078,00
 * 7.082,20
 * 7.066,50
 * 7.202,30
 * 4.200000
 * 2020-05-29 17:55:14

 * DJIUSD
 * Dow Jones Industrial Average 30 Endeksi
 * 25.515,00
 * 25.522,00
 * 25.051,00
 * 25.526,50
 * 7.000000
 * 2020-05-29 21:00:00

 * SPXUSD
 * S&P 500 Endeksi
 * 3.059,90
 * 3.060,50
 * 2.997,80
 * 3.060,90
 * 0.600000
 * 2020-05-29 21:00:00

 * NDXUSD
 * Nasdaq 100 Endeksi
 * 9.589,80
 * 9.591,80
 * 9.375,10
 * 9.592,30
 * 2.000000
 * 2020-05-29 21:00:00

 * NIKJPY
 * Nikkei 225 Endeksi
 * 22.035
 * 22.043
 * 21.664
 * 22.035
 * 8.000000
 * 2020-05-29 21:00:00

 * Sembol
 * Açıklama
 * Alış
 * Satış
 * Düşük
 * Yüksek
 * Spread
 * Son Güncelleme

 * WTIUSD
 * Petrol / ABD Ham
 * 34,265
 * 34,305
 * 31,245
 * 34,645
 * 0.040000
 * 2020-05-29 20:54:43

 * BRNUSD
 * Yağ / Brent Ham
 * 37,20
 * 37,23
 * 34,29
 * 37,61
 * 0.030000
 * 2020-05-29 20:55:13

 * CUCUSD
 * Bakır
 * 2,44556
 * 2,44870
 * 2,39427
 * 2,46053
 * 0.003140
 * 2020-05-29 20:55:13

 * NGCUSD
 * Doğal gaz
 * 1,7302
 * 1,7405
 * 1,6543
 * 1,7620
 * 0.010300
 * 2020-05-29 20:55:13

 * Sembol
 * Açıklama
 * Alış
 * Satış
 * Düşük
 * Yüksek
 * Spread
 * Son Güncelleme

 * BATUSD
 * Temel Dikkat Tokeni / ABD Doları
 * 0,20756
 * 0,20933
 * 0,20676
 * 0,20836
 * 0.001770
 * 2020-05-30 02:19:25

 * BCHUSD
 * BitCoin Cash / ABD Doları
 * 233,405
 * 240,935
 * 232,215
 * 234,835
 * 7.530000
 * 2020-05-30 02:19:25

 * BTCUSD
 * BitCoin / ABD Doları
 * 9.374,230
 * 9.387,100
 * 9.343,550
 * 9.420,430
 * 12.870000
 * 2020-05-30 02:19:25

 * DSHUSD
 * DASH / ABD Doları
 * 73,883
 * 74,496
 * 73,265
 * 74,211
 * 0.613000
 * 2020-05-30 02:19:25

 * EOSUSD
 * EOS / ABD Doları
 * 2,5973
 * 2,6187
 * 2,5874
 * 2,6075
 * 0.021400
 * 2020-05-30 02:19:25

 * ETCUSD
 * Ethereum Classic / ABD Doları
 * 7,130
 * 7,189
 * 7,098
 * 7,212
 * 0.059000
 * 2020-05-30 02:19:25

 * ETHUSD
 * Ethereum / ABD Doları
 * 218,520
 * 220,670
 * 217,510
 * 220,130
 * 2.150000
 * 2020-05-30 02:19:25

 * IOTUSD
 * IOTA / ABD Doları
 * 0,1988
 * 0,2009
 * 0,1983
 * 0,2016
 * 0.002100
 * 2020-05-30 02:19:25

 * LTCUSD
 * LiteCoin / ABD Doları
 * 44,14125
 * 44,59875
 * 43,94125
 * 44,33125
 * 0.457500
 * 2020-05-30 02:19:25

 * NEOUSD
 * Neo / ABD Doları
 * 10,17
 * 10,26
 * 10,09
 * 10,23
 * 0.090000
 * 2020-05-30 02:19:25

 * Sembol
 * Açıklama
 * Alış
 * Satış
 * Düşük
 * Yüksek
 * Spread
 * Son Güncelleme

 * AAPL
 * Apple
 * 318,74
 * 318,78
 * 316,49
 * 321,13
 * 0.040000
 * 2020-05-29 19:59:14

 * AMZN
 * Amazon
 * 2.436,25
 * 2.436,82
 * 2.398,08
 * 2.438,66
 * 0.570000
 * 2020-05-29 19:59:14

 * BA
 * Boeing Company
 * 145,80
 * 145,85
 * 142,94
 * 148,25
 * 0.050000
 * 2020-05-29 19:59:14

 * BAC
 * Bank of America Corporation
 * 24,25
 * 24,26
 * 24,18
 * 24,90
 * 0.010000
 * 2020-05-29 19:59:14

 * C
 * Citigroup
 * 47,98
 * 47,99
 * 47,60
 * 49,47
 * 0.010000
 * 2020-05-29 19:59:14

 * CSCO
 * Cisco Systems
 * 47,70
 * 47,71
 * 45,41
 * 47,76
 * 0.010000
 * 2020-05-29 19:59:14

 * CVX
 * Chevron Corporation
 * 91,42
 * 91,43
 * 89,25
 * 91,51
 * 0.010000
 * 2020-05-29 19:59:14

 * DIS
 * Walt Disney Company
 * 117,21
 * 117,22
 * 114,12
 * 117,71
 * 0.010000
 * 2020-05-29 19:59:14

 * F
 * Ford Motor Company
 * 5,70
 * 5,71
 * 5,57
 * 5,79
 * 0.010000
 * 2020-05-29 19:56:35

 * FB
 * Facebook
 * 225,46
 * 225,50
 * 222,89
 * 227,41
 * 0.040000
 * 2020-05-29 19:59:14

 * Sembol
 * Açıklama
 * Alış
 * Satış
 * Düşük
 * Yüksek
 * Spread
 * Son Güncelleme

 * ADIDAS
 * Adidas
 * -
 * -
 * -
 * -
 * -
 * -

 * AI
 * Air Liquide
 * 122,10
 * 122,15
 * 119,35
 * 122,75
 * 0.050000
 * 2020-05-29 15:29:04

 * AIR
 * Airbus Group
 * 57,050
 * 57,070
 * 56,710
 * 59,350
 * 0.020000
 * 2020-05-29 15:29:04

 * ALV
 * Allianz
 * 163,840
 * 163,900
 * 162,660
 * 165,480
 * 0.060000
 * 2020-05-29 15:29:04

 * BAS
 * BASF
 * 48,765
 * 48,775
 * 48,560
 * 49,750
 * 0.010000
 * 2020-05-29 15:29:04

 * BATS
 * British American Tobacco
 * 31,7400
 * 31,7500
 * 31,0000
 * 32,7350
 * 0.010000
 * 2020-05-29 15:29:04

 * BAYN
 * Bayer
 * 61,230
 * 61,240
 * 61,070
 * 62,740
 * 0.010000
 * 2020-05-29 15:29:04

 * BMW
 * Bayerische Motoren Werke
 * 52,840
 * 52,860
 * 52,250
 * 53,460
 * 0.020000
 * 2020-05-29 15:29:04

 * BN
 * Danone
 * 61,76
 * 61,80
 * 61,48
 * 62,70
 * 0.040000
 * 2020-05-29 15:29:04

 * BNP
 * BNP Paribas
 * 32,285
 * 32,300
 * 32,175
 * 33,630
 * 0.015000
 * 2020-05-29 15:29:04

 * Sembol
 * Açıklama
 * Alış
 * Satış
 * Düşük
 * Yüksek
 * Spread
 * Son Güncelleme

 * AIA
 * AIA Group
 * 63,15
 * 63,25
 * 62,80
 * 63,60
 * 0.100000
 * 2020-05-29 08:00:01

 * Canon
 * Canon
 * 2.217,0
 * 2.221,0
 * 2.211,0
 * 2.259,0
 * 4.000000
 * 2020-05-29 06:00:20

 * ChinaMob
 * China Mobile
 * -
 * -
 * -
 * -
 * -
 * -

 * CITIC
 * CITIC Securities
 * 13,82
 * 13,86
 * 13,62
 * 13,84
 * 0.040000
 * 2020-05-29 08:00:01

 * CKHutchi
 * CK Hutchison Holdings
 * -
 * -
 * -
 * -
 * -
 * -

 * CNOOC
 * CNOOC
 * 8,66
 * 8,67
 * 8,65
 * 8,80
 * 0.010000
 * 2020-05-29 08:00:01

 * Henderson
 * Henderson Land
 * 27,75
 * 27,80
 * 27,50
 * 28,05
 * 0.050000
 * 2020-05-29 07:57:47

 * HKBankCh
 * Bank of China
 * -
 * -
 * -
 * -
 * -
 * -

 * Honda
 * Honda Motor Company
 * 2.785,0
 * 2.788,5
 * 2.785,0
 * 2.857,0
 * 3.500000
 * 2020-05-29 06:00:20

 * HSBC
 * HSBC Holdings
 * 35,90
 * 36,00
 * 35,80
 * 36,40
 * 0.100000
 * 2020-05-29 08:00:01

 * Sembol
 * Açıklama
 * Alış
 * Satış
 * Düşük
 * Yüksek
 * Spread
 * Son Güncelleme

 * AFLT
 * Aeroflot
 * 78,34
 * 78,36
 * 76,90
 * 79,50
 * 0.020000
 * 2020-05-29 15:29:04

 * ALRS
 * Alrosa
 * 66,07
 * 66,09
 * 65,63
 * 67,44
 * 0.020000
 * 2020-05-29 15:29:04

 * CHMF
 * Severstal
 * 930,2
 * 930,4
 * 922,4
 * 936,0
 * 0.200000
 * 2020-05-29 15:29:04

 * GAZP
 * Gazprom
 * 198,26
 * 198,32
 * 193,60
 * 198,49
 * 0.060000
 * 2020-05-29 15:29:04

 * GMKN
 * Norilskiy Nickel
 * 22.186
 * 22.188
 * 22.012
 * 22.450
 * 2.000000
 * 2020-05-29 15:29:04

 * HYDR
 * RusGidro
 * 0,6911
 * 0,6913
 * 0,6829
 * 0,6998
 * 0.000200
 * 2020-05-29 15:29:04

 * IRAO
 * Inter rao ees
 * 4,9120
 * 4,9125
 * 4,8950
 * 4,9885
 * 0.000500
 * 2020-05-29 15:29:04

 * LKOH
 * Lukoil
 * 5.270,5
 * 5.271,0
 * 5.224,0
 * 5.367,5
 * 0.500000
 * 2020-05-29 15:29:04

 * MAGN
 * MMK
 * 40,350
 * 40,370
 * 39,930
 * 41,580
 * 0.020000
 * 2020-05-29 15:29:04

 * MGNT
 * Magnit
 * 3.737
 * 3.737
 * 3.730
 * 3.825
 * 0.000000
 * 2020-05-29 15:29:04

BÜTÜN ENSTRÜMANLARI GÖRÜNTÜLEYIN


YATIRIM ÇEŞITLILIĞI

Forex, Spot Metaller, Endeksler, Spot Emtialar, Kripto Para Birimleri, ABD
Hisseleri, AB Hisseleri, ASYA Hisseleri ve RUSYA hisseleri yatırımları ile
kazanç sağlayın!

DÖVIZ PARITELERI

METALLER

BORSA ENDEKSLERI

EMTIALAR

KRIPTO PARALAR


WHY U.S?

Kuveyt Menkul is an international intermediary institution serving more than
20000 investors in 14 countries.

LEVERAGE TRANSACTIONS

By taking advantage of high leverage possibilities, you can perform transactions
by doubling your money.

FREE TRAININGS

Thanks to the trainings prepared by our professional trainers, start with a full
command of the forex market.

RICH ACCOUNT TYPES

You can take advantage of the advantages that best suit your investment amount
thanks to the account types specially prepared for investors in every style.

TWO WAY INVESTMENT

Kuveyt Menkul is a firm that pays not only in upward movements but also in
downward movements.

About Us Open a real account

01.OPEN ACCOUNT

Invest fast with Kuveyt Menkul and get results instantly

02.DEPOSIT MONEY

Trade in the real market without trading, see investment opportunities alive.

03.INVEST

Move your Forex account and start enjoying the benefits.


ADVANTAGES

To provide the best investment experience, Kuveyt Menkul supports both
professional investors and beginner investors by offering educational materials,
the latest trading technologies and a fast trading platform to its customers.
It proceeds with the goal of providing its customers the best trading conditions
possible and hassle-free access policy using expert consultants.

Open a real account


WHAT WE OFFER

 * Up to 1/200 leverage ratio
 * Advantageous Account Groups
 * Basic analysis support
 * 5/24 Live Support
 * EFT and Wire Transfer Options in TL-USD-EUR to T.C Corporate Bank Accounts
 * Ensuring the same day sending of withdrawal requests made until 16:00 and
   24/5

Open a real account



WHAT WE OFFER

Kuveyt Menkul'i büyük yapan, müşterilerine sunduğu ayrıcalıklardır.

 * Up to 1/200 leverage ratio
 * Advantageous Account Groups
 * Basic analysis support
 * 5/24 Live Support
 * EFT and Wire Transfer Options in TL-USD-EUR to T.C Corporate Bank Accounts
 * Ensuring the same day sending of withdrawal requests made until 16:00 and
   24/5

Open a real account


CUSTOMER COMMENTS

To provide the best investment experience, Kuveyt Menkul supports both
professional investors and beginner investors by offering educational materials,
the latest trading technologies and a fast trading platform to its customers.
It proceeds with the goal of providing its customers the best trading conditions
possible and hassle-free access policy using expert consultants.

Müşteri yorumu

MÜŞTERI ISMI

müşteri konumu

Müşteri yorumu

MÜŞTERI ISMI

müşteri konumu

Müşteri yorumu

MÜŞTERI ISMI

müşteri konumu

müşteri yorumu

MÜŞTERI ISMI

müşteri konumu

Müşteri yorumu

MÜŞTERI ISMI

müşteri konumu

Müşteri yorumu

MÜŞTERI ISMI

müşteri konumu

Müşteri yorumu

MÜŞTERI ISMI

müşteri konumu

müşteri yorumu

MÜŞTERI ISMI

müşteri konumu
prev
next



METATRADER 5 DOWNLOAD

MetaTrader 5 is a popular Forex trading and analysis platform that provides
trading currencies, stocks, precious metals and CFDs in stock indices. In this
section, Kuveyt Menkul customers can download the MetaTrader 5 trading platform
and mobile apps for PDA, iPhone®, iPad ™ and Android.

Play store App store
Windows Browser


DON’T YOU WANT TO WIN MORE?

Open a real account
×

OPEN A DEMO ACCOUNT

Name surname Phone E-mail
Open a demo account
Open a real account

Opening an account undertakes that you are 18 years old and that you have read
and accepted the confidentiality agreement.

IFMRRC Lisansımız Yatırımcının 100.000 USD’ya kadar olan yatırımlarını garanti
altına almaktadır.

 * Terms and Conditions
 * Privacy Policy
 * Risk Disclosure
 * Money Laundering Policy

 * 
 * 
 * 
 * 
 * 

CORPORATE

 * About Us
 * Why U.S?
 * Open an account
 * İnsan Kaynakları
 * Contact

INVESTMENT

 * Analyzes
 * Platform
 * Trading Hours
 * Data Base

OUR OFFICES

 * Kuveyt: +972 3 7621622
 * Londra: +44 20 80892277
   
 * Romania: +40 31 2295433
 * Moscow: +7 499 6097072

 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * 
 * >
 * 
 * 
 * 

Türkiyede herhangi bir banka ile bağlantımız yoktur.

Copyright © 2019 | Powered by MaxSoftLab