  Upcoming eventsLatest events 

 

 

 Sort by 

 

 AscDesc 

 

  



 

 

 

 

 Sort by: ReverseChronological 

 

 

 

 

 



   ![Visual with a blue background and a half circle with the finance insert](/sites/g/files/dvc4206/files/styles/content_push_teaser/public/image/2025/03/codant-event-finance-content-push-320x245.jpg.webp?itok=-NUoWm_O)   



 

 Finance  -  05 November 2026 

  

 Q3 2026 financial information 

 

  + Add to my calendar   Close    - [iCal calendar](https://www.veolia.com/en/event/calendar/ical/17661/calendar.ics)
- [Outlook calendar](https://www.veolia.com/en/event/calendar/ical/17661/calendar.ics)
- [Google calendar](https://www.google.com/calendar/event?action=TEMPLATE&dates=20261105/20261106&text=Q3%202026%20financial%20information&details=&trp=TRUE&sprop=https%3A//www.veolia.com/en/our-media/calendar-our-events/q3-2026-financial-information)
- [Yahoo! calendar](https://calendar.yahoo.com?v=60&title=Q3%202026%20financial%20information&desc=&url=https%3A//www.veolia.com/en/our-media/calendar-our-events/q3-2026-financial-information&st=20261105&et=20261105)
 
 



 

 

 

    

 

 

 

 

 

 



 

   ![Visual with a blue background and a half circle with the finance insert](/sites/g/files/dvc4206/files/styles/content_push_teaser/public/image/2025/03/codant-event-finance-content-push-320x245.jpg.webp?itok=-NUoWm_O)   



 

 Finance  -  01 February 2027 

  

 Full year 2026 results 

 

  + Add to my calendar   Close    - [iCal calendar](https://www.veolia.com/en/event/calendar/ical/18121/calendar.ics)
- [Outlook calendar](https://www.veolia.com/en/event/calendar/ical/18121/calendar.ics)
- [Google calendar](https://www.google.com/calendar/event?action=TEMPLATE&dates=20270201/20270202&text=Full%20year%202026%20results&details=&trp=TRUE&sprop=https%3A//www.veolia.com/en/calendar-our-events/full-year-2026-results)
- [Yahoo! calendar](https://calendar.yahoo.com?v=60&title=Full%20year%202026%20results&desc=&url=https%3A//www.veolia.com/en/calendar-our-events/full-year-2026-results&st=20270201&et=20270201)
 
 



 

 

 

    

 

 

 

 

 

 



 

 

 

 

 

 





 




(function () {
  'use strict';

  const targetSelector =
    '.content-push[about="/en/calendar-our-events/full-year-2026-results"] time[datetime="2027-02-01"]';

  function updateFebruaryDate() {
    const targetDate = document.querySelector(targetSelector);

    if (targetDate && targetDate.textContent.trim() !== 'February 2027') {
      targetDate.textContent = 'February 2027';
    }
  }

  function initialise() {
    updateFebruaryDate();

    const observer = new MutationObserver(updateFebruaryDate);

    observer.observe(document.body, {
      childList: true,
      subtree: true
    });
  }

  if (document.readyState === 'loading') {
    document.addEventListener('DOMContentLoaded', initialise);
  } else {
    initialise();
  }
})();