geographicevchargingcanadaelectric-vehicleteslaccschademoconnectorsopen-charge-mapnorth-america
Canada EV Charging Stations 2026 — 18,8k locations, connector types + operator (Open Charge Map)
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
| Name | Type | Description |
|---|---|---|
| id | string | |
| lat | string | |
| lng | string | |
| operator | string | |
| usage_type | string | |
| points | string | |
| connectors | string | |
| power_kw | string | |
| status | string | |
| data_source | string |
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
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 cardVia 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"}'