VinFast to Enter India with Premium Electric SUV to Take on Rivals
Vietnamese electric vehicle maker VinFast will enter the Indian market with two premium electric SUVs, taking on homegrown rival Mahindra & Mahindra and China’s BYD, which already has a presence in the world’s third largest car market.VinFast unveiled its VF6 and VF7 SUVs at the India Auto Show in New Delhi, as it hopes to draw buyers to its EVs and contribute to India’s goals of eliminating carbon emissions on a net basis, said Pham Sanh Chau, VinFast’s Asia CEO.
”We are turning our focus to India – our next growth frontier,” Chau told reporters.Nasdaq-listed VinFast counts North America and Vietnam as its primary markets but is trying to expand aggressively elsewhere. But the automaker has been reporting deepening losses as EV demand softens. Electric models accounted for about 2.5 percent of the more than four million vehicles sold in India last year. The government, targeting 30 percent by 2030, is working on a program to attract EV makers. VinFast said last year it would invest $500 million (roughly Rs. 4,327 crore) in India over five years to build a car and battery factory, now under construction in the southern state of Tamil Nadu, and launch new car models.The factory will have an initial capacity of 50,000 cars a year and can be scaled up to 150,000 based on demand, Chau said, adding the company is appointing dealers in India and studying investments in setting up charging infrastructure.Like Tesla, VinFast has sought a reduction from the Indian government on the 100 percent import tax on fully built EVs to allow it. to launch cars while its factory comes online. The move has been opposed by domestic automakers.© Thomson Reuters 2025(This story has not been edited by NDTV staff and is auto-generated from a syndicated feed.) For the latest tech news and reviews, follow Gadgets 360 on WhatsApp, Threads and Google News. For the latest videos on gadgets and tech, subscribe to our YouTube channel. If you want to know everything about top influencers, follow our in-house Who’sThat360 on Instagram and YouTube. Perplexity AI Said to Be Considering Merger with TikTok US
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);
News kiosk Latest Posts
// 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();
News kiosk- Are You Making These Common Mistakes? Click below to Learn More
Secret That Everyone Is Talking About
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!