csvbase is a website for sharing table data. Exporting this table to pandas is dead easy, run:
import pandas as pd; stock_exchanges = pd.read_csv("https://csvbase.com/meripaterson/stock-exchanges")
The world's stock exchanges, with continents, countries and MIC codes — about 251 rows
Column name | Column type | Missing data? |
---|---|---|
Row ID (csvbase_row_id ) |
integer | Not allowed |
Continent | string | Allowed |
Country | string | Allowed |
Name | string | Allowed |
MIC | string | Allowed |
Last changed | date | Allowed |
meripaterson/stock-exchanges is licenced under the ODbl (attribution & sharealike).