Skip to content
Popup Example

Earn From News Kiosk

Nexans should refocus on electricity transport, disposal of lynxeo in view

March 18, 2025
Nexans should refocus on electricity transport, disposal of lynxeo in view

News kiosk- Are You Making These Common Mistakes? Click below to Learn More

Secret That Everyone Is Talking About

News kiosk Latest Posts

If you want to dive deeper into the topic, click on Read More:

Gardening with Ecorganicas: Your Source for Organic Gardening Tips Financial potential with expert tips on budgeting, investing, and saving Unlock the Hidden Truth: Click to Reveal!

Nexans will sell its industrial cable division Lynxeo for 525 million euros. The French group has entered into exclusive negotiations with the Latour Capital Investment Capital Fund and should refocus on electricity transport. © Pixabay – The French group Nexans will sell its Lynxeo industrial cable division. Save save Receive the Nexans Nexans alerts opens a new chapter in its history. The French cable group, second in the world behind the Italian Prysmian, has entered into exclusive negotiations with the Latour Capital Investment Capital Fund for the sale of its industrial cable division Lynxeo, for 525 million euros, he announced this Monday, March 17. This operation, if it is carried out, would mark the exit of Nexans of the activity of specialized industrial cables, to refocus on the transport of electricity. When the presentation of its 2024 results, a month ago, the group had indicated to continue its strategy based on electrification. Nexans, who designs, manufactures and laying cables at the bottom of the oceans, has since 2021 refocused on electricity transport at the expense of industrial or digital cables. Lynxeo, formerly known as Nexans Industry Solutions & Projects, brings together the activity of specialized cables for industrial markets (rail, maritime, robotics, etc.). Read also: How to change the electricity supplier? A major step towards the electrification accused “over 100 years”, this company has “a global industrial presence in Europe and Asia, as well as in the United States, with 2,000 employees and an annual turnover of more than 700 million euros”, said Nexans in a press release. “This agreement marks a major step in our journey towards electrification,” said Christopher Guérin, Managing Director of Nexans, quoted in the press release. The “vast experience and (the) strategic vision (from the capital of the capital) will undoubtedly be a catalyst for growth and innovation for Lynxeo”. For Jean-François Beaudoin and Sylvain Dekens, Latour Capital, a fund based in France, “Lynxeo represents a unique opportunity in the specialized industrial cable sector, ideally positioned on a rapidly growing and very fragmented market”. “We firmly believe in the high Lynxeo growth potential,” they added. Read also: Nexans: Sequisition in Italy for suspicions of agreement on the prices of Nexans cables achieved a net profit of 283 million euros in 2024, up 27% compared to the previous year. The group is notably carried by the needs to connect offshore wind fields to electrical networks, and by the massive investment plans launched in many countries of the world to renovate and increase the capacities of electricity transport networks. Receive our latest news each morning, the information to be remembered on the financial markets. (tagstotranslate) Nexans

Credit-Read More

News kiosk Latest Posts

// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts

// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);

// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);

// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;

// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `

${description} Read more

`;

// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}

// Call the function to fetch and display the latest posts
fetchLatestPosts();