البورصة تهبط 0.73% في منتصف جلسة اليوم


واصلت مؤشرات البورصة الهبوط في منتصف جلسة اليوم، متأثرة بضغوط بيع محلية وعربية، حيث سجل المستثمرون الأجانب صافي شراء بقسمة تقترب من 43 مليون جنيه في منتصف جلسة اليوم.
وارتفعت أسهم 61 شركة في منتصف جلسة اليوم، مقابل تراجع 101 واستقرار 46 أخرى دون تغيير.
مؤشرات البورصة
انخفض مؤشر البورصة الرئيسي «إيجي إكس 30»، 0.73% عند 29،711 نقطة، بينما تراجع مؤشر «إيجي إكس 30» محدد الأوزان، 0.81% مسجلًا 36،774 نقطة.
وهبط مؤشر البورصة للعائد الكلي 0.85% ليسجل 13،116 نقطة، بينما تراجع مؤشر الشريعة «إيجي إكس 33»، 0.9% ليسجل 3،118 نقطة.
وانخفض مؤشر البورصة «إيجي إكس 70»، متساوي الأوزان، خلال جلسة التداول، بنسبة 0.72%، مسجلًا 8،276 نقطة، وتراجع المؤشر الأوسع نطاقًا «إيجي إكس 100»، متساوي الأوزان بنسبة 0.79% مُسجلًا 11،368 نقطة.
miso-explore { } const misocmd = window.misocmd || (window.misocmd = []); misocmd.push(async () => { const MisoClient = window.MisoClient; // 1. create a Miso client instance and access the explore workflow const client = new MisoClient('kcfNGpthMHTMZ84yoxTlUokvwcNxULq7RsG63Z4j'); const workflow = client.ui.explore; // wait for styles to be loaded await client.ui.ready; // 2. tell the workflow which article you want to generate questions against // the product_id must match the ones in your catalog workflow.useApi({ product_id: 'https://www.almasryalyoum.com/news/details/3347723', //product_id_of_the_article }); // 3. tell the workflow how to get to the answers page given a question // the path must match the path of the answers page in your website workflow.useLink(question => `/answers?q=${encodeURIComponent(question)}`); // 4. kick off the workflow workflow.start(); });