DAX18.601,66+0,18 % | Gold2.570,82+0,46 % | Öl (Brent)72,47+0,33 % | Dow Jones41.164,89+0,17 % | US Tech 10019.442,18+0,12 % | EUR/USD1,10906+0,15 % | |
Alarme einrichten
Zur Watchlist hinzufügen
Zum Portfolio hinzufügen
Chart für EURO STOXX 50 Price Index Airbag Zertifikat bis 2025/10 (DZ) - DGE1VL
Basiswertinformationen auf EURO STOXX 50 Price Index
Produkte auf EURO STOXX 50 Price Index
Aktueller Kurs zu DGE1VL
Börsenplatz | Börse Frankfurt
|
Letzter Kurs | 1.221,17 EUR |
Performance | +0,40 % |
Kurszeit | 11:04:10 |
Eröffnung | 1.221,65 EUR |
Tageshoch | 1.222,49 EUR |
Tagestief | 1.221,17 EUR |
Vortageskurs | 1.216,29 EUR |
52-Wochen Hoch | 1.227,02 EUR |
52-Wochen Tief | 1.083,48 EUR |
Stammdaten DGE1VL
Name | Airbag Zertifikat auf EURO STOXX 50 Price Index bis 22.10.2025 (DZ) |
ISIN | DE000DGE1VL4 |
WKN | DGE1VL |
Zertifikat-Art | Sonstige |
Zertifikat-Typ | Airbag |
Basispreis | 3.305,73 PKT |
Bezugsverhältnis | 0,30251 |
Quanto | Nein |
Kennzahlen DGE1VL
Kennzahl | Absolut | Relativ |
Max. Rückzahlung | 1.305,00 EUR | |
Restlaufzeit | 404 Tage | |
Spread | -12,55 EUR | -1,04 % |
Kennzahlen DGE1VL
Börse von Derivat | Börse Frankfurt |
Handel DGE1VL
Bewertungstag | 22.10.2025 |
Letzter Handelstag | 21.10.2025 |
Auszahlungstag | 29.10.2025 |
Abwicklungsart | phys. Lieferung möglich |
Mindesthandelsgröße | 1 Stück |
Notierung | Stücknotiz |
Handelszeit | 8-20 Uhr |
Emission DGE1VL
Emittent | DZ Bank |
Kreditausfallschutz | Nein |
Emissionstag | 29.03.2019 |
Erster Handelstag | 29.04.2019 |
Emissionspreis | 1.000,00 EUR |
Emissionsvolumen | 5 Tsd. |
Referenzkurs Basiswert | 3.305,73 PKT |
Anlage
Anlage | Index |
Thema | Blue Chips |
Region | Euroland |
Alle Produkte von DZ Bank
Produktbeschreibung EURO STOXX 50 Price Index Airbag Zertifikat bis 2025/10 (DZ)
Falls der Basiswert am Laufzeitende über dem Strike notiert, partizipiert der Anleger zu 100 Prozent an Kursgewinnen über den Strike hinaus.
Solange die Schwelle von 1.653 Pkt während der Laufzeit niemals unterschritten wurde, werden mögliche Kursverluste dem Anleger als Gewinne gutgeschrieben.
Andernfalls partizipiert der Anleger an möglichen Kursverlusten.
'); $('.socgen_alternativeproducts').html(resp.html); } } }); $('.socgen_alternativeproducts').on('click', '#alternativeProducts table.t-data a.intLink', function() { window.ga4EventAdIntegration( 'Societe Generale', 'SocGenAlternativeProdukte', $(this).data('type'), $(this).data('underlyingname'), $(this).data('wkn') ); }); $('.socgen_alternativeproducts').on('click', '#alternativeProducts table.t-data a.extLink', function() { window.ga4EventAdIntegration( 'Societe Generale', 'SocGenAlternativeProdukte', $(this).data('type'), $(this).data('underlyingname'), $(this).data('wkn') ); }); }
$(".islegend").hide();
$(function () { var colors = altColors; var chart = new Highcharts.Chart({ chart: { renderTo: 'containerAlternativeProductscertificates', type: 'pie', height: 265, width: getWebsiteType() == 'small' ? 500 : 780, backgroundColor: 'var(--bs-surface-10)', events: { load: function(event) { /* hover for legend */ $('#containerAlternativeProductscertificates .highcharts-legend .legendItemName').each(function(index, element) { $(element).hover(function() { $(this).css({textDecoration:'underline', cursor: 'pointer'}); chart.tooltip.refresh(chart.series[0].data[index]); chart.series[0].data[index].slice(true,false,true); var parent = $($(this).parent()); var numberItem = $(parent.find('.legendItemNumber')); parent.css('background-color', '#F8F8F8'); numberItem.css('background-color', '#F8F8F8'); },function() { chart.tooltip.hide(); chart.series[0].data[index].slice(false,false,true); $(this).css({textDecoration:'none'}); var parent = $($(this).parent()); var numberItem = $(parent.find('.legendItemNumber')); parent.css('background-color', 'var(--bs-surface-10)'); numberItem.css('background-color', 'var(--bs-surface-10)'); }) }); } } }, credits: { enabled: false }, title: { text: 'Zertifikate
31259', floating: true, y: 110, x: -180, style: { color:'var(--bs-text-neutral)', fontSize:'14px' } }, /*tooltip: false,*/ tooltip: { formatter: function(){ return '
'+this.key+' |
Anzahl: | | '+Highcharts.numberFormat(this.y, 0)+' |
Anteil: | | '+Highcharts.numberFormat(this.percentage,2)+'% |
'; }, shadow: false, useHTML: true, borderWidth: 2 }, plotOptions: { pie: { borderWidth: 0, startAngle: 0, innerSize: '55%', shadow: false, dataLabels: { enabled: false }, enableMouseTracking: true, point: { events: { click: function() { location.href = this.options.url; return false; }, legendItemClick: function () { location.href = this.options.url; return false; }, mouseOver: function () { this.slice(true,false,true); }, mouseOut: function () { this.slice(false,false,true); } } }, stickyTracking: false, showInLegend: true, states: { hover: { enabled: false } } } }, legend: { align: 'right', verticalAlign: 'top', layout: 'vertical', floating: true, borderWidth: 0, x: 10, y: -5, width: 255, floating: true, enabled: true, useHTML:true, itemStyle: { width: 255, fontWeight: 'normal'/*, textDecoration: 'none'*/ }, navigation: { activeColor: '#515151', arrowSize: 10, inactiveColor: '#CCC' }, labelFormatter: function() { return '
' + this.name + '
' + Highcharts.numberFormat(this.y,0) + '
'; }/*, itemHoverStyle: { textDecoration: 'underline' }*/ }, series: [{ type: 'pie', data: [{"y":16390,"color":"#E66F60","name":"Bonus","url":"\/zertifikate\/bonus-zertifikate-auf-euro-stoxx-50","index":0},{"y":8436,"color":"#E5A16E","name":"Discount","url":"\/zertifikate\/discount-zertifikate-auf-euro-stoxx-50","index":1},{"y":2920,"color":"#F2CC7E","name":"Express","url":"\/zertifikate\/express-zertifikate-auf-euro-stoxx-50","index":0},{"y":1642,"color":"#51AB75","name":"Faktor","url":"\/zertifikate\/faktor-zertifikate-auf-euro-stoxx-50","index":1},{"y":986,"color":"#88BD76","name":"Aktienanleihe","url":"\/zertifikate\/aktienanleihen-auf-euro-stoxx-50","index":0},{"y":798,"color":"#C1CF83","name":"Kapitalschutz","url":"\/zertifikate\/kapitalschutz-zertifikate-auf-euro-stoxx-50","index":1},{"y":47,"color":"#00AFC8","name":"Sonstige","url":"\/zertifikate\/sonstige-zertifikate-auf-euro-stoxx-50","index":0},{"y":30,"color":"#7BC4CB","name":"Index Classic","url":"\/zertifikate\/index-zertifikate-auf-euro-stoxx-50","index":1},{"y":10,"color":"#CECECE","name":"Sprint","url":"\/zertifikate\/sprint-zertifikate-auf-euro-stoxx-50","index":0}], size: '100%', center: ['25%', '50%'] }] }, function(chart) { var xpos = '50%'; var ypos = '53%'; var circleradius = 100; }); });
$(function () { var colors = altColors; var chart = new Highcharts.Chart({ chart: { renderTo: 'containerAlternativeProductswarrants', type: 'pie', height: 265, width: getWebsiteType() == 'small' ? 500 : 780, backgroundColor: 'var(--bs-surface-10)', events: { load: function(event) { /* hover for legend */ $('#containerAlternativeProductswarrants .highcharts-legend .legendItemName').each(function(index, element) { $(element).hover(function() { $(this).css({textDecoration:'underline', cursor: 'pointer'}); chart.tooltip.refresh(chart.series[0].data[index]); chart.series[0].data[index].slice(true,false,true); var parent = $($(this).parent()); var numberItem = $(parent.find('.legendItemNumber')); parent.css('background-color', '#F8F8F8'); numberItem.css('background-color', '#F8F8F8'); },function() { chart.tooltip.hide(); chart.series[0].data[index].slice(false,false,true); $(this).css({textDecoration:'none'}); var parent = $($(this).parent()); var numberItem = $(parent.find('.legendItemNumber')); parent.css('background-color', 'var(--bs-surface-10)'); numberItem.css('background-color', 'var(--bs-surface-10)'); }) }); } } }, credits: { enabled: false }, title: { text: 'OS
3802', floating: true, y: 110, x: -180, style: { color:'var(--bs-text-neutral)', fontSize:'14px' } }, /*tooltip: false,*/ tooltip: { formatter: function(){ return '
'+this.key+' |
Anzahl: | | '+Highcharts.numberFormat(this.y, 0)+' |
Anteil: | | '+Highcharts.numberFormat(this.percentage,2)+'% |
'; }, shadow: false, useHTML: true, borderWidth: 2 }, plotOptions: { pie: { borderWidth: 0, startAngle: 0, innerSize: '55%', shadow: false, dataLabels: { enabled: false }, enableMouseTracking: true, point: { events: { click: function() { location.href = this.options.url; return false; }, legendItemClick: function () { location.href = this.options.url; return false; }, mouseOver: function () { this.slice(true,false,true); }, mouseOut: function () { this.slice(false,false,true); } } }, stickyTracking: false, showInLegend: true, states: { hover: { enabled: false } } } }, legend: { align: 'right', verticalAlign: 'top', layout: 'vertical', floating: true, borderWidth: 0, x: 10, y: -5, width: 255, floating: true, enabled: true, useHTML:true, itemStyle: { width: 255, fontWeight: 'normal'/*, textDecoration: 'none'*/ }, navigation: { activeColor: '#515151', arrowSize: 10, inactiveColor: '#CCC' }, labelFormatter: function() { return '
' + this.name + '
' + Highcharts.numberFormat(this.y,0) + '
'; }/*, itemHoverStyle: { textDecoration: 'underline' }*/ }, series: [{ type: 'pie', data: [{"y":2776,"color":"#E66F60","name":"Classic","url":"\/optionsscheine\/classic-optionsscheine-auf-euro-stoxx-50","index":0},{"y":675,"color":"#E5A16E","name":"Discount","url":"\/optionsscheine\/discount-optionsscheine-auf-euro-stoxx-50","index":1},{"y":351,"color":"#F2CC7E","name":"Inline","url":"\/optionsscheine\/inline-optionsscheine-auf-euro-stoxx-50","index":0}], size: '100%', center: ['25%', '50%'] }] }, function(chart) { var xpos = '50%'; var ypos = '53%'; var circleradius = 100; }); });
$(function () { var colors = altColors; var chart = new Highcharts.Chart({ chart: { renderTo: 'containerAlternativeProductsknockouts', type: 'pie', height: 265, width: getWebsiteType() == 'small' ? 500 : 780, backgroundColor: 'var(--bs-surface-10)', events: { load: function(event) { /* hover for legend */ $('#containerAlternativeProductsknockouts .highcharts-legend .legendItemName').each(function(index, element) { $(element).hover(function() { $(this).css({textDecoration:'underline', cursor: 'pointer'}); chart.tooltip.refresh(chart.series[0].data[index]); chart.series[0].data[index].slice(true,false,true); var parent = $($(this).parent()); var numberItem = $(parent.find('.legendItemNumber')); parent.css('background-color', '#F8F8F8'); numberItem.css('background-color', '#F8F8F8'); },function() { chart.tooltip.hide(); chart.series[0].data[index].slice(false,false,true); $(this).css({textDecoration:'none'}); var parent = $($(this).parent()); var numberItem = $(parent.find('.legendItemNumber')); parent.css('background-color', 'var(--bs-surface-10)'); numberItem.css('background-color', 'var(--bs-surface-10)'); }) }); } } }, credits: { enabled: false }, title: { text: 'Knock-Outs
3601', floating: true, y: 110, x: -180, style: { color:'var(--bs-text-neutral)', fontSize:'14px' } }, /*tooltip: false,*/ tooltip: { formatter: function(){ return '
'+this.key+' |
Anzahl: | | '+Highcharts.numberFormat(this.y, 0)+' |
Anteil: | | '+Highcharts.numberFormat(this.percentage,2)+'% |
'; }, shadow: false, useHTML: true, borderWidth: 2 }, plotOptions: { pie: { borderWidth: 0, startAngle: 0, innerSize: '55%', shadow: false, dataLabels: { enabled: false }, enableMouseTracking: true, point: { events: { click: function() { location.href = this.options.url; return false; }, legendItemClick: function () { location.href = this.options.url; return false; }, mouseOver: function () { this.slice(true,false,true); }, mouseOut: function () { this.slice(false,false,true); } } }, stickyTracking: false, showInLegend: true, states: { hover: { enabled: false } } } }, legend: { align: 'right', verticalAlign: 'top', layout: 'vertical', floating: true, borderWidth: 0, x: 10, y: -5, width: 255, floating: true, enabled: true, useHTML:true, itemStyle: { width: 255, fontWeight: 'normal'/*, textDecoration: 'none'*/ }, navigation: { activeColor: '#515151', arrowSize: 10, inactiveColor: '#CCC' }, labelFormatter: function() { return '
' + this.name + '
' + Highcharts.numberFormat(this.y,0) + '
'; }/*, itemHoverStyle: { textDecoration: 'underline' }*/ }, series: [{ type: 'pie', data: [{"y":2675,"color":"#E66F60","name":"Endlos","url":"\/knockouts\/endlos-turbos-auf-euro-stoxx-50","index":0},{"y":893,"color":"#E5A16E","name":"Mini","url":"\/knockouts\/mini-futures-auf-euro-stoxx-50","index":1},{"y":33,"color":"#F2CC7E","name":"Classic","url":"\/knockouts\/classic-turbos-auf-euro-stoxx-50","index":0}], size: '100%', center: ['25%', '50%'] }] }, function(chart) { var xpos = '50%'; var ypos = '53%'; var circleradius = 100; }); });
WoodooTab.tabify( $("div.wotabs:not(.notabify)") );
$("#productDescriptionWrapper p").css({"margin-top":"6px"}); $("#productDescriptionWrapper table").addClass("t-data");
showImagesInViewport();$(window).scroll(showImagesInViewport).resize(showImagesInViewport);
cc.addScriptQueue("https://cdn.insurads.com/bootstrap/ZR98XLOV.js");
cc.addScriptQueue("https://wallstreetonline-cdn.relevant-digital.com/static/tags/6422d4318e04c80b075234de.js");
cc.addScriptQueue("//partner.googleadservices.com/gampad/google_service.js", "adservice");
var theme=localStorage.getItem('theme');$('#lightDarkModeSwitch img').replaceWith('
');
cc.addScriptQueue("https://securepubads.g.doubleclick.net/tag/js/gpt.js");
});
//-->