A BYD conseguiu figurar, no ano de 2023, como a décima empresa que mais vendeu carros, segundo dados globais do site Focus2move. O ranking de vendas do ano considera todos os veículos, de combustão e elétricos.

Leia mais:

O ranking considera registros em 159 países, todas as marcas e todos os modelos de carros. A montadora chinesa conseguiu um ano melhor que o da Tesla, principal concorrente da BYD na venda de veículos elétricos.

Imagem: ArDanMe/Shutterstock

Na liderança, por mais um ano, aparece a japonesa Toyota. Na sequência, é seguida pela Volkswagen, enquanto a Hyundai-Kia completa o top 3. Confira as dez posições na lista abaixo.

Ranking global de vendas de carros em 2023

  1. Toyota: o grupo japonês vendeu 10,8 milhões de veículos (+4,6%), seguindo como nos anos anteriores na dianteira, e mantendo uma ampla vantagem sobre todas as concorrentes.
  2. Grupo Volkswagen: registrando um total de 8,8 milhões de vendas (+10,9%) crescendo acentuadamente na América (+16,6%) e na Europa (+20,3%).
  3. Hyundai-Kia: os coreanos reportaram 7,1 milhões de vendas e um aumento de 3,9% em 2023. Este crescimento foi sustentado por picos na América (+7,9%) e na Ásia (+6,3%).
  4. Aliança Renault Nissan: com 6,9 milhões de vendas (+5,8%), graças, principalmente, a crescimentos nas Américas (+22,2%) e na Europa (+18,0%).
  5. Stellantis: 6,5 milhões de vendas (+3,2%). Apesar de perder vendas substanciais na Ásia (-13,3%), alcançou um bom crescimento na Europa (+12,5%).
  6. General Motors: 6,2 milhões de vendas (+3,3%)
  7. Honda Motors: 4,1 milhões de novas vendas (+42%)
  8. Ford: 3,9 milhões de unidades vendidas (+4,5%).
  9. Suzuki: com 3,05 milhões de vendas, apesar da queda moderada em relação ao ano anterior (-0,2%).
  10. BYD: subindo 3 posições desde o último ranking, os chineses estão em plena ascenção, com 2,6 milhões de vendas (+46,3%).
Imagem: multitel/Shutterstock

}, // Lazy:Comments commentsHidderWidget: function(){ if (!OD._commentsHidderWidget) OD._commentsHidderWidget = OD.e('cmtHiddder'); return OD._commentsHidderWidget; }, commentsWidget: function(){ if (!OD._commentsWidget) OD._commentsWidget = OD.e('postComments'); return OD._commentsWidget; }, commentsInit: function(){ var script, head = document.head; OD.commentsOK = true; script = document.createElement("script"); script.setAttribute("src", "https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.6"); script.setAttribute("async", "false"); script.setAttribute("onload", "FB.XFBML.parse();"); head.insertBefore(script, head.firstElementChild); }, // Lazy:openWeb openWebWidget: function(){ if (!OD._openWebWidget) OD._openWebWidget = OD.e('widgetOpenWeb'); return OD._openWebWidget; }, openWebInit: function(){ if (OD.openWebOK === true) return; OD.openWebOK = true; // 3rd tag !function (e, f, u, i) { if (!document.getElementById(i)){e.async = 1; e.src = u; e.setAttribute('data-spotim-module', 'spotim-launcher'); e.id = i;f.parentNode.insertBefore(e, f);} }(document.createElement('script'), document.getElementsByTagName('script')[0], '//launcher.spot.im/spot/sp_ScWcqqRz', 'scriptOpenWeb'); if(window.performance && typeof window.performance.mark == 'function') {window.performance.mark('oweb_prfmrk');} }, // Ajax getJSON: function(url, data, success, error, complete){ success = success||function(){}; OD.getHTML(url, data, function(responseText){ success(JSON.parse(xhr.responseText)); }, error, complete); }, getHTML:function(url, data, success, error, complete) { var xhr = new XMLHttpRequest(), serialize = function(obj){ var p, str=[]; for (p in obj) { if (!obj.hasOwnProperty(p)) continue; str.push(encodeURIComponent(p) + "=" + encodeURIComponent(obj[p])); } return str.join("&"); }; xhr.withCredentials = true; success = success || function() {}; complete = complete || function() {}; error = error || function() {} xhr.onreadystatechange = function() { if (xhr.readyState != 4) return; if (xhr.status == 200) success(xhr.responseText); else error(xhr.status, xhr.responseText); complete(); } xhr.open('GET', url+'&'+serialize(data),true); xhr.send(); }, // Util e: function(id){ return document.getElementById(id); }, isInViewPort: function(element){ var rect, top, bottom; if (!element) return false; rect=element.getBoundingClientRect(); top=rect.top; bottom=rect.bottom; return (top>=0 && bottom<=window.innerHeight); }, toggleClass: function(id, className){ var e = OD.e(id); if (e.classList.contains(className)) {e.classList.remove(className); return false;} else {e.classList.add(className); return true;} }, toggleSearch: function(){ if (OD.toggleClass('mainSearch', 'show')) OD.e('mainSearchInput').focus(); }, getUrlParameter: function(name) { var url = window.location.href.split('?'), vars, upar, i; url.shift(); vars = unescape(url.join('?')).split('&'); for (i = 0; i < vars.length; i++) { upar = vars[i].split('='); if (upar[0] === name) { if (upar[1] === undefined) return ''; return upar[1].replace(/+/g, ' '); } } return ''; }, // Resfresh setupPageRefresh: function(){ var seconds = parseInt(OD.e('body').getAttribute('data-refresh'), 10); if (seconds<=0) return; window.setTimeout(function(){location.reload();}, Math.max(30,seconds)*1000); }, // Behaviors linkTargetPopup: function(e){ var path=e.path||e.composedPath(), link=false, i, w=600, h=600,l,t,coords=""; if (!path) return; for (i=0; i0 && l>0) coords=",top="+t+','+'left="+l+",screenY='+t+',screenX='+l; window.open(link.getAttribute('href'),'popup',a="width="+w+',height="+h+coords+",resizable=yes,scrollbars=yes,status=yes,menubar=no'); return false; } }, // Cookies setCookie: function(name, value, expires) { var d = new Date(), expires; d.setTime(d.getTime() + (expires*1000)); expires = (expires>0 ? ";expires="+ d.toUTCString() : ''); document.cookie = name+"="+value+expires+";path=/"; }, getCookie: function(name) { var cname = name+"=", i, c decodedCookie = decodeURIComponent(document.cookie), ca = decodedCookie.split(';'); for (i=0; i'; } else { target.innerHTML = '"'; } } }; OD.libraryLoaded(); if (window.OD_bodyAlreadyLoaded===true) OD.bodyLoaded(); document.addEventListener('click', OD.linkTargetPopup, true);

//////////////////////////////////////////////// // OpenWeb //////////////////////////////////////////////// window.OD.addOnLoad(function(){ // Apenas matérias if (!OD.postID) return; // Callbacks window.openWeb_onNewUnseen = function(count) { var e = document.getElementById('openWebBellBadge'); if (e){e.innerText = count; e.setAttribute('data-unseen', (count>0 ? 'yes' : 'no'));} } window.openWeb_openNotifications = function(){ var payload = {postId: OD.postID, instanceId: "EmbeddedNotifications"}; if (typeof window.__OW_OPEN_NOTIFICATIONS__ === 'function') { window.__OW_OPEN_NOTIFICATIONS__(payload); window.openWeb_onNewUnseen(0); return; } document.addEventListener('ow-notifications-sdk-ready', function() { window.__OW_OPEN_NOTIFICATIONS__(payload); window.openWeb_onNewUnseen(0); }); // clicked but not loaded, load now if available window.OD.openWebInit(); }; // Init if (typeof window.__OW_SUBSCRIBE_TO_NOTIFICATIONS__ === 'function') { window.__OW_SUBSCRIBE_TO_NOTIFICATIONS__(OD.postID, window.openWeb_onNewUnseen); return; } document.addEventListener('ow-notifications-sdk-ready', function(){ window.__OW_SUBSCRIBE_TO_NOTIFICATIONS__(OD.postID, window.openWeb_onNewUnseen); }); });


Atenção: Oportunidade Única!

Você gostaria de ser atendido pela nossa equipe?

Sem precisar ficar o dia inteiro aguardando por uma resposta ou não ter a solução que você procura?

Entre em contato com a nossa Equipe de atendimento agora mesmo pelo WhatsApp agora mesmo e descubra como podemos ajudar você.


Compartilhe

Facebook
Twitter
Pinterest
LinkedIn

Guia Local:

Leia Também:

Comentários

Deixe um comentário

O seu endereço de e-mail não será publicado. Campos obrigatórios são marcados com *

WhatsApp
Atendimento via WhatsApp
Olá! 👋
Preencha os dados abaixo para iniciar a conversa.

Obrigado pelo seu contato!

Nossa equipe entrará em contato em instantes para avaliar como o SEO estratégico pode gerar mais clientes para o seu negócio. Fique atento ao seu e-mail.