• Sonntag, 04 Mai 2025
  • 22:37 Frankfurt
  • 21:37 London
  • 16:37 New York
  • 16:37 Toronto
  • 13:37 Vancouver
  • 06:37 Sydney

Hess Announces Regular Quarterly Dividend on Common Stock

07.09.2016  |  Business Wire
</head> <body> <p>The Board of Directors of <a class="company" title="Hess Corp. (WKN: A0JMQL | ISIN: US42809H1077 | Symbol: HES)" href="/aktien/407--Hess-Corp">Hess Corp.</a> (NYSE:HES) today declared a regular quarterly dividend of 25 cents per share payable on the Common Stock of the Corporation on September 30, 2016 to holders of record at the close of business on September 19, 2016.</p> <p><a class="company" title="Hess Corp. (WKN: A0JMQL | ISIN: US42809H1077 | Symbol: HES)" href="/aktien/407--Hess-Corp">Hess Corp.</a> is a leading global independent energy company engaged in the exploration and production of crude oil and natural gas. More information on <a class="company" title="Hess Corp. (WKN: A0JMQL | ISIN: US42809H1077 | Symbol: HES)" href="/aktien/407--Hess-Corp">Hess Corp.</a> is available at http://www.hess.com.</p> <p id="mmgallerylink">View source version on businesswire.com: http://www.businesswire.com/news/home/20160907006746/en/</p> ./ContentItem/Format <p>Hess Announces Regular Quarterly Dividend On Common Stock</p> <br> <br> Contact<br> <p>For Hess Corporation<br> Investors:<br> Jay Wilson, 212-536-8940<br> or<br> Media:<br> Sard Verbinnen & Co<br> Michael Henson/Patrick Scanlan, 212-687-8080</p> </body> </html> <br class="clear" /> </div> </div> <div class="itemFoot"> <div class="ilikeit" style="float: left;">Bewerten <a href="javascript:void(0)" class="like yes" title="Artikel bewerten"> </a><span class="like yes">0</span> <a href="javascript:void(0)" class="like no" title="Artikel bewerten"> </a><span class="like no">0</span> <div id="dialog_ilikeit" style="display: none;"> <input type="button" value="Gefällt mir" onclick="like('yes')" class="like yes" /> <input type="button" value="Gefällt mir nicht" onclick="like('no')" class="like no" /> <div id="message"></div> </div> <script type="text/javascript"> function showIlikeitDialog(yn) { $("#dialog_ilikeit input.like").hide(); $("#dialog_ilikeit input.like."+yn).show(); $("#dialog_ilikeit" ).dialog( "open" ); } function like(yn) { $.ajax({ type: 'GET', url: 'https://www.rohstoff-welt.de/modules/_helper/ajax/ilikeit.php?globalid=rw:news:stories_en:152138&'+yn+'=1', dataType: 'text', error: function() {}, success: function(data) { $( "#dialog_ilikeit #message" ).html("Vielen Dank für Ihre Meinung!"); $( "span.like."+yn ).html(data); disable(); } }) $("#dialog_ilikeit input.like").hide(); setTimeout(function() { $("#dialog_ilikeit").fadeOut({ complete: function() {$("#dialog_ilikeit" ).dialog( "close" );}, duration: 1500 });}, 2000); } function disable() {//return; $( "a.like" ).css("color", "red"); $( "a.like" ).unbind("click"); $( "a.like" ).css("cursor", "default"); $( "a.like" ).attr("title", "Sie haben schon abgestimmt"); } $(document).ready(function() { $( "a.like.yes" ).click(function() { showIlikeitDialog('yes') }); $( "a.like.no" ).click(function() { showIlikeitDialog('no') }); $("#dialog_ilikeit").dialog({ autoOpen: false, title: "Artikel bewerten", height: 100, width: 200, position: { my: "center", at: "left bottom", of: "a.like" }, show: 500, hide: 500, close: function() { $("#dialog_ilikeit #message").html(""); } }); }); </script> </div> <div class="itemToolbar"> <script type="text/javascript"> jQuery(document).ready(function() { jQuery("#textsizer a").textresizer({ //target: "#article .itemText", target: "#article div.item .itemText", // type: "fontSize", //sizes: [ ".8em", "1em", "1.5em", "2em", "2.5em" ], sizes: [ "12px", "14px", "17px" ] }); }); </script> <div id="textsizer" class="textresizer"> <a href="javascript: void()" title="Schriftgröße des Artikels ändern" class="S">A</a> <a href="javascript: void()" title="Schriftgröße des Artikels ändern" class="M">A</a> <a href="javascript: void()" title="Schriftgröße des Artikels ändern" class="L">A</a> </div> <a target="_blank" href="https://www.rohstoff-welt.de/modules/news/article2pdf.php?storyid=242116" rel="nofollow" title="Artikel als PDF erzeugen" class="pdf">PDF</a> <!-- <a href="#" class="comment"></a> <a href="mailto:?subject=Interessanter Artikel auf Rohstoff-Welt.de&body=Hier ist ein interessanter Artikel den ich auf Rohstoff-Welt.de gefunden habe: https://www.rohstoff-welt.de/modules/news/article.php?storyid=242116" title="" rel="nofollow" class="mail">Verschicken</a> --> <script> $(function() { recdialogele = $('#dialog_recommend'); recdialogele.dialog({ autoOpen: false, //height: 700, width: 680, modal: true, position: { my: "center", at: "left bottom", of: "#recommend1" }, // http://api.jqueryui.com/position/ buttons: { //"OK": submitForm(), //Cancel: function() { //$( this ).dialog( "close" ); //} }, open: function() { $("#dialog_recommend form").show(); }, close: function() { refreshDialogRecommend(); //closedialog_recommend(); // jQuery has no reset() method; but native JavaScript does. So, convert the jQuery element to a JavaScript object by either using : //$( "#dialog_recommend form" ).get(0).reset(); } }); }); function reloadCaptchaRecommend() { $( "#dialog_recommend .captcha_img img" ).click(); } function refreshDialogRecommend() { // Serverseitige Fehlerausgabe leeren $( "#dialog_recommend #errors" ).html(''); $( "#dialog_recommend #messages" ).html(''); // jQuery has no reset() method; but native JavaScript does. So, convert the jQuery element to a JavaScript object by either using : $( "#dialog_recommend form" ).get(0).reset(); // Captcha neu laden $( "#dialog_recommend .captcha_img img" ).click(); // == jQuery validator reset, siehe Frameworks/gs/class/jsFormValidateRenderer.php $( "div.error" ).remove(); $( "#dialog_recommend form" ).find('.error').removeClass('error'); } function openDialogRecommend() { $( '#dialog_recommend' ).dialog( "open" ); //$("#dialog_recommend form").fadeIn("slow", function(){ //$( '#dialog_recommend' ).dialog( 'open' ); //}); } function submitFormRecommend() { if(checkFormRecommend()) sendEmailRecommend(); else { reloadCaptchaRecommend(); } } function sendEmailRecommend() { //$("#dialog1 input[type=submit]").replaceWith("<em>sending...</em>"); $.ajax({ type: 'POST', url: '/modules/_helper/ajax/util_form_recommend.php', data: $("#dialog_recommend form").serialize(), //dataType: 'html', dataType: 'json', error: function() {alert("sendEmailRecommend()::error");}, success: function(data) {//alert("success : "+data['errors']); //$( "#dialog1 #errors" ).html( data['errors'] ); //$( "#dialog1 #messages" ).html( data['messages'] ); $( "#dialog_recommend #errors" ).empty(); $( "#dialog_recommend #messages" ).empty(); if(typeof data['errors'] !== 'undefined' && data['errors'] !== null) { for(var i = 0; i<data['errors'].length; i++) { $( "#dialog_recommend #errors" ).append($('<div class="error">'+data['errors'][i]+'</div>')); } } if(typeof data['messages'] !== 'undefined' && data['messages'] !== null) { for(var i = 0; i<data['messages'].length; i++) { $( "#dialog_recommend #messages" ).append($('<div class="message">'+data['messages'][i]+'</div>')); } } if(typeof data['errors'] === 'undefined' || data['errors'] === null || data['errors'].length == 0) { $("#dialog_recommend form").fadeOut("slow", function(){ //$(this).before("<strong>Success! Your feedback has been sent, thanks :)</strong>"); setTimeout("$( '#dialog_recommend' ).dialog( 'close' )", 10); //$( '#dialog1' ).dialog('destroy'); }); } else { //alert('reloadCaptchaRecommend();'); //reloadCaptchaRecommend(); } } }).done(function( data ) { // }); reloadCaptchaRecommend(); } function checkFormRecommend() { var checkfunc = $('#dialog_recommend form').attr('onsubmit'); if(checkfunc.indexOf('return') == 0) { // wegen JS Error 'return not in function' falls z.B. onclick="return xoopsFormValidate_artikel_versenden()" statt "xoopsFormValidate_artikel_versenden()" // siehe class/xoopsform/form.php XoopsForm::assign() "extra" checkfunc = checkfunc.replace('return', ''); } var ok = eval(checkfunc); return ok; } $(document).ready(function() { $('a.a_recommend').click(function() { sbj = $(this).next('.rec_sbj').val(); msg = $(this).next('.rec_sbj').next('textarea.rec_msg').text(); recdialogele.find('input#betreff').val(sbj); recdialogele.find('textarea#nachricht').text(msg); openDialogRecommend(); }); $('#dialog_recommend input[type=submit]').click(function(event) { event.preventDefault(); submitFormRecommend(); }); }); </script> <div id="dialog_recommend" title="Nachricht versenden" style="display: none;"> <div id="errors"></div> <div id="messages"></div> <form name="form_recommend" id="form_recommend" action="/news/242116--Hess-Announces-Regular-Quarterly-Dividend-on-Common-Stock.html" method="post" onsubmit="return xoopsFormValidate_form_recommend();"> <table width="100%" class="outer" cellspacing="1"> <tr><th colspan="2"></th></tr> <tr valign="top" align="left"><td class="head"></td><td class="even"><span ><div id="required-descr">Die mit <span class="required">*</span> gekennzeichneten Felder sind Pflichtfelder.</div></span></td></tr> <tr valign="top" align="left"><td class="head"><div class="xoops-form-element-caption-required"><span class="caption-text">Absender</span><span class="caption-marker">*</span></div></td><td class="even"><input type='text' name='absender' title='Absender' id='absender' size='50' maxlength='255' value='' /></td></tr> <tr valign="top" align="left"><td class="head"><div class="xoops-form-element-caption-required"><span class="caption-text">E-Mail-Adresse Empfänger</span><span class="caption-marker">*</span></div></td><td class="even"><input type='text' name='emailto' title='E-Mail-Adresse Empf&#228;nger' id='emailto' size='50' maxlength='255' value='' /></td></tr> <tr valign="top" align="left"><td class="head"><div class="xoops-form-element-caption"><span class="caption-text">Betreff</span><span class="caption-marker">*</span></div></td><td class="even"><input type='text' name='betreff' title='Betreff' id='betreff' size='50' maxlength='255' value='Hess Announces Regular Quarterly Dividend on Common Stock' disabled="disabled" /></td></tr> <tr valign="top" align="left"><td class="head"><div class="xoops-form-element-caption"><span class="caption-text">Nachricht</span><span class="caption-marker">*</span></div></td><td class="even"><textarea name='nachricht' id='nachricht' title='Nachricht' rows='5' cols='50' disabled="disabled">Hier ist eine interessante Information, die ich auf Rohstoff-Welt.de gefunden habe: https://www.rohstoff-welt.de/news/242116--Hess-Announces-Regular-Quarterly-Dividend-on-Common-Stock.html</textarea></td></tr> <tr valign="top" align="left"><td class="head"></td><td class="even"><textarea name='nachricht2' id='nachricht2' title='' rows='5' cols='50' maxlength="100"></textarea></td></tr> <tr valign="top" align="left"><td class="head"></td><td class="even"><span id="cr_price_max" >Alle hinterlegten Daten der "Nachricht versenden"-Funktion werden ausschlißlich zu Übertragungszwecken verwendet und nicht gespeichert.</span></td></tr> <tr valign="top" align="left"><td class="head"><div class="xoops-form-element-caption-required"><span class="caption-text">Zustimmung</span><span class="caption-marker">*</span></div></td><td class="even"><input type="checkbox" name="rechtl_hinweis" id="rechtl_hinweis1" title="Zustimmung" value="1" /><label name="xolb_rechtl_hinweis" for="rechtl_hinweis1" >Mit Setzen des Häkchens im Kontrollkästchen bestätigen Sie <a title="Impressum" href="/diverses/impressum.php" style="color: #0033CC">uns</a>, dass Sie unsere <a title="Datenschutzerklärung" href="/diverses/datenschutz.php" style="color: #0033CC">Datenschutzerklärung</a> zur Kenntnis genommen haben und dass Sie unseren <a title="Allgemeinen Geschäftsbedingungen (AGB)" href="/diverses/AGB.php" style="color: #0033CC">Allgemeinen Geschäftsbedingungen (AGB)</a> zustimmen.<br>Sie erklären sich damit einverstanden, dass Ihre Daten zur Bearbeitung Ihres Anliegens verwendet werden. Weitere Informationen und Widerrufshinweise finden Sie in der <a title="Datenschutzerklärung" href="/diverses/datenschutz.php" style="color: #0033CC">Datenschutzerklärung</a> u. a. im Punkt "Informationsangebote".</label> </td></tr> <tr valign="top" align="left"><td class="head"><div class="xoops-form-element-caption-required"><span class="caption-text">Bestätigungscode</span><span class="caption-marker">*</span></div></td><td class="even"><script type='text/javascript'> function xoops_captcha_refresh(imgId) { xoopsGetElementById(imgId).src = 'https://www.rohstoff-welt.de/class/captcha/image/scripts/image.php?refresh='+Math.random(); } </script><div class="captcha_img clearfix"><img id="xoopscaptcha_img" src="https://www.rohstoff-welt.de/class/captcha/image/scripts/image.php" onclick='this.src="https://www.rohstoff-welt.de/class/captcha/image/scripts/image.php?refresh="+Math.random()' style="cursor: pointer; vertical-align: middle;" alt="" /><div class="captcha_refresh"><a href="javascript: xoops_captcha_refresh('xoopscaptcha_img')">Zum neu Laden auf das Bild klicken.</a></div></div><div class="captcha_input clearfix"><input type="text" name="xoopscaptcha" id="xoopscaptcha" size="4" maxlength="4" value="" /><div class="captcha_rule">Geben Sie die Zeichen aus dem Bild einEs wird nicht zwischen Groß und Kleinschreibung unterschieden</div></div></td></tr> <tr valign="top" align="left"><td class="head"></td><td class="even"><input type='submit' class='formButton' name='submit' id='submit' value='Senden' title='Senden' /></td></tr> </table> <input type="hidden" name="betreff2" id="betreff2" value="Hess Announces Regular Quarterly Dividend on Common Stock" /><input type="hidden" name="nachricht1" id="nachricht1" value="Hier ist eine interessante Information, die ich auf Rohstoff-Welt.de gefunden habe: https://www.rohstoff-welt.de/news/242116--Hess-Announces-Regular-Quarterly-Dividend-on-Common-Stock.html" /><input type="hidden" name="sent" id="sent" value="1" /></form> <!-- Start Form Validation JavaScript //--> <script type='text/javascript'> <!--// function xoopsFormValidate_form_recommend() { var myform = window.document.form_recommend; if (myform.absender.value == "") { window.alert("Bitte kontrollieren Sie Ihre Eingabe im Feld \"Absender\""); myform.absender.focus(); return false; } if (myform.emailto.value == "") { window.alert("Bitte kontrollieren Sie Ihre Eingabe im Feld \"E-Mail-Adresse Empfänger\""); myform.emailto.focus(); return false; } var hasChecked = false; var checkBox = myform.elements['rechtl_hinweis']; if (checkBox.length) {for (var i = 0; i < checkBox.length; i++) {if (checkBox[i].checked == true) {hasChecked = true; break;}}} else {if (checkBox.checked == true) {hasChecked = true;}}if (!hasChecked) {window.alert("Bitte kontrollieren Sie Ihre Eingabe im Feld \"Zustimmung\"");if (checkBox.length) {checkBox[0].focus();} else {checkBox.focus();}return false;}return true; } //--></script> <!-- End Form Validation JavaScript //--> <!-- Start Form Validation JavaScript //--> <script type='text/javascript'> <!--// $(document).ready(function() { formele = $('form#form_recommend'); // alert('111222333: '+formele.length); var origF = xoopsFormValidate_form_recommend; xoopsFormValidate_form_recommend = function(str) { //alert('neueF'); //return origF(); var container = $('<div>').insertBefore($('#form_recommend')); var rules_o = {}; var messages_o = {}; var groups_o = {}; rules_o['absender'] = { required: true }; messages_o['absender'] = { required: 'Das Feld \"Absender\" muß ausgefüllt sein' }; rules_o['emailto'] = { required: true, email: true }; messages_o['emailto'] = { required: 'Bitte kontrollieren Sie Ihre Eingabe im Feld \"E-Mail-Adresse Empfänger\"', email: 'E-Mail-Adresse Empfänger: Email invalid' }; rules_o['rechtl_hinweis'] = { required: true }; messages_o['rechtl_hinweis'] = { required: 'Das Feld \"Zustimmung\" muß ausgefüllt sein' }; rules_o['xoopscaptcha'] = { required: true }; messages_o['xoopscaptcha'] = { required: 'Das Feld \"Bestätigungscode\" muß ausgefüllt sein' }; // validate signup form on keyup and submit var validator = $('#form_recommend').validate({ debug: false, errorLabelContainer: container, errorClass: 'error', errorElement: 'div', rules: rules_o, messages: messages_o, groups: groups_o }); ok = validator.form(); //if(ok) validator.resetForm(); return ok; } });//--></script> <!-- End Form Validation JavaScript //--> </div><a href="javascript:void(0)" id="recommend1" rel="nofollow" class="mail a_recommend" title="Nachricht per Mail versenden" >Versenden</a><input type="text" class="rec_sbj" value="Hess Announces Regular Quarterly Dividend on Common Stock" style="display: none;" /><textarea class="rec_msg" style="display: none;">Hier ist eine interessante Information, die ich auf Rohstoff-Welt.de gefunden habe: https://www.rohstoff-welt.de/news/242116--Hess-Announces-Regular-Quarterly-Dividend-on-Common-Stock.html</textarea> <a href="https://www.rohstoff-welt.de/modules/news/print.php?storyid=242116" rel="nofollow" target="_blank" title="Artikel drucken" class="print last">Drucken</a> </div> </div><!-- .itemFoot --> </div><!-- .item --> </div><!-- #article --></div> <br /> <div> </div> <div class="disclaimer disclaimer_article">Für den Inhalt des Beitrages ist allein der Autor verantwortlich bzw. die aufgeführte Quelle. Bild- oder Filmrechte liegen beim Autor/Quelle bzw. bei der vom ihm benannten Quelle. Bei Übersetzungen können Fehler nicht ausgeschlossen werden. Der vertretene Standpunkt eines Autors spiegelt generell nicht die Meinung des Webseiten-Betreibers wieder. Mittels der Veröffentlichung will dieser lediglich ein pluralistisches Meinungsbild darstellen. Direkte oder indirekte Aussagen in einem Beitrag stellen keinerlei Aufforderung zum Kauf-/Verkauf von Wertpapieren dar. Wir wehren uns gegen jede Form von Hass, Diskriminierung und Verletzung der Menschenwürde. Beachten Sie bitte auch unsere <a href="/diverses/AGB.php" title="AGB/Disclaimer">AGB/Disclaimer</a>!</div> <br /> <br /> <br /> <div> </div> <div> </div> </div> <!-- End content module --> <!-- Start center bottom blocks loop --> <div id="bottomcolumn"> <div id="bottomLcolumn"> <div><div class="box lvl1 clearfix news_news_gs_blockszumartikel "> <div class="boxcontent blockContent_news_news_gs_blockszumartikel"> <div class="clearfix box sub last"> <div class="boxheader"><div class="boxtitle">Weiteres aus der Rubrik: <a href="/news/meldungen-engl/" title="Meldungen, engl.">Meldungen, engl.</a></div></div> <div class="boxcontent clearfix"><!-- TEASER: - LAYOUT: 11 --> <!-- --> <ul class="itemlist presslist"> <li class="listitem border-bottom"> <span class="date right">03.05.</span> <h3> <a href="https://www.rohstoff-welt.de/news/690727--PetroFrontier-Corp.-Announces-Issuance-of-Management-Cease-Trade-Order.html" title="PetroFrontier Corp. Announces Issuance of Management Cease Trade Order" class="">PetroFrontier Corp. Announces Issuance of Management Cease Trade Order</a> </h3> </li> <li class="listitem border-bottom"> <span class="date right">03.05.</span> <h3> <a href="https://www.rohstoff-welt.de/news/690726--Mustang-Energy-Corp.-Provides-Update-on-Geophysical-Reinterpretation-and-Targeting.html" title="Mustang Energy Corp. Provides Update on Geophysical Reinterpretation and Targeting" class="">Mustang Energy Corp. Provides Update on Geophysical Reinterpretation and Targeting</a> </h3> </li> <li class="listitem border-bottom"> <span class="date right">03.05.</span> <h3> <a href="https://www.rohstoff-welt.de/news/690725--Battery-X-Metals-Achieves-Pivotal-Milestone-with-Delivery-of-Next-Generation-Lithium-Ion-Battery-Rebalancing-Machine-and-Announces-Exclusive-Live-Reveal-Event.html" title="Battery X Metals Achieves Pivotal Milestone with Delivery of Next-Generation Lithium-Ion Battery Rebalancing Machine and Announces Exclusive Live Reveal Event" class="">Battery X Metals Achieves Pivotal Milestone with Delivery of Next-Generation Lithium-Ion Battery Rebalancing Machine and Announces Exclusive Live ...</a> </h3> </li> <li class="listitem border-bottom"> <span class="date right">03.05.</span> <h3> <a href="https://www.rohstoff-welt.de/news/690723--Capstone-Copper-Announces-2025-Annual-General-Meeting-Results.html" title="Capstone Copper Announces 2025 Annual General Meeting Results" class="">Capstone Copper Announces 2025 Annual General Meeting Results</a> </h3> </li> <li class="listitem border-bottom"> <span class="date right">03.05.</span> <h3> <a href="https://www.rohstoff-welt.de/news/690724--Criterium-Energy-Provides-Update-to-Voluntary-Application-for-Management-Cease-Trade-Order.html" title="Criterium Energy Provides Update to Voluntary Application for Management Cease Trade Order" class="">Criterium Energy Provides Update to Voluntary Application for Management Cease Trade Order</a> </h3> </li> </ul> </div> </div> </div> </div> </div> <div><div class="box lvl1 clearfix news_news_gs_blockszumartikel "> <div class="boxcontent blockContent_news_news_gs_blockszumartikel"> <div class="clearfix box sub "> <div class="boxheader"><div class="boxtitle">Weitere Nachrichten von: <a href="111/profil/66--Business-Wire/Artikel" title="Business Wire">Business Wire</a></div></div> <div class="boxcontent clearfix"><!-- TEASER: - LAYOUT: 11 --> <!-- --> <ul class="itemlist presslist"> <li class="listitem border-bottom"> <span class="date right">27.04.</span> <h3> <a href="https://www.rohstoff-welt.de/news/689955--SLB-gibt-Ergebnisse-des-1.-Quartals-2025-bekannt.html" title="SLB gibt Ergebnisse des 1. Quartals 2025 bekannt" class="">SLB gibt Ergebnisse des 1. Quartals 2025 bekannt</a> </h3> </li> <li class="listitem border-bottom"> <span class="date right">22.04.</span> <h3> <a href="https://www.rohstoff-welt.de/news/689508--Dynacor-Group-Inc.~-Rekordumsatz-im-1.-Quartal-2025.html" title="Dynacor Group Inc.: Rekordumsatz im 1. Quartal 2025" class="">Dynacor Group Inc.: Rekordumsatz im 1. Quartal 2025</a> </h3> </li> <li class="listitem border-bottom"> <span class="date right">15.04.</span> <h3> <a href="https://www.rohstoff-welt.de/news/688765--Dynacor-Group-Inc.~-Expansionsfortschritt-seit-Jahresbeginn.html" title="Dynacor Group Inc.: Expansionsfortschritt seit Jahresbeginn" class="">Dynacor Group Inc.: Expansionsfortschritt seit Jahresbeginn</a> </h3> </li> <li class="listitem border-bottom"> <span class="date right">10.04.</span> <h3> <a href="https://www.rohstoff-welt.de/news/688471--Dynacor-erinnert-die-Aktionaere-vor-der-vom-dissidenten-Aktionaer-einberufenen-angeforderten-Versammlung.html" title="Dynacor erinnert die Aktionäre vor der vom dissidenten Aktionär einberufenen angeforderten Versammlung" class="">Dynacor erinnert die Aktionäre vor der vom dissidenten Aktionär einberufenen angeforderten Versammlung</a> </h3> </li> <li class="listitem border-bottom"> <span class="date right">08.04.</span> <h3> <a href="https://www.rohstoff-welt.de/news/688094--Dynacor-Group~-Fuehrende-unabhaengige-Stimmrechtsberater-empfehlen-Aktionaeren-gegen-die-Aenderung-der-Groesse-des-Vorstands-und-gegen-die-Wahl-des-Kandidaten-der-Dissidenten-~.html" title="Dynacor Group: Führende unabhängige Stimmrechtsberater empfehlen Aktionären, gegen die Änderung der Größe des Vorstands und gegen die Wahl des Kandidaten der Dissidenten zu stimmen" class="">Dynacor Group: Führende unabhängige Stimmrechtsberater empfehlen Aktionären, gegen die Änderung der Größe des Vorstands und gegen die Wahl des ...</a> </h3> </li> </ul> <div class="readmore"><a href="/profil/66--Business-Wire" title="weitere">weitere</a></div> </div> </div> <div class="clearfix box sub last"> <div class="boxheader"><div class="boxtitle">Weitere Nachrichten, englisch von: <a href="222/profil/66--Business-Wire/Artikel%2C+engl." title="Business Wire">Business Wire</a></div></div> <div class="boxcontent clearfix"><!-- TEASER: - LAYOUT: 11 --> <!-- --> <ul class="itemlist presslist"> <li class="listitem border-bottom"> <span class="date right">03.05.</span> <h3> <a href="https://www.rohstoff-welt.de/news/690723--Capstone-Copper-Announces-2025-Annual-General-Meeting-Results.html" title="Capstone Copper Announces 2025 Annual General Meeting Results" class="">Capstone Copper Announces 2025 Annual General Meeting Results</a> </h3> </li> <li class="listitem border-bottom"> <span class="date right">02.05.</span> <h3> <a href="https://www.rohstoff-welt.de/news/690713--Newmont-Promotes-Natascha-Viljoen-to-President-and-Chief-Operating-Officer.html" title="Newmont Promotes Natascha Viljoen to President and Chief Operating Officer" class="">Newmont Promotes Natascha Viljoen to President and Chief Operating Officer</a> </h3> </li> <li class="listitem border-bottom"> <span class="date right">02.05.</span> <h3> <a href="https://www.rohstoff-welt.de/news/690661--Imperial-declares-second-quarter-2025-dividend.html" title="Imperial declares second quarter 2025 dividend" class="">Imperial declares second quarter 2025 dividend</a> </h3> </li> <li class="listitem border-bottom"> <span class="date right">02.05.</span> <h3> <a href="https://www.rohstoff-welt.de/news/690662--Imperial-announces-first-quarter-2025-financial-and-operating-results.html" title="Imperial announces first quarter 2025 financial and operating results" class="">Imperial announces first quarter 2025 financial and operating results</a> </h3> </li> <li class="listitem border-bottom"> <span class="date right">02.05.</span> <h3> <a href="https://www.rohstoff-welt.de/news/690663--Dynacor-Receives-TSX-Approval-to-Renew-Normal-Course-Issuer-Bid.html" title="Dynacor Receives TSX Approval to Renew Normal Course Issuer Bid" class="">Dynacor Receives TSX Approval to Renew Normal Course Issuer Bid</a> </h3> </li> </ul> <div class="readmore"><a href="/profil/66--Business-Wire" title="weitere">weitere</a></div> </div> </div> </div> </div> </div> <div><div class="box lvl1 clearfix minen_minen_company_itemlist "> <div class="boxheader blockTitle_minen_minen_company_itemlist"><div class="boxtitle">Unternehmen dieses Artikels</div></div> <div class="boxcontent blockContent_minen_minen_company_itemlist"> <div id="minen_itemlist"> <div class="table_wrapper"> <table class="itemlist"> <tr> <th class="unternehmen">Unternehmen</th> <th>Land</th> <th class="wkn">WKN</th> <th class="symbol">Symbol</th> <th>Profil</th> <th>News</th> <th>News, engl.</th> <th>Forum</th> <th>Details</th> </tr> <!-- Start item loop --> <tr class="even"> <td class="unternehmen"><a href="/aktien/407--Hess-Corp" title="Hess Corp. (WKN: A0JMQL | ISIN: US42809H1077 | Symbol: HES)">Hess Corp.</a></td> <td><a href="https://www.rohstoff-welt.de/aktien/uebersicht.php?op=hauptsitz&lid=US#USA" title="USA"><img class="flag_icon" src="https://www.rohstoff-welt.de//themes/rw-2022/icons/flag_icons//us.gif" title="USA" alt="USA" /></a> USA</td> <td class="wkn"><a href="/aktien/407--Hess-Corp/Kurse+%26+Charts" title="Hess-Corp.">A0JMQL</a></td> <td class="symbol"><a href="/aktien/407--Hess-Corp/Kurse+%26+Charts" title="Hess-Corp.">HES</a></td> <td></td> <td><a href="/aktien/407--Hess-Corp/Nachrichten" title="Nachrichten zu Hess-Corp."><span class="icon_mine_news"> </span></a></td> <td><a href="/aktien/407--Hess-Corp/Nachrichten%2C+engl." title="Nachrichten, engl. zu Hess-Corp."><span class="icon_mine_news"> </span></a></td> <td></td> <td><a href="/aktien/407--Hess-Corp" title="Snapshot Hess-Corp."><span class="icon_mine_details"> </span></a></td> </tr> <!-- End item loop --> </table> </div> </div> </div> </div> </div> </div> </div> <!-- End center bottom blocks loop --> <!-- Start center bottom blocks loop --> <div id="bottomCColumn"> <div><div class="box lvl1 clearfix _helper_util_block_banner "> <div class="boxcontent blockContent__helper_util_block_banner"> <div class="banner" ><ins data-revive-zoneid='157' data-revive-id='609d4a2207bbae24027686f37c3ec0a6'><span id='test'></span></ins> <script async type="text/plain" data-type="application/javascript" data-src="https://gsadserver.de/www/delivery/asyncjs.php" data-name="werbung"></script><noscript><iframe id='758005656' name='758005656' src='https://gsadserver.de/www/delivery/afr.php?zoneid=157&cb=INSERT_RANDOM_NUMBER_HERE' frameborder='0' scrolling='no' align='left' width='200' height='600'><a href='https://gsadserver.de/www/delivery/ck.php?n=a3508a55&cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='https://gsadserver.de/www/delivery/avw.php?zoneid=157&cb=INSERT_RANDOM_NUMBER_HERE&n=1375868279' border='0' alt='' /></a></iframe></noscript></div> </div> </div> </div> </div> <!-- End center bottom blocks loop --> <!-- *********************** Ende mittlere Spalte *********************** --> </div> <!-- *********************** Beginn rechte Spalte *********************** --> <div class="col right sidebar" id="rightcolumn"> <div><div class="box lvl1 clearfix _helper_util_blocks_searchform "> <div class="boxheader blockTitle__helper_util_blocks_searchform"><div class="boxtitle">Suchen nach</div></div> <div class="boxcontent blockContent__helper_util_blocks_searchform"> <form name="searchform" id="searchform" action="https://www.google.de/custom" method="get" onsubmit="return xoopsFormValidate_searchform();" target="_blank"> <table width="100%" class="outer" cellspacing="1"> <tr><th colspan="2"></th></tr> <tr valign="top" align="left"><td class="head"></td><td class="even"><select size="1" class="select_m" onchange="window.location = this.value;" name="uid" id="uid" title=""><option value="">Autoren</option><option value="/profil/213--ABN-Newswire">ABN Newswire</option><option value="/profil/281--ACCESS-Newswire">ACCESS Newswire</option><option value="/profil/283--ACN-Newswire">ACN Newswire</option><option value="/profil/227--Michael-Adams">Adams, Michael</option><option value="/profil/9--AGEB">AGEB</option><option value="/profil/218--Aktienstars.com">Aktienstars.com</option><option value="/profil/308--Macro-Alerts">Alerts, Macro</option><option value="/profil/310--Macro-Alerts-WisdomTree">Alerts, Macro (WisdomTree)</option><option value="/profil/95--Alpha-Investments">Alpha-Investments</option><option value="/profil/120--Artex-Swiss">Artex Swiss</option><option value="/profil/58--Heiko-Aschoff">Aschoff, Heiko</option><option value="/profil/277--Luca-Baccarini">Baccarini, Luca</option><option value="/profil/279--Luca-Baccarini-Energy-Funds-Advisors">Baccarini, Luca (Energy Funds Advisors)</option><option value="/profil/237--Kemal-Bagci">Bagci, Kemal</option><option value="/profil/238--Kemal-Bagci-RBS">Bagci, Kemal (RBS)</option><option value="/profil/206--Barclays-Capital---iPath">Barclays Capital - iPath</option><option value="/profil/245--Roman-Baudzus">Baudzus, Roman</option><option value="/profil/247--Roman-Baudzus-aaaa">Baudzus, Roman (GoldMoney)</option><option value="/profil/109--BlackRock">BlackRock, NL Deutschland</option><option value="/profil/51--Hans-Juergen-Bocker">Bocker, H.-J.</option><option value="/profil/261--Stephan-Bogner">Bogner, Stephan</option><option value="/profil/263--Stephan-Bogner-Rockstone">Bogner, Stephan (Rockstone Research Ltd.)</option><option value="/profil/250--Sintje-Boie">Boie, Sintje</option><option value="/profil/251--Sintje-Boie-HSH-Nordbank">Boie, Sintje (HSH Nordbank AG)</option><option value="/profil/55--Dora-Borbly">Borbély, Dora</option><option value="/profil/90--Michael-Bulgrin">Bulgrin, Michael</option><option value="/profil/173--Bulle-und-Baer-Research">Bulle & Bär Research</option><option value="/profil/66--Business-Wire">Business Wire</option><option value="/profil/260--Andreas-Boeger">Böger, Andreas</option><option value="/profil/23--Alvaro-Chaves">Chaves, Alvaro</option><option value="/profil/113--CNW">CNW</option><option value="/profil/192--Commerzbank">Commerzbank AG</option><option value="/profil/265--CompanyMaker">CompanyMaker</option><option value="/profil/38--DAF">DAF</option><option value="/profil/8--DEBRIV">DEBRIV</option><option value="/profil/144--Goldreport">Der Goldreport</option><option value="/profil/13--DGAP">DGAP</option><option value="/profil/169--Rohstoff-Woche">Die Rohstoff-Woche</option><option value="/profil/148--Sintje-Diek">Diek, Sintje</option><option value="/profil/149--Sintje-Diek-HSH-Nordbank">Diek, Sintje (HSH Nordbank AG)</option><option value="/profil/35--vom-Unternehmen">Diverse</option><option value="/profil/65--DJ-Newswire">Dow Jones Newswire</option><option value="/profil/259--Dietmar-Siebholz">Dr. Siebholz, Dietmar</option><option value="/profil/187--DZ-Bank">DZ Bank</option><option value="/profil/127--EG-fuer-Gold-und-Silber">EG für Gold und Silber</option><option value="/profil/132--Alexander-Ehmann">Ehmann, Alexander</option><option value="/profil/167--Alexander-Ehmann-Morningstar">Ehmann, Alexander (Morningstar)</option><option value="/profil/313--EIN-Presswire">EIN Presswire</option><option value="/profil/164--EMFIS">EMFIS</option><option value="/profil/278--Energy-Funds-Advisors">Energy Funds Advisors</option><option value="/profil/3--F.-William-Engdahl">Engdahl, F. William</option><option value="/profil/112--ETF-Securities">ETF Securities</option><option value="/profil/85--Financial-Newsline">Financial Newsline</option><option value="/profil/81--First-Capital-Research">First Capital Research</option><option value="/profil/116--First-Platinum-GmbH">First Platinum GmbH</option><option value="/profil/298--Martina-Fischer">Fischer, Martina</option><option value="/profil/299--Martina-Fischer-Heraeus">Fischer, Martina (Heraeus)</option><option value="/profil/119--Paul-Foellbach">Foellbach, Dr. Paul</option><option value="/profil/183--Fortuna-Capital">Fortuna Capital</option><option value="/profil/280--FSCwire">FSCwire</option><option value="/profil/79--Futurestocks">Futurestocks</option><option value="/profil/254--Michael-Gasteiner">Gasteiner, Michael</option><option value="/profil/255--Michael-Gasteiner-Proga-Research">Gasteiner, Michael (Proga Research GmbH)</option><option value="/profil/223--Christoph-Geyer">Geyer, Christoph</option><option value="/profil/224--Christoph-Geyer-Commerzbank">Geyer, Christoph (Commerzbank AG)</option><option value="/profil/103--Global-Investor-M-und-E">Global Investor Mining & Energy</option><option value="/profil/77--Global-SmallCap-Report">Global SmallCap Report</option><option value="/profil/276--GlobeNewswire">GlobeNewswire</option><option value="/profil/43--Globenewswire-Europe">Globenewswire Europe</option><option value="/profil/221--GoldMoney">GoldMoney</option><option value="/profil/246--aaaa">GoldMoney</option><option value="/profil/1--GoldSeiten">GoldSeiten.de</option><option value="/profil/305--H.-Juergen-Kiefer">H. Jürgen Kiefer GmbH</option><option value="/profil/111--Daniel-Haase">Haase, Daniel</option><option value="/profil/63--Rainer-Hahn">Hahn, Rainer</option><option value="/profil/239--Rainer-Hahn-EMFIS">Hahn, Rainer (EMFIS)</option><option value="/profil/42--Adam-Hamilton">Hamilton, Adam</option><option value="/profil/216--Ole-S-Hansen">Hansen, Ole S</option><option value="/profil/217--Ole-S-Hansen-Saxo-Bank">Hansen, Ole S (Saxo Bank)</option><option value="/profil/219--Joachim-Haug">Haug, Joachim</option><option value="/profil/220--Joachim-Haug-Aktienstars.com">Haug, Joachim (Aktienstars.com)</option><option value="/profil/108--Werner-Hedrich">Hedrich, Werner</option><option value="/profil/197--Werner-Hedrich-Morningstar">Hedrich, Werner (Morningstar)</option><option value="/profil/20--Bjoern-Heidkamp">Heidkamp, Björn</option><option value="/profil/294--Bjoern-Heidkamp-Kagels-Trading">Heidkamp, Björn (Kagels Trading)</option><option value="/profil/17--Sebastian-Hell">Hell, Sebastian</option><option value="/profil/165--Sebastian-Hell-EMFIS">Hell, Sebastian (EMFIS)</option><option value="/profil/163--Sebastian-Hell-Rohstoff-Trader">Hell, Sebastian (Rohstoff-Trader)</option><option value="/profil/267--Sonia-Hellwig">Hellwig, Sonia</option><option value="/profil/268--Sonia-Hellwig-Heraeus">Hellwig, Sonia (Heraeus)</option><option value="/profil/174--Heraeus">Heraeus</option><option value="/profil/248--Oliver-Heuschuch">Heuschuch, Oliver</option><option value="/profil/249--Oliver-Heuschuch-Heraeus">Heuschuch, Oliver (Heraeus)</option><option value="/profil/48--Mike-Hewitt">Hewitt, Mike</option><option value="/profil/52--Jochen-Hitzfeld">Hitzfeld, Jochen</option><option value="/profil/300--Philip-Hopf">Hopf, Philip</option><option value="/profil/302--Philip-Hopf-Hopf-Klinkmueller-Capital">Hopf, Philip (Hopf-Klinkmüller Capital)</option><option value="/profil/301--Hopf-Klinkmueller-Capital">Hopf-Klinkmüller Capital</option><option value="/profil/94--Olaf-Hordenbach">Hordenbach, Olaf</option><option value="/profil/178--HSBC-Trinkaus-und-Burkhardt">HSBC Trinkaus & Burkhardt</option><option value="/profil/126--HSH-Nordbank">HSH Nordbank AG</option><option value="/profil/59--Hannes-Huster">Huster, Hannes</option><option value="/profil/145--Hannes-Huster-Goldreport">Huster, Hannes (Der Goldreport)</option><option value="/profil/234--IG-Markets">IG Markets</option><option value="/profil/72--Invest-Inside">Invest Inside</option><option value="/profil/115--Investment24-AG">Investment24 AG</option><option value="/profil/11--IRW-Press">IRW-Press</option><option value="/profil/284--JCN-Newswire">JCN Newswire</option><option value="/profil/147--Johnson-Matthey">Johnson Matthey</option><option value="/profil/320--Christian-Jubelt">Jubelt, Christian </option><option value="/profil/286--Kaack-Terminhandel">Kaack Terminhandel</option><option value="/profil/292--Kagels-Trading">Kagels Trading</option><option value="/profil/62--Karsten-Kagels">Kagels, Karsten</option><option value="/profil/293--Karsten-Kagels-Kagels-Trading">Kagels, Karsten (Kagels Trading)</option><option value="/profil/241--Eckart-Keil">Keil, Eckart</option><option value="/profil/242--Eckart-Keil-Premium-Pearl-Fund-AG">Keil, Eckart (Premium Pearl Fund AG)</option><option value="/profil/274--Frank-Klumpp">Klumpp, Frank</option><option value="/profil/275--Frank-Klumpp-LBBW">Klumpp, Frank (LBBW)</option><option value="/profil/209--Jan-Kneist">Kneist, Jan</option><option value="/profil/211--Jan-Kneist-Metals-und-Mining-Consult">Kneist, Jan (Metals & Mining Consult)</option><option value="/profil/142--Mike-C.-Kock">Kock, Mike</option><option value="/profil/143--Mike-C.-Kock-Artex-Swiss">Kock, Mike (Artex Swiss)</option><option value="/profil/243--Gregor-Kuhn">Kuhn, Gregor</option><option value="/profil/244--Gregor-Kuhn-IG-Markets">Kuhn, Gregor (IG Markets)</option><option value="/profil/39--Christian-Kaemmerer">Kämmerer, Christian</option><option value="/profil/157--LBBW">LBBW</option><option value="/profil/212--Marketwired">Marketwired</option><option value="/profil/210--Metals-und-Mining-Consult">Metals & Mining Consult</option><option value="/profil/45--Juergen-Meyer">Meyer, Jürgen</option><option value="/profil/190--Juergen-Meyer-LBBW">Meyer, Jürgen (LBBW)</option><option value="/profil/230--Midas-Invest-Ltd">Midas Invest Ltd.</option><option value="/profil/129--David-Morgan">Morgan, David</option><option value="/profil/166--Morningstar">Morningstar</option><option value="/profil/93--MunichInvest">MunichInvest</option><option value="/profil/34--Hans-Joerg-Muellenmeister">Müllenmeister, Hans Jörg</option><option value="/profil/118--Dr.-Juergen-Mueller">Müller, Jürgen</option><option value="/profil/160--Dr.-Juergen-Mueller-EG-fuer-Gold-und-Silber">Müller, Jürgen (EG für Gold und Silber)</option><option value="/profil/314--Christian-Moehrer">Möhrer, Christian</option><option value="/profil/316--Christian-Moehrer-Kagels-Trading">Möhrer, Christian (Kagels Trading)</option><option value="/profil/318--NewsDirect">NewsDirect</option><option value="/profil/282--Newsfile">Newsfile</option><option value="/profil/16--Marc-Nitzsche">Nitzsche, Marc</option><option value="/profil/162--Marc-Nitzsche-Rohstoff-Trader">Nitzsche, Marc (Rohstoff-Trader)</option><option value="/profil/61--Juergen-Nowacki">Nowacki, Jürgen</option><option value="/profil/67--Simon-Noeth">Nöth, Simon</option><option value="/profil/200--Simon-Noeth-Morningstar">Nöth, Simon (Morningstar)</option><option value="/profil/75--Oberbayer.-Boersenbrief">Oberbayer. Börsenbrief</option><option value="/profil/60--Dirk-Masuch-Oesterreich">Oesterreich, Dirk Masuch</option><option value="/profil/96--Sven-Olsson">Olsson, Sven</option><option value="/profil/146--Sven-Olsson-Zimtu-Capital">Olsson, Sven (Zimtu Capital)</option><option value="/profil/125--Pearl-Trader">Pearl Trader</option><option value="/profil/78--Pearlsfactory">Pearlsfactory</option><option value="/profil/76--Pennystock-Report">Pennystock Report</option><option value="/profil/124--Pennystockraketen">Pennystockraketen.de</option><option value="/profil/88--Performaxx">Performaxx</option><option value="/profil/264--Uli-Pfauntsch">Pfauntsch, Uli</option><option value="/profil/266--Uli-Pfauntsch-CompanyMaker">Pfauntsch, Uli (CompanyMaker)</option><option value="/profil/87--Planetinvest.de">Planetinvest.de</option><option value="/profil/107--Platts">Platts</option><option value="/profil/311--Thorsten-Polleit">Polleit, Thorsten</option><option value="/profil/122--PR-Newswire">PR Newswire</option><option value="/profil/240--Premium-Pearl-Fund-AG">Premium Pearl Fund AG</option><option value="/profil/50--Thorsten-Proettel">Proettel, Thorsten</option><option value="/profil/159--Thorsten-Proettel-LBBW">Proettel, Thorsten (LBBW)</option><option value="/profil/214--Profiteer">Profiteer</option><option value="/profil/253--Proga-Research">Proga Research GmbH</option><option value="/profil/32--Jens-Rabe">Rabe, Jens</option><option value="/profil/22--Andr-Radloff">Radloff, André</option><option value="/profil/154--RBS">RBS</option><option value="/profil/68--Robert-Rethfeld">Rethfeld, Robert</option><option value="/profil/272--Florian-Richardt">Richardt , Florian</option><option value="/profil/273--Florian-Richardt-Heraeus">Richardt , Florian (Heraeus)</option><option value="/profil/262--Rockstone">Rockstone Research Ltd.</option><option value="/profil/6--Tim-Roedel">Roedel, Tim</option><option value="/profil/170--Tim-Roedel-Rohstoff-Woche">Roedel, Tim (Die Rohstoff-Woche)</option><option value="/profil/252--Rohstoff-Express">Rohstoff Express</option><option value="/profil/2--Rohstoff-Spiegel">Rohstoff-Spiegel</option><option value="/profil/161--Rohstoff-Trader">Rohstoff-Trader</option><option value="/profil/28--Redaktion">Rohstoff-Welt.de</option><option value="/profil/40--Redaktion-Export">Rohstoff-Welt.de</option><option value="/profil/181--RohstoffJournal">RohstoffJournal</option><option value="/profil/7--Rohstoffraketen">Rohstoffraketen.de</option><option value="/profil/5--Ross-Trading">Ross Trading</option><option value="/profil/53--Matthias-Rubisch">Rubisch, Matthias</option><option value="/profil/199--Matthias-Rubisch-Commerzbank">Rubisch, Matthias (Commerzbank AG)</option><option value="/profil/287--Wolfgang-Sabel">Sabel, Wolfgang</option><option value="/profil/288--Wolfgang-Sabel-Kaack-Terminhandel">Sabel, Wolfgang (Kaack Terminhandel)</option><option value="/profil/235--Andr-Saenger">Saenger, André</option><option value="/profil/236--Andr-Saenger-IG-Markets">Saenger, André (IG Markets)</option><option value="/profil/215--Saxo-Bank">Saxo Bank</option><option value="/profil/47--Frank-Schallenberger">Schallenberger, Frank</option><option value="/profil/158--Frank-Schallenberger-LBBW">Schallenberger, Frank (LBBW)</option><option value="/profil/10--Bernhard-Schmidt">Schmidt, Bernhard</option><option value="/profil/184--Bernhard-Schmidt-Fortuna-Capital">Schmidt, Bernhard (Fortuna Capital)</option><option value="/profil/186--Bernhard-Schmidt-USC">Schmidt, Bernhard (USC)</option><option value="/profil/19--Robert-Schroeder">Schröder, Robert</option><option value="/profil/319--christian">Schulz Christian</option><option value="/profil/232--Boris-Schulze">Schulze, Boris</option><option value="/profil/204--Dennis-Schwarz">Schwarz, Dennis</option><option value="/profil/205--Dennis-Schwarz-SchwarzTrading">Schwarz, Dennis (SchwarzTrading)</option><option value="/profil/203--SchwarzTrading">SchwarzTrading</option><option value="/profil/70--Silberjunge">Silberjunge</option><option value="/profil/86--Small-Cap-News">Small Cap News</option><option value="/profil/80--Small-Cap-Trader">Small Cap Trader</option><option value="/profil/82--Smallcap-Investor">Smallcap-Investor</option><option value="/profil/54--Andy-Sommer">Sommer, Andy</option><option value="/profil/150--Andy-Sommer-HSH-Nordbank">Sommer, Andy (HSH Nordbank AG)</option><option value="/profil/105--Jochen-Stanzl">Stanzl, Jochen</option><option value="/profil/44--Jochen-Steffens">Steffens, Jochen</option><option value="/profil/172--Jochen-Steffens-Stockstreet">Steffens, Jochen (Stockstreet)</option><option value="/profil/18--Marius-Steininger">Steininger, Marius</option><option value="/profil/226--Stock-Telegraph.com">Stock-Telegraph.com</option><option value="/profil/317--stock3.com">stock3.com</option><option value="/profil/74--stockreport.de">stockreport.de</option><option value="/profil/171--Stockstreet">Stockstreet</option><option value="/profil/269--Thomas-Straub">Straub, Thomas</option><option value="/profil/271--Thomas-Straub-Taurus-Gruppe">Straub, Thomas (Taurus Edelmetall Gruppe)</option><option value="/profil/46--Sven-Streitmayer">Streitmayer, Sven</option><option value="/profil/189--Sven-Streitmayer-LBBW">Streitmayer, Sven (LBBW)</option><option value="/profil/289--Stephanie-Stoever">Stöver, Stephanie</option><option value="/profil/290--Stephanie-Stoever-Kaack-Terminhandel">Stöver, Stephanie (Kaack Terminhandel)</option><option value="/profil/117--SwissMoneyReport">SwissMoneyReport</option><option value="/profil/25--Funda-Tarhan">Tarhan, Funda</option><option value="/profil/156--Funda-Tarhan-RBS">Tarhan, Funda (RBS)</option><option value="/profil/270--Taurus-Gruppe">Taurus Edelmetall Gruppe</option><option value="/profil/128--The-Morgan-Report">The Morgan Report</option><option value="/profil/222--The-Newswire">The Newswire</option><option value="/profil/304--Dimitri-Theise">Theise, Dimitri</option><option value="/profil/307--Dimitri-Theise-H.-Juergen-Kiefer">Theise, Dimitri (H. Jürgen Kiefer GmbH)</option><option value="/profil/21--Marcel-Torney">Torney, Marcel</option><option value="/profil/182--Marcel-Torney-RohstoffJournal">Torney, Marcel (RohstoffJournal)</option><option value="/profil/73--Trading-Insider">Trading Insider</option><option value="/profil/123--Trendraketen">Trendraketen.de</option><option value="/profil/231--Trendspekulant">Trendspekulant</option><option value="/profil/233--Trendspekulant-Boris-Schulze">Trendspekulant (Schulze, Boris)</option><option value="/profil/36--Egon-Tschol">Tschol, Egon</option><option value="/profil/185--USC">USC</option><option value="/profil/131--Value-Investor">Value Investor</option><option value="/profil/312--Chris-Vermeulen">Vermeulen, Chris</option><option value="/profil/106--Vertrauliche-Mitteilungen">Vertrauliche Mitteilungen</option><option value="/profil/4--Gabor-Vogel">Vogel, Gabor</option><option value="/profil/188--Gabor-Vogel-DZ-Bank">Vogel, Gabor (DZ Bank)</option><option value="/profil/31--Eugen-Weinberg">Weinberg, Eugen</option><option value="/profil/193--Eugen-Weinberg-Commerzbank">Weinberg, Eugen (Commerzbank AG)</option><option value="/profil/104--Harald-Weygand">Weygand, Harald</option><option value="/profil/201--Tom-Whitelaw">Whitelaw, Tom</option><option value="/profil/202--Tom-Whitelaw-Morningstar">Whitelaw, Tom (Morningstar)</option><option value="/profil/309--WisdomTree">WisdomTree</option><option value="/profil/295--Achim-Wittmann">Wittmann, Achim</option><option value="/profil/297--Achim-Wittmann-LBBW">Wittmann, Achim (LBBW)</option><option value="/profil/64--Natalia-Wolfstetter">Wolfstetter, Natalia</option><option value="/profil/198--Natalia-Wolfstetter-Morningstar">Wolfstetter, Natalia (Morningstar)</option><option value="/profil/49--Manfred-Wolter">Wolter, Manfred</option><option value="/profil/168--Manfred-Wolter-LBBW">Wolter, Manfred (LBBW)</option><option value="/profil/121--World-Gold-Council">World Gold Council</option><option value="/profil/41--Scott-Wright">Wright, Scott</option><option value="/profil/29--Wolfgang-Wrzesniok-Rossbach">Wrzesniok-Roßbach</option><option value="/profil/175--Wolfgang-Wrzesniok-Rossbach-Heraeus">Wrzesniok-Roßbach (Heraeus)</option><option value="/profil/26--Herbert-Wuestefeld">Wüstefeld, Herbert</option><option value="/profil/155--Herbert-Wuestefeld-RBS">Wüstefeld, Herbert (RBS)</option><option value="/profil/92--Yalta-advisory">YALTA advisory</option><option value="/profil/57--Zimtu-Capital">Zimtu Capital</option></select></td></tr> <tr valign="top" align="left"><td class="head"></td><td class="even"><script type="text/javascript"> $(document).ready(function(){ //$( "#ftac2 #mid" ).hide(); var selectedvalue = "Minen | WKN | ISIN"; var defaultvalue = ""; $( "#ftac2 #mid_ac" ) .click(function() { $(this).val(""); $("#ftac2 #mid").attr("value", 0); }) .autocomplete({ source: function( request, response ) { $.ajax({ url: "/modules/minen/ajax/selectcompany_autocomplete.php", dataType: "json", type: "POST", data: { term: request.term, token: '62870fa5b3b85b7907262a1d1c0f86e7' }, success: function( data ) { response( $.map( data, function( item ) { return { label: item["label"], value: item["value"].replace( new RegExp( "(?![^&;]+;)(?!<[^<>]*)(" + $.ui.autocomplete.escapeRegex(request.term) + ")(?![^<>]*>)(?![^&;]+;)", "gi"), "<strong>$1</strong>") } })); } }); }, minLength: 2, create: function( event, ui ) { $(this).tooltip(); }, select: function( event, ui ) { this.value = $("<div/>").html(ui.item.value).text(); //window.location = ui.item.label; //var ele = $("<input type=\"hidden\" name=\"mid\" value=\""+ui.item.label+"\""); //var ele = $("<input/>").attr("type", "hidden").attr("name", "mid").attr("value", ui.item.label); if(ui.item) { //$("#ftac2 #mid").attr("value", ui.item.label).change(); // $("#ftac2 #mid").attr("value", ui.item.label).change(); top.location.href = ui.item.label; } //$(this).after(ele); return false; }, close: function( event, ui ) { }, change: function( event, ui ) { // falls Suchergebnisse vorhanden, nicht weiter if(ui.item) { /*$(this).val(defaultvalue);*/ return; } var value = $(this).val(); var message = ""; // Suchbegrief zu kurz if(value.length < 2) message = "\""+value+"\" ist zu kurz"; // keine Treffer else message = "\""+value+"\" ist nicht vorhanden"; $(this) .attr( "title", message ) .tooltip( "open" ); setTimeout(function(){ $( "#ftac2 #mid_ac" ).tooltip( "close" ).attr( "title", "" ).val(defaultvalue); }, 2000); $(this).data( "ui-autocomplete" ).term = ""; $("#ftac2 #mid").attr("value", 0); return false; } }).data( "ui-autocomplete" )._renderItem = function( ul, item ) { return $( "<li></li>" ) .data( "item.autocomplete", item ) //.append( "<a href=\""+item["label"]+"\">" + item["value"] + "</a>" ) .append( "<a>" + item["value"] + "</a>" ) .appendTo( ul ); }; if(selectedvalue != "") { $.ajax({ url: "/modules/minen/ajax/selectcompany_autocomplete.php", dataType: "json", type: "POST", data: { //term: request.term, id: selectedvalue }, success: function( data ) { //$("#ftac2 #mid").attr("value", data.label); $("#ftac2 #mid_ac").attr("value", data.value); //alert(data.value); } }); } /* if(selectedvalue != "") { $( "#ftac2 #mid_ac" ).autocomplete( "option", "autoFocus", true ); $( "#ftac2 #mid_ac" ).autocomplete( "search" ); // $( "#ftac2 #mid_ac").data("ui-autocomplete")._trigger("change"); } */ }); </script><span id="ftac2"><input type="hidden" name="mid" id="mid" value="Minen | WKN | ISIN" /><input type='text' name='mid_ac' title='' id='mid_ac' size='25' maxlength='255' value='Minen | WKN | ISIN' /></span></td></tr> <tr valign="top" align="left"><td class="head"></td><td class="even"><script type="text/javascript"> $(document).ready(function(){ //$( "#ftac2 #fonds" ).hide(); var selectedvalue = "Fonds | WKN | ISIN"; var defaultvalue = "Fonds | WKN | ISIN"; $( "#ftac2 #fonds_ac" ) .click(function() { $(this).val(""); $("#ftac2 #fonds").attr("value", 0); }) .autocomplete({ source: function( request, response ) { $.ajax({ url: "/modules/fonds/ajax/selectfonds_autocomplete.php", dataType: "json", type: "POST", data: { term: request.term, token: '62870fa5b3b85b7907262a1d1c0f86e7' }, success: function( data ) { response( $.map( data, function( item ) { return { label: item["label"], value: item["value"].replace( new RegExp( "(?![^&;]+;)(?!<[^<>]*)(" + $.ui.autocomplete.escapeRegex(request.term) + ")(?![^<>]*>)(?![^&;]+;)", "gi"), "<strong>$1</strong>") } })); } }); }, minLength: 2, create: function( event, ui ) { $(this).tooltip(); }, select: function( event, ui ) { this.value = $("<div/>").html(ui.item.value).text(); //window.location = ui.item.label; //var ele = $("<input type=\"hidden\" name=\"fonds\" value=\""+ui.item.label+"\""); //var ele = $("<input/>").attr("type", "hidden").attr("name", "fonds").attr("value", ui.item.label); if(ui.item) { //$("#ftac2 #fonds").attr("value", ui.item.label).change(); // $("#ftac2 #fonds").attr("value", ui.item.label).change(); top.location.href = ui.item.label; } //$(this).after(ele); return false; }, close: function( event, ui ) { }, change: function( event, ui ) { // falls Suchergebnisse vorhanden, nicht weiter if(ui.item) { /*$(this).val(defaultvalue);*/ return; } var value = $(this).val(); var message = ""; // Suchbegrief zu kurz if(value.length < 2) message = "\""+value+"\" ist zu kurz"; // keine Treffer else message = "\""+value+"\" ist nicht vorhanden"; $(this) .attr( "title", message ) .tooltip( "open" ); setTimeout(function(){ $( "#ftac2 #fonds_ac" ).tooltip( "close" ).attr( "title", "" ).val(defaultvalue); }, 2000); $(this).data( "ui-autocomplete" ).term = ""; $("#ftac2 #fonds").attr("value", 0); return false; } }).data( "ui-autocomplete" )._renderItem = function( ul, item ) { return $( "<li></li>" ) .data( "item.autocomplete", item ) //.append( "<a href=\""+item["label"]+"\">" + item["value"] + "</a>" ) .append( "<a>" + item["value"] + "</a>" ) .appendTo( ul ); }; if(selectedvalue != "") { $.ajax({ url: "/modules/fonds/ajax/selectfonds_autocomplete.php", dataType: "json", type: "POST", data: { //term: request.term, id: selectedvalue }, success: function( data ) { //$("#ftac2 #fonds").attr("value", data.label); $("#ftac2 #fonds_ac").attr("value", data.value); //alert(data.value); } }); } /* if(selectedvalue != "") { $( "#ftac2 #fonds_ac" ).autocomplete( "option", "autoFocus", true ); $( "#ftac2 #fonds_ac" ).autocomplete( "search" ); // $( "#ftac2 #fonds_ac").data("ui-autocomplete")._trigger("change"); } */ }); </script><span id="ftac2"><input type="hidden" name="fonds" id="fonds" value="" /><input type='text' name='fonds_ac' title='' id='fonds_ac' size='25' maxlength='255' value='Fonds | WKN | ISIN' location /></span></td></tr> <tr valign="top" align="left"><td class="head"></td><td class="even"><select size="1" onchange="window.location = this.value;" name="rs_id" id="rs_id" title=""><option value="">Rohstoffe</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=37">Agrar</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=13">Aluminium</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=42">Antimon</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=53">Baumwolle</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=71">Benzin</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=43">Beryllium</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=41">Bismut</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=12">Blei</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=76">Butter</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=47">Cannabis</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=29">Chrom</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=79">CO2</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=50">Cryptocoin Mining</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=18">Diamanten</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=35">Dienstleister</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=72">Diesel</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=7">Eisen</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=20">Erdgas</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=34">Ethanol</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=46">Flussspat</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=1">Gold</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=32">Graphit</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=77">Hafer</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=70">Heizöl</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=51">Helium</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=39">Holz</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=27">Indium</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=6">Iridium</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=54">Kaffee</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=55">Kakao</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=36">Kali & Phosphate</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=17">Kobalt</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=8">Kohle</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=10">Kupfer</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=56">Lebendrind</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=38">Lithium</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=57">Mag. Schwein</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=22">Magnesium</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=58">Mais</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=28">Mangan</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=59">Mastrind</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=73">Milch</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=30">Mineralsande</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=21">Molybdän</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=11">Nickel</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=31">Niob</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=66">Orangensaft</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=48">Osmium</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=4">Palladium</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=78">Palmöl</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=3">Platin</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=44">Quarzsand</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=68">Raps</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=69">Reis</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=5">Rhodium</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=19">Rohöl</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=49">Ruthenium</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=52">Rutil</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=81">Salz</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=80">Scandium</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=60">Schweinebäuche</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=25">Seltene Erden</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=2">Silber</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=45">Silicium</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=61">Sojabohnen</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=62">Sojamehl</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=63">Sojaöl</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=26">Sonstiges</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=67">Stahl</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=75">Strom</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=9">Tantalium</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=40">Titan</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=16">Uran</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=33">Vanadium</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=74">Wasser</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=64">Weizen</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=23">Wolfram</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=15">Zink</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=14">Zinn</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=65">Zucker</option><option value="https://www.rohstoff-welt.de/news/rohstoffe.php?rs_id=24">Ölsande</option></select></td></tr> <tr valign="top" align="left"><td class="head"></td><td class="even"><input type='text' name='q' title='' id='q' size='0' maxlength='254' value='' />  <input type='submit' class='formButton' name='' id='' value='Los' title='Los' class="text_s" /> </td></tr> </table> <input type="hidden" name="domains" id="domains" value="www.rohstoff-welt.de" /><input type="hidden" name="sa" id="sa" value="Suchen" /><input type="hidden" name="sitesearch" id="sitesearch" value="www.rohstoff-welt.de" /><input type="hidden" name="clien" id="clien" value="pub-7588177713248947" /><input type="hidden" name="forid" id="forid" value="1" /><input type="hidden" name="ie" id="ie" value="ISO-8859-1&oe=ISO-8859-1" /><input type="hidden" name="cof" id="cof" value="GALT%3A%23CC9900%3BGL%3A1%3BDIV%3A%233D6A7F%3BVLC%3A999999%3BAH%3Acenter%3BBGC%3AFFFFFF%3BLBGC%3AFFFFFF%3BALC%3A0000CC%3BLC%3A0000CC%3BT%3A000000%3BGFNT%3A999999%3BGIMP%3A999999%3BLH%3A48%3BLW%3A186%3BL%3Ahttp%3A%2F%2Fwww.goldseiten.de%2Fbilder%2Flogo_suche.png%3BS%3Ahttp%3A%2F%2Fwww.goldseiten.de%3BFORID%3A1%3B" /><input type="hidden" name="hl" id="hl" value="de" /></form> <!-- Start Form Validation JavaScript //--> <script type='text/javascript'> <!--// function xoopsFormValidate_searchform() { var myform = window.document.searchform; return true; } //--></script> <!-- End Form Validation JavaScript //--> </div> </div> </div> <div><div class="box lvl1 clearfix minen_minen_mine_info "> <div class="boxheader blockTitle_minen_minen_mine_info"><div class="boxtitle">Mineninfo</div></div> <div class="boxcontent blockContent_minen_minen_mine_info"> <div class="mine_info mine_info_zusatzinfo"> <div class="item clearfix"> <div class="itemHead"><h3 class="itemTitle"><a href="/aktien/407--Hess-Corp" title="Hess Corp. (WKN: A0JMQL | ISIN: US42809H1077 | Symbol: HES)">Hess Corp.</a></h3></div> <div class="itemImg"><a href="/aktien/407--Hess-Corp" title="Hess Corp. (WKN: A0JMQL | ISIN: US42809H1077 | Symbol: HES)"><img src="/bilder/minen/logos/407.jpg" alt="Hess Corp." border="0" /></a></div> <div class="itemBody"> <div class="row branche"> <label>Branche:</label> <div class="value">Bergbau</div> </div> <div class="row registeredin"> <label>Heimatland:</label> <div class="value"><a href="https://www.rohstoff-welt.de/aktien/uebersicht.php?op=hauptsitz&lid=US#USA" title="USA">USA</a></div> </div> <div class="row wkn"> <label>WKN:</label> <div class="value">A0JMQL</div> </div> <div class="row isin"> <label>ISIN:</label> <div class="value">US42809H1077</div> </div> <div class="row"> <label><div class="website"></div></label> <div class="value"><a href="http://www.hess.com" title="www.hess.com" rel="external">www.hess.com</a></div> </div> <div class="row subnavi clearfix"> <label>weitere Infos:</label> <div class="value"> <ul class="more_infos"> <li><a href="/aktien/407--Hess-Corp">Übersicht</a><br></li> <li><a href="/aktien/407--Hess-Corp/Kurse+%26+Charts">Kurse & Charts</a><br></li> <li><a href="/aktien/407--Hess-Corp/Nachrichten">Nachrichten</a><br></li> <li><a href="/aktien/407--Hess-Corp/Nachrichten%2C+engl.">Nachrichten, engl.</a><br></li> </ul> </div></div> </div><!-- #itemBody --> </div><!-- #item --> </div><!-- #mine_info --> </div> </div> </div> <div><div class="box lvl1 clearfix _helper_util_block_itemlist_modules "> <div class="boxheader blockTitle__helper_util_block_itemlist_modules"><div class="boxtitle">Top-News</div></div> <div class="boxcontent blockContent__helper_util_block_itemlist_modules"> <!-- TEASER: - LAYOUT: 16 --> <script src="/Frameworks/gs/lib/jquery/plugins/jquery-scrollbox-master/jquery.scrollbox.js"></script> <script> $(function () { $('#scroll273').scrollbox({ linear: true, step: 1, delay: 0, speed: 100 }); }); </script> <div id="scroll273" style="height: 200px; overflow: hidden;"> <ul class="itemlist"> <li class="listitem clearfix"> <h3><a href="https://www.rohstoff-welt.de/news/689996--Sokoman-Minerals-Corp.-und-Benton-Resources-Inc.-beenden-Spin-Out-von-Vinland-Lithium-Inc.html" title="Sokoman Minerals Corp. & Benton Resources Inc. beenden Spin-Out von Vinland Lithium Inc." class="">Sokoman Minerals Corp. & Benton Resources Inc. beenden Spin-Out von Vinland ...</a></h3> <p class="info"> <span class="date">28.04.</span> | <span class="author"><a href="/profil/28--Rohstoff-Welt.de/Artikel">Redaktion</a></span> </p> </li> <li class="listitem clearfix"> <h3><a href="https://www.rohstoff-welt.de/news/689866--Allied-Critical-Metals-Inc.~-Abschluss-des-Reverse-Takeover.html" title="Allied Critical Metals Inc.: Abschluss des Reverse Takeover" class="">Allied Critical Metals Inc.: Abschluss des Reverse Takeover</a></h3> <p class="info"> <span class="date">25.04.</span> | <span class="author"><a href="/profil/28--Rohstoff-Welt.de/Artikel">Redaktion</a></span> </p> </li> <li class="listitem clearfix"> <h3><a href="https://www.rohstoff-welt.de/news/689344--Eros-Resources-Corp.-erhaelt-Genehmigung-fuer-Aktienkonsolidierung-und-Namensaenderung.html" title="Eros Resources Corp. erhält Genehmigung für Aktienkonsolidierung & Namensänderung" class="">Eros Resources Corp. erhält Genehmigung für Aktienkonsolidierung ...</a></h3> <p class="info"> <span class="date">22.04.</span> | <span class="author"><a href="/profil/28--Rohstoff-Welt.de/Artikel">Redaktion</a></span> </p> </li> <li class="listitem clearfix"> <h3><a href="https://www.rohstoff-welt.de/news/689109--Discovery-Silver-Corp.-schliesst-Kauf-von-Porcupine-Komplex-ab.html" title="Discovery Silver Corp. schließt Kauf von Porcupine-Komplex ab" class="">Discovery Silver Corp. schließt Kauf von Porcupine-Komplex ab</a></h3> <p class="info"> <span class="date">17.04.</span> | <span class="author"><a href="/profil/28--Rohstoff-Welt.de/Artikel">Redaktion</a></span> </p> </li> <li class="listitem clearfix"> <h3><a href="https://www.rohstoff-welt.de/news/688945--African-Energy-Metals-Inc~-Projektkauf-Namensaenderung-neue-Boersenzulassung-und-neuer-Unternehmensfokus.html" title="African Energy Metals Inc: Projektkauf, Namensänderung, neue Börsenzulassung und neuer Unternehmensfokus" class="">African Energy Metals Inc: Projektkauf, Namensänderung, neue ...</a></h3> <p class="info"> <span class="date">16.04.</span> | <span class="author"><a href="/profil/28--Rohstoff-Welt.de/Artikel">Redaktion</a></span> </p> </li> </ul> </div> </div> </div> </div> <div><div class="box lvl1 clearfix _helper_util_blocks_blockset "> <div class="boxheader blockTitle__helper_util_blocks_blockset"><div class="boxtitle">Meistgelesene Artikel</div></div> <div class="boxcontent blockContent__helper_util_blocks_blockset"> <script type="text/javascript" language="javascript"> //jQuery.noConflict(); $(document).ready(function() { showBlock272(0); }); function showBlock272(no) { $('#blockset272 #tabs .tab a').removeClass('selected'); $('#blockset272 #tabs #tab'+no+' a').addClass('selected'); $('#blockset272 .bl').hide(); $('#blockset272 #bl'+no).show(); } </script> <div class="blockset" id="blockset272"> <div class="tabs" id="tabs"> <div class="tab" id="tab0"> <a href="javascript:void(0)" onclick="showBlock272(0)" onmouseover="showBlock272(0)">24h</a> </div> <div class="tab" id="tab1"> <a href="javascript:void(0)" onclick="showBlock272(1)" onmouseover="showBlock272(1)">48h</a> </div> <div class="tab" id="tab2"> <a href="javascript:void(0)" onclick="showBlock272(2)" onmouseover="showBlock272(2)">1Wo</a> </div> <div class="tab" id="tab3"> <a href="javascript:void(0)" onclick="showBlock272(3)" onmouseover="showBlock272(3)">1Mo</a> </div> <div class="tab" id="tab4"> <a href="javascript:void(0)" onclick="showBlock272(4)" onmouseover="showBlock272(4)">6Mo</a> </div> <div class="tab" id="tab5"> <a href="javascript:void(0)" onclick="showBlock272(5)" onmouseover="showBlock272(5)">Alle</a> </div> </div><!-- EO .tabs --> <div class="blocks" id="blocks"> <div class="bl clearfix" id="bl0"><!-- TEASER: - LAYOUT: 14 --> <div class=""> <ul class="itemlist"> <li class="listitem clearfix"> <h3><a href="https://www.rohstoff-welt.de/news/690730--Endeavour-Mining-Plc~-Quartalszahlen-wie-aus-dem-Bilderbuch.html" title="Endeavour Mining Plc: Quartalszahlen wie aus dem Bilderbuch" class="halfnew">Endeavour Mining Plc: Quartalszahlen wie aus dem Bilderbuch</a></h3> <p class="info"> <span class="date">08:41 Uhr</span> | <span class="author"><a href="/profil/145--Huster-Hannes-Der-Goldreport/Artikel">Hannes Huster (Goldreport)</a></span> </p> </li> <li class="listitem clearfix"> <h3><a href="https://www.rohstoff-welt.de/news/690733--Silberpreis-pendelt-erneut-um-3250-.html" title="Silberpreis pendelt erneut um 32,50 $" class="halfnew">Silberpreis pendelt erneut um 32,50 $</a></h3> <p class="info"> <span class="date">10:01 Uhr</span> | <span class="author"><a href="/profil/316--Moehrer-Christian-Kagels-Trading/Artikel">Christian Möhrer (Kagels Trading)</a></span> </p> </li> <li class="listitem clearfix"> <h3><a href="https://www.rohstoff-welt.de/news/690734--Abhaengig-vom-Oelpreis~-Shell-erwaegt-Uebernahmen-von-BP.html" title="Abhängig vom Ölpreis: Shell erwägt Übernahmen von BP" class="halfnew">Abhängig vom Ölpreis: Shell erwägt Übernahmen von BP</a></h3> <p class="info"> <span class="date">07:37 Uhr</span> | <span class="author"><a href="/profil/35--Diverse/Artikel">vom Unternehmen</a></span> </p> </li> <li class="listitem clearfix"> <h3><a href="https://www.rohstoff-welt.de/news/690736--Betrug-mit-Zertifikaten-bringt-Bioenergiebranche-in-Bedraengnis.html" title="Betrug mit Zertifikaten bringt Bioenergiebranche in Bedrängnis" class="new">Betrug mit Zertifikaten bringt Bioenergiebranche in Bedrängnis</a></h3> <p class="info"> <span class="date">15:53 Uhr</span> | <span class="author"><a href="/profil/35--Diverse/Artikel">vom Unternehmen</a></span> </p> </li> <li class="listitem clearfix"> <h3><a href="https://www.rohstoff-welt.de/news/690735--Politik-laesst-Huerden-fuer-die-Wasserkraft-stehen.html" title="Politik lässt Hürden für die Wasserkraft stehen" class="new">Politik lässt Hürden für die Wasserkraft stehen</a></h3> <p class="info"> <span class="date">12:00 Uhr</span> | <span class="author"><a href="/profil/35--Diverse/Artikel">vom Unternehmen</a></span> </p> </li> </ul> </div></div> <div class="bl clearfix" id="bl1"><!-- TEASER: - LAYOUT: 14 --> <div class=""> <ul class="itemlist"> <li class="listitem clearfix"> <h3><a href="https://www.rohstoff-welt.de/news/690725--Battery-X-Metals-Achieves-Pivotal-Milestone-with-Delivery-of-Next-Generation-Lithium-Ion-Battery-Rebalancing-Machine-and-Announces-Exclusive-Live-Reveal-Event.html" title="Battery X Metals Achieves Pivotal Milestone with Delivery of Next-Generation Lithium-Ion Battery Rebalancing Machine and Announces Exclusive Live Reveal Event" class="">Battery X Metals Achieves Pivotal Milestone with Delivery of ...</a></h3> <p class="info"> <span class="date">03.05.</span> | <span class="author"><a href="/profil/281--ACCESS-Newswire/Artikel%2C+engl.">ACCESS Newswire</a></span> </p> </li> <li class="listitem clearfix"> <h3><a href="https://www.rohstoff-welt.de/news/690727--PetroFrontier-Corp.-Announces-Issuance-of-Management-Cease-Trade-Order.html" title="PetroFrontier Corp. Announces Issuance of Management Cease Trade Order" class="">PetroFrontier Corp. Announces Issuance of Management Cease Trade Order</a></h3> <p class="info"> <span class="date">03.05.</span> | <span class="author"><a href="/profil/222--The-Newswire/Artikel%2C+engl.">The Newswire</a></span> </p> </li> <li class="listitem clearfix"> <h3><a href="https://www.rohstoff-welt.de/news/690723--Capstone-Copper-Announces-2025-Annual-General-Meeting-Results.html" title="Capstone Copper Announces 2025 Annual General Meeting Results" class="">Capstone Copper Announces 2025 Annual General Meeting Results</a></h3> <p class="info"> <span class="date">03.05.</span> | <span class="author"><a href="/profil/66--Business-Wire/Artikel%2C+engl.">Business Wire</a></span> </p> </li> <li class="listitem clearfix"> <h3><a href="https://www.rohstoff-welt.de/news/690721--Blackrock-Silver-Announces-Filing-of-Amended-Tonopah-West-Technical-Report.html" title="Blackrock Silver Announces Filing of Amended Tonopah West Technical Report" class="">Blackrock Silver Announces Filing of Amended Tonopah West Technical Report</a></h3> <p class="info"> <span class="date">03.05.</span> | <span class="author"><a href="/profil/282--Newsfile/Artikel%2C+engl.">Newsfile</a></span> </p> </li> <li class="listitem clearfix"> <h3><a href="https://www.rohstoff-welt.de/news/690722--Moon-River-Moly-Ltd.-Announces-Grant-of-Stock-Options.html" title="Moon River Moly Ltd. Announces Grant of Stock Options" class="">Moon River Moly Ltd. Announces Grant of Stock Options</a></h3> <p class="info"> <span class="date">03.05.</span> | <span class="author"><a href="/profil/282--Newsfile/Artikel%2C+engl.">Newsfile</a></span> </p> </li> </ul> </div></div> <div class="bl clearfix" id="bl2"><!-- TEASER: - LAYOUT: 14 --> <div class=""> <ul class="itemlist"> <li class="listitem clearfix"> <h3><a href="https://www.rohstoff-welt.de/news/690725--Battery-X-Metals-Achieves-Pivotal-Milestone-with-Delivery-of-Next-Generation-Lithium-Ion-Battery-Rebalancing-Machine-and-Announces-Exclusive-Live-Reveal-Event.html" title="Battery X Metals Achieves Pivotal Milestone with Delivery of Next-Generation Lithium-Ion Battery Rebalancing Machine and Announces Exclusive Live Reveal Event" class="">Battery X Metals Achieves Pivotal Milestone with Delivery of ...</a></h3> <p class="info"> <span class="date">03.05.</span> | <span class="author"><a href="/profil/281--ACCESS-Newswire/Artikel%2C+engl.">ACCESS Newswire</a></span> </p> </li> <li class="listitem clearfix"> <h3><a href="https://www.rohstoff-welt.de/news/690214--Storm-Exploration~-Update-on-Option-Payment-for-Miminiska-and-Keezhik.html" title="Storm Exploration: Update on Option Payment for Miminiska and Keezhik" class="">Storm Exploration: Update on Option Payment for Miminiska and Keezhik</a></h3> <p class="info"> <span class="date">29.04.</span> | <span class="author"><a href="/profil/281--ACCESS-Newswire/Artikel%2C+engl.">ACCESS Newswire</a></span> </p> </li> <li class="listitem clearfix"> <h3><a href="https://www.rohstoff-welt.de/news/690162--Meridian-Mining~-Bohrungen-erweitern-hochgradige-Gold-Kupfer-Erzzone-ueber-Goldadern-mit-einem-Gehalt-von-bis-zu-276-g~t-Au.html" title="Meridian Mining: Bohrungen erweitern hochgradige Gold-Kupfer-Erzzone über Goldadern mit einem Gehalt von bis zu 276 g/t Au" class="">Meridian Mining: Bohrungen erweitern hochgradige Gold-Kupfer-Erzzone über ...</a></h3> <p class="info"> <span class="date">29.04.</span> | <span class="author"><a href="/profil/11--IRW-Press/Artikel">IRW-Press</a></span> </p> </li> <li class="listitem clearfix"> <h3><a href="https://www.rohstoff-welt.de/news/690129--Touchstone-Exploration-Inc.~-Update-zu-geplanter-Uebernahme.html" title="Touchstone Exploration Inc.: Update zu geplanter Übernahme" class="">Touchstone Exploration Inc.: Update zu geplanter Übernahme</a></h3> <p class="info"> <span class="date">29.04.</span> | <span class="author"><a href="/profil/28--Rohstoff-Welt.de/Artikel">Redaktion</a></span> </p> </li> <li class="listitem clearfix"> <h3><a href="https://www.rohstoff-welt.de/news/690077--Terra-Clean-Energy-Corp.-Plans-Summer-Drill-Program-at-South-Falcon-East.html" title="Terra Clean Energy Corp. Plans Summer Drill Program at South Falcon East" class="">Terra Clean Energy Corp. Plans Summer Drill Program at South Falcon East</a></h3> <p class="info"> <span class="date">28.04.</span> | <span class="author"><a href="/profil/222--The-Newswire/Artikel%2C+engl.">The Newswire</a></span> </p> </li> </ul> </div></div> <div class="bl clearfix" id="bl3"><!-- TEASER: - LAYOUT: 14 --> <div class=""> <ul class="itemlist"> <li class="listitem clearfix"> <h3><a href="https://www.rohstoff-welt.de/news/689179--Uranium-Energy~-President-und-Chief-Executive-Officer-Amir-Adnani-wird-in-den-Vorstand-der-World-Nuclear-Association-berufen.html" title="Uranium Energy: President und Chief Executive Officer Amir Adnani wird in den Vorstand der World Nuclear Association berufen" class="">Uranium Energy: President und Chief Executive Officer Amir Adnani wird in ...</a></h3> <p class="info"> <span class="date">17.04.</span> | <span class="author"><a href="/profil/11--IRW-Press/Artikel">IRW-Press</a></span> </p> </li> <li class="listitem clearfix"> <h3><a href="https://www.rohstoff-welt.de/news/688568--Battery-X-Metals-Announces-Provisional-Patent-Application-with-US-Patent-und-Trademark-Office-for-Lithium-Ion-Battery-Rebalancing-Technology-Innovations.html" title="Battery X Metals Announces Provisional Patent Application with US Patent & Trademark Office for Lithium-Ion Battery Rebalancing Technology Innovations" class="">Battery X Metals Announces Provisional Patent Application with US Patent ...</a></h3> <p class="info"> <span class="date">12.04.</span> | <span class="author"><a href="/profil/281--ACCESS-Newswire/Artikel%2C+engl.">ACCESS Newswire</a></span> </p> </li> <li class="listitem clearfix"> <h3><a href="https://www.rohstoff-welt.de/news/688701--Handelskrieg-eskaliert-weiter~-China-stoppt-kritische-Exporte-von-Seltenen-Erden.html" title="Handelskrieg eskaliert weiter: China stoppt kritische Exporte von Seltenen Erden" class="">Handelskrieg eskaliert weiter: China stoppt kritische Exporte von Seltenen ...</a></h3> <p class="info"> <span class="date">14.04.</span> | <span class="author"><a href="/profil/28--Rohstoff-Welt.de/Artikel">Redaktion</a></span> </p> </li> <li class="listitem clearfix"> <h3><a href="https://www.rohstoff-welt.de/news/687915--Battery-X-Metals-Achieves-Graphite-Recovery-Breakthrough-in-Partnership-with-Global-Top-20-University-in-Controlled-Trials.html" title="Battery X Metals Achieves Graphite Recovery Breakthrough in Partnership with Global Top 20 University in Controlled Trials" class="">Battery X Metals Achieves Graphite Recovery Breakthrough in Partnership ...</a></h3> <p class="info"> <span class="date">05.04.</span> | <span class="author"><a href="/profil/281--ACCESS-Newswire/Artikel%2C+engl.">ACCESS Newswire</a></span> </p> </li> <li class="listitem clearfix"> <h3><a href="https://www.rohstoff-welt.de/news/689932--Trillion-Energy-Announces-Election-to-Issue-Common-Shares-in-Satisfaction-of-Convertible-Debenture-Interest-Payment-Obligations-and-Shares-for-Debt-Settlement.html" title="Trillion Energy Announces Election to Issue Common Shares in Satisfaction of Convertible Debenture Interest Payment Obligations and Shares for Debt Settlement" class="">Trillion Energy Announces Election to Issue Common Shares in Satisfaction ...</a></h3> <p class="info"> <span class="date">25.04.</span> | <span class="author"><a href="/profil/276--GlobeNewswire/Artikel%2C+engl.">GlobeNewswire</a></span> </p> </li> </ul> </div></div> <div class="bl clearfix" id="bl4"><!-- TEASER: - LAYOUT: 14 --> <div class=""> <ul class="itemlist"> <li class="listitem clearfix"> <h3><a href="https://www.rohstoff-welt.de/news/689179--Uranium-Energy~-President-und-Chief-Executive-Officer-Amir-Adnani-wird-in-den-Vorstand-der-World-Nuclear-Association-berufen.html" title="Uranium Energy: President und Chief Executive Officer Amir Adnani wird in den Vorstand der World Nuclear Association berufen" class="">Uranium Energy: President und Chief Executive Officer Amir Adnani wird in ...</a></h3> <p class="info"> <span class="date">17.04.</span> | <span class="author"><a href="/profil/11--IRW-Press/Artikel">IRW-Press</a></span> </p> </li> <li class="listitem clearfix"> <h3><a href="https://www.rohstoff-welt.de/news/688568--Battery-X-Metals-Announces-Provisional-Patent-Application-with-US-Patent-und-Trademark-Office-for-Lithium-Ion-Battery-Rebalancing-Technology-Innovations.html" title="Battery X Metals Announces Provisional Patent Application with US Patent & Trademark Office for Lithium-Ion Battery Rebalancing Technology Innovations" class="">Battery X Metals Announces Provisional Patent Application with US Patent ...</a></h3> <p class="info"> <span class="date">12.04.</span> | <span class="author"><a href="/profil/281--ACCESS-Newswire/Artikel%2C+engl.">ACCESS Newswire</a></span> </p> </li> <li class="listitem clearfix"> <h3><a href="https://www.rohstoff-welt.de/news/688701--Handelskrieg-eskaliert-weiter~-China-stoppt-kritische-Exporte-von-Seltenen-Erden.html" title="Handelskrieg eskaliert weiter: China stoppt kritische Exporte von Seltenen Erden" class="">Handelskrieg eskaliert weiter: China stoppt kritische Exporte von Seltenen ...</a></h3> <p class="info"> <span class="date">14.04.</span> | <span class="author"><a href="/profil/28--Rohstoff-Welt.de/Artikel">Redaktion</a></span> </p> </li> <li class="listitem clearfix"> <h3><a href="https://www.rohstoff-welt.de/news/687915--Battery-X-Metals-Achieves-Graphite-Recovery-Breakthrough-in-Partnership-with-Global-Top-20-University-in-Controlled-Trials.html" title="Battery X Metals Achieves Graphite Recovery Breakthrough in Partnership with Global Top 20 University in Controlled Trials" class="">Battery X Metals Achieves Graphite Recovery Breakthrough in Partnership ...</a></h3> <p class="info"> <span class="date">05.04.</span> | <span class="author"><a href="/profil/281--ACCESS-Newswire/Artikel%2C+engl.">ACCESS Newswire</a></span> </p> </li> <li class="listitem clearfix"> <h3><a href="https://www.rohstoff-welt.de/news/689932--Trillion-Energy-Announces-Election-to-Issue-Common-Shares-in-Satisfaction-of-Convertible-Debenture-Interest-Payment-Obligations-and-Shares-for-Debt-Settlement.html" title="Trillion Energy Announces Election to Issue Common Shares in Satisfaction of Convertible Debenture Interest Payment Obligations and Shares for Debt Settlement" class="">Trillion Energy Announces Election to Issue Common Shares in Satisfaction ...</a></h3> <p class="info"> <span class="date">25.04.</span> | <span class="author"><a href="/profil/276--GlobeNewswire/Artikel%2C+engl.">GlobeNewswire</a></span> </p> </li> </ul> </div></div> <div class="bl clearfix" id="bl5"><!-- TEASER: - LAYOUT: 14 --> <div class=""> <ul class="itemlist"> <li class="listitem clearfix"> <h3><a href="https://www.rohstoff-welt.de/news/1--Interview-mit-dem-CEO-von-Tara-Gold-Resources-Corp.html" title="Interview mit dem CEO von Tara Gold Resources Corp." class="">Interview mit dem CEO von Tara Gold Resources Corp.</a></h3> <p class="info"> <span class="date">02.01.2007</span> | <span class="author"><a href="/profil/2--Rohstoff-Spiegel/Artikel">Rohstoff-Spiegel</a></span> </p> </li> <li class="listitem clearfix"> <h3><a href="https://www.rohstoff-welt.de/news/978--Marc-Faber-im-EMFIS-Exklusiv-Interview~-Aber-eines-Tages-endet-die-Musik.html" title="Marc Faber im EMFIS Exklusiv-Interview: Aber eines Tages endet die Musik" class="">Marc Faber im EMFIS Exklusiv-Interview: Aber eines Tages endet die Musik</a></h3> <p class="info"> <span class="date">11.06.2007</span> | <span class="author"><a href="/profil/17--Hell-Sebastian/Artikel">Sebastian Hell</a></span> </p> </li> <li class="listitem clearfix"> <h3><a href="https://www.rohstoff-welt.de/news/2484--Oel-aus-Venezuela-nicht-mehr-in-Dollar.html" title="Öl aus Venezuela nicht mehr in Dollar" class="">Öl aus Venezuela nicht mehr in Dollar</a></h3> <p class="info"> <span class="date">17.09.2007</span> | <span class="author"><a href="/profil/28--Rohstoff-Welt.de/Artikel">Redaktion</a></span> </p> </li> <li class="listitem clearfix"> <h3><a href="https://www.rohstoff-welt.de/news/1062--Niob-und-Tantal~-Schluesselmetalle-fuer-Jahrzehnte.html" title="Niob und Tantal: Schlüsselmetalle für Jahrzehnte" class="">Niob und Tantal: Schlüsselmetalle für Jahrzehnte</a></h3> <p class="info"> <span class="date">16.06.2007</span> | <span class="author"><a href="/profil/2--Rohstoff-Spiegel/Artikel">Rohstoff-Spiegel</a></span> </p> </li> <li class="listitem clearfix"> <h3><a href="https://www.rohstoff-welt.de/news/2305--Japan-bezahlt-iranisches-Rohoel-in-Yen.html" title="Japan bezahlt iranisches Rohöl in Yen" class="">Japan bezahlt iranisches Rohöl in Yen</a></h3> <p class="info"> <span class="date">06.09.2007</span> | <span class="author"><a href="/profil/28--Rohstoff-Welt.de/Artikel">Redaktion</a></span> </p> </li> </ul> </div></div> </div><!-- EO .blocks --> </div><!-- EO .blocksetxx --> <!-- layout 6 --> </div> </div> </div> <div><div class="box lvl1 clearfix minen_minen_profile_logos "> <div class="boxheader blockTitle_minen_minen_profile_logos"><div class="boxtitle">Minen Profile</div></div> <div class="boxcontent blockContent_minen_minen_profile_logos"> <script type="text/javascript"><!--//<![CDATA[ $(document).ready(function() { var ele = $('.jcarousel li'); var ele_height = ele.outerHeight(true); $('.jcarousel').innerHeight(3 * ele_height); $('.jcarousel').jcarousel({ vertical: true, wrap: 'circular', }); $('.jcarousel').jcarouselAutoscroll({ interval: 3000, target: '+=1', autostart: true }); }); //]]>--></script> <div class="jcarousel" style="overflow: hidden;"> <ul class="minenlogos"> <li class="minenlogo"><a href="/aktien/2186--Silver-X-Mining-Corp/Profil" target="_top"><img src="/bilder/minen/logos_startseite/2186.png" border="0" vspace="4" alt="Silver X Mining Corp." title="Silver X Mining Corp." /></a></li> <li class="minenlogo"><a href="/aktien/553--Fortuna-Mining-Corp/Profil" target="_top"><img src="/bilder/minen/logos_startseite/553.png" border="0" vspace="4" alt="Fortuna Mining Corp." title="Fortuna Mining Corp." /></a></li> <li class="minenlogo"><a href="/aktien/1933--EMX-Royalty-Corp/Profil" target="_top"><img src="/bilder/minen/logos_startseite/1933.png" border="0" vspace="4" alt="EMX Royalty Corp." title="EMX Royalty Corp." /></a></li> <li class="minenlogo"><a href="/aktien/3335--MTB-Metals-Corp/Profil" target="_top"><img src="/bilder/minen/logos_startseite/3335.png" border="0" vspace="4" alt="MTB Metals Corp." title="MTB Metals Corp." /></a></li> </ul> </div> <div class="banner"><a></a></div> </div> </div> </div> </div> <!-- *********************** Ende rechte Spalte ***********************--> </div> <!-- ende offset --> </div> <!-- Ende Spaltensystem --> <!-- Beginn Footer --> <div id="footer"> <div class="offset clearfix"> <!-- Start footer blocks loop --> <!-- End footer blocks loop --> </div> <!-- Ende offset --> </div> <!-- Ende centerme --> <!-- Ende Footer --> <div id="bottom"> <div class="centermexxx clearfix"> <script> // globale Variablen blockCMTitle = 'Cookie-Einstellungen'; // blockConsentModal = '<div class="item text"><div class="itemBody"><div class="itemText"><div><span>Dieses Tool ermöglicht es Ihnen, Ihre individuellen Cookie-Einstellungen zu verwalten. Die Cookies sind nach ihrem Zweck in verschiedene Kategorien unterteilt.<br /><br />Ihre erteilte Einwilligung können Sie jederzeit ändern oder widerrufen mit Hilfe des "Zahnrad"-Symbols rechts unten in Ihrem Browserfenster.</span></div></div></div></div>'; blockCMDescription = '<div class="item text"><div class="itemBody"><div class="itemText"><div><span>Dieses Tool ermöglicht es Ihnen, Ihre individuellen Cookie-Einstellungen zu verwalten. Die Cookies sind nach ihrem Zweck in verschiedene Kategorien unterteilt.<br /><br />Ihre erteilte Einwilligung können Sie jederzeit ändern oder widerrufen mit Hilfe des "Zahnrad"-Symbols rechts unten in Ihrem Browserfenster.</span></div></div></div></div>'; blockNonotice = false; blockCchome = ''; // blockCookieconsent_msg = '<div class="item text"><div class="itemHead"><div class="itemTitle">RohstoffWelt.de verwendet Cookies</div></div><div class="itemBody"><div class="itemText">Indem Sie auf die Schaltfläche "Alle Cookies akzeptieren" klicken, erklären Sie sich damit einverstanden, dass <span>Webseite</span> und Dritte Cookies auf Ihrem Gerät speichern und darauf zugreifen dürfen. Diese Cookies werden für Betrieb der Webseite, Analysen und interessenbezogene Werbung verwendet.<br /><br />Ihre erteilte Einwilligung können Sie jederzeit ändern oder widerrufen mit Hilfe des "Zahnrad"-Symbols rechts unten in Ihrem Browserfenster.<br /><br />Weitere Informationen finden Sie in unseren <a href="/diverses/datenschutz.php" title="Datenschutz">Datenschutzinformationen</a>.</div></div></div>'; blockCNDescription = '<div class="item text"><div class="itemHead"><div class="itemTitle">RohstoffWelt.de verwendet Cookies</div></div><div class="itemBody"><div class="itemText">Indem Sie auf die Schaltfläche "Alle Cookies akzeptieren" klicken, erklären Sie sich damit einverstanden, dass <span>Webseite</span> und Dritte Cookies auf Ihrem Gerät speichern und darauf zugreifen dürfen. Diese Cookies werden für Betrieb der Webseite, Analysen und interessenbezogene Werbung verwendet.<br /><br />Ihre erteilte Einwilligung können Sie jederzeit ändern oder widerrufen mit Hilfe des "Zahnrad"-Symbols rechts unten in Ihrem Browserfenster.<br /><br />Weitere Informationen finden Sie in unseren <a href="/diverses/datenschutz.php" title="Datenschutz">Datenschutzinformationen</a>.</div></div></div>'; blockUrlDatenschutz = '/diverses/datenschutz.php'; blockUrlCchome = ''; blockUrlImpressum = '/diverses/impressum.php'; blockUrlPrivacypolicy = '/diverses/datenschutz.php'; blockModal = false; blockShowCcmsg = true; blockMustconsent = false; blockDefaultstate = true; blockDomain = 'www.rohstoff-welt.de'; blockSiteName = 'Rohstoff-Welt.de'; blockCCNavi = '<div class="cm-navi"><a href="/diverses/datenschutz.php">Datenschutz</a> | <a href="/diverses/impressum.php">Impressum</a></div>'; /**/ </script> <script defer type="application/javascript" src="https://www.rohstoff-welt.de/modules/_helper/js/cookieconsent.before.klaro.min.js" charset="utf8"></script> <script defer type="application/javascript" src="https://www.rohstoff-welt.de/modules/_helper/js/cookieconsent.klaro.config.min.js?v=1" data-style-prefix="gs-ccm" charset="utf8"></script> <!--<script defer type="application/javascript" src="https://www.rohstoff-welt.de/Frameworks/gs/lib/cookieconsent.klaro/klaro.js" data-style-prefix="gs-ccm" charset="utf8" data-no-auto-load="true"></script>--> <script defer type="application/javascript" src="https://www.rohstoff-welt.de/Frameworks/gs/lib/cookieconsent.klaro/klaro.js" data-style-prefix="gs-ccm" charset="utf8"></script> <script defer type="application/javascript" src="https://www.rohstoff-welt.de/modules/_helper/js/cookieconsent.klaro.min.js" charset="utf8"></script> <link rel="stylesheet" href="/themes/rw-2024/css/gs-ccm.min.css?v=1" /> © 2007 - 2025 Rohstoff-Welt.de ist ein Mitglied der GoldSeiten Mediengruppe<br> Es wird keinerlei Haftung für die Richtigkeit der Angaben übernommen! Alle Angaben ohne Gewähr!<br> Kursdaten: Data Supplied by BSB-Software.de (mind. 15 min zeitverzögert)<br> <div class="nav"> <a href="/diverses/AGB.php">AGB</a> | <a href="/diverses/datenschutz.php">Datenschutz</a> | <a href="/diverses/impressum.php">Impressum</a> | <a href="/diverses/kontakt.php">Kontakt</a> | <a href="/news/suche.php">Suche</a> | <a href="/diverses/rss-xml.php">RRS-Feeds</a> | <a href="/diverses/mediadaten.php">Mediadaten</a> | <a href="/diverses/sitemap.php">Sitemap</a> </div> </div> </div> </div> <!-- EO .centerme --> <script>window.jQuery || document.write('<script src="https://www.rohstoff-welt.de/browse.php?Frameworks/jquery/jquery.js"><\/script>')</script> <script src="https://www.rohstoff-welt.de/themes/rw-2024/js/plugins.js"></script> <script type="text/plain" data-type="application/javascript" data-name="viewswitcher" data-src="https://www.rohstoff-welt.de/themes/rw-2024/js/switch-view.js"></script> <script src="https://www.rohstoff-welt.de/themes/rw-2024/js/main.js"></script> <!-- Matomo --> <script type="text/javascript"> var _paq = _paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u="//piwik.goldseiten.de/"; _paq.push(['setTrackerUrl', u+'piwik.php']); _paq.push(['setSiteId', '5']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s); })(); </script> <noscript> <img src="https://piwik.goldseiten.de/piwik.php?idsite=5&rec=1" style="border:0" alt="" /> </noscript> <!-- End Matomo Code --> <!--{xo-logger-output}--> </body> </html>