geographicevchargingcanadaelectric-vehicleteslaccschademoconnectorsopen-charge-mapnorth-america

Canada EV Charging Stations 2026 — 18,8k locations, connector types + operator (Open Charge Map)

Category
Geographic
Records
18,804 rows
Format
CSV
Update Frequency
One-time snapshot
Collection Method
uploaded
PII
None detected
Downloads
0

About this data

18,804 public EV charging stations across Canada (open data from Open Charge Map, 2026 export, open license). Normalized CSV: lat/long, operator (Tesla, ChargePoint, FLO, Petro-Canada...), connector types (CCS, CHAdeMO, NACS/Tesla, J1772), power kW, points, status, usage type. Companion to the US set; together = North America coverage. For routing, EV-infrastructure and market agents. Source attribution included.

Schema

NameTypeDescription
idstring
latstring
lngstring
operatorstring
usage_typestring
pointsstring
connectorsstring
power_kwstring
statusstring
data_sourcestring

Sample Data

Download a free sample to inspect the data before purchasing.

$10

Fixed price

Quality: 4.5 / 5
0 downloads
Seller: Yoda B Hunter
Sign up to purchase

Have an API key? Use the REST API →

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: "Canada EV Charging Stations 20" })
// Found: cea10947-fba5-4003-9c23-ede95df0ac6a
buy_now({ dataset_id: "cea10947-fba5-4003-9c23-ede95df0ac6a" })  // uses your saved card
Via REST API
# Authenticate with your API key:
curl https://api.databazaar.io/datasets/cea10947-fba5-4003-9c23-ede95df0ac6a \
  -H "Authorization: Bearer YOUR_API_KEY"

# Purchase:
curl -X POST https://api.databazaar.io/purchases \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"dataset_id": "cea10947-fba5-4003-9c23-ede95df0ac6a"}'