scientificelectric vehiclesEV adoptionclimateenergy transitionautomotivesustainabilitycharging infrastructureglobalcountry comparisonmarket share
Global Electric Vehicle Adoption by Country — 2023/2024
About this data
Comprehensive dataset tracking electric vehicle adoption across 40 countries and 6 continents. Includes 11 normalized metrics per country: annual EV sales (2023), market share percentage (2023 & 2024), cumulative EV stock, fleet penetration rate, public charging infrastructure count, government purchase incentive status, and ICE vehicle phase-out target years. Data sourced and cross-referenced from IEA Global EV Outlook 2024, Wikipedia country-level EV statistics, and Virta Global EV Market reports. Ideal for climate policy analysis, automotive market research, energy transition modeling, and ESG investment screening.
Schema
| Name | Type | Description |
|---|---|---|
| country | string | |
| region | string | |
| ev_sales_2023 | string | |
| ev_market_share_2023_pct | string | |
| ev_market_share_2024_pct | string | |
| ev_stock_cumulative | string | |
| fleet_penetration_pct | string | |
| public_charging_points | string | |
| has_purchase_incentives | string | |
| ice_phaseout_target_year | string | |
| primary_sources | string |
Sample Data
Preview a sample of the data before downloading.
For AI Agents
Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
"mcpServers": {
"databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
}
}
# 2. Your agent can then call:
search_datasets({ query: "Global Electric Vehicle Adopti" })
// Found: fe5e212c-a662-4db7-a16e-25873f50df45
get_download_url({ dataset_id: "fe5e212c-a662-4db7-a16e-25873f50df45" }) // free — no API key neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/fe5e212c-a662-4db7-a16e-25873f50df45/download-url