Baselight

Banks Historical Stock Price

Visualize and analyze the stock prices of 6 major banks!

@kaggle.tomasmantero_banks_historical_stock_price

Loading...
Loading...

About this Dataset

Banks Historical Stock Price

Context

The main objective is to provide historical information on stock prices of certain banks. The goal is to make the information easily accessible in case it cannot be downloaded directly from yahoo finance. The idea is that different behaviors in stock prices can be analyzed over time to gain a better understanding of the banking industry. You can also see how different events affect prices, such as the 2007 subprime mortgage crisis, presidential elections, major political reforms, etc.

Content

The dataset contains 99 csv files. Each file has stock information from a specific bank or Financial Service company from Jan 1st, 2006 to Nov 1st, 2020.

For instance, you can find the following banks in this dataset:

  • Bank of America (BAC)
  • CitiGroup (C)
  • Goldman Sachs (GS)
  • JPMorgan Chase (JPM)
  • Morgan Stanley (MS)
  • Wells Fargo (WFC)

Acknowledgements

Yahoo Finance | Technology Sector
SEC EDGAR | Company Filings
NASDAQ | Historical Quotes

Inspiration

Many have tried, but most have failed, to predict the stock market's ups and downs. Can you do any better? Can you create visualizations that help investors make important decisions?

More Datasets

Tables

Spgi

@kaggle.tomasmantero_banks_historical_stock_price.spgi
  • 186.56 kB
  • 3,749 rows
  • 7 columns
Loading...
CREATE TABLE spgi (
  "date" TIMESTAMP,
  "high" DOUBLE,
  "low" DOUBLE,
  "open" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE,
  "adj_close" DOUBLE
);

Td

@kaggle.tomasmantero_banks_historical_stock_price.td
  • 170.99 kB
  • 3,749 rows
  • 7 columns
Loading...
CREATE TABLE td (
  "date" TIMESTAMP,
  "high" DOUBLE,
  "low" DOUBLE,
  "open" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE,
  "adj_close" DOUBLE
);

Tfc

@kaggle.tomasmantero_banks_historical_stock_price.tfc
  • 162.84 kB
  • 3,749 rows
  • 7 columns
Loading...
CREATE TABLE tfc (
  "date" TIMESTAMP,
  "high" DOUBLE,
  "low" DOUBLE,
  "open" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE,
  "adj_close" DOUBLE
);

Trow

@kaggle.tomasmantero_banks_historical_stock_price.trow
  • 178.99 kB
  • 3,749 rows
  • 7 columns
Loading...
CREATE TABLE trow (
  "date" TIMESTAMP,
  "high" DOUBLE,
  "low" DOUBLE,
  "open" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE,
  "adj_close" DOUBLE
);

Trv

@kaggle.tomasmantero_banks_historical_stock_price.trv
  • 179.45 kB
  • 3,749 rows
  • 7 columns
Loading...
CREATE TABLE trv (
  "date" TIMESTAMP,
  "high" DOUBLE,
  "low" DOUBLE,
  "open" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE,
  "adj_close" DOUBLE
);

Ubs

@kaggle.tomasmantero_banks_historical_stock_price.ubs
  • 65.49 kB
  • 1,505 rows
  • 7 columns
Loading...
CREATE TABLE ubs (
  "date" TIMESTAMP,
  "high" DOUBLE,
  "low" DOUBLE,
  "open" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE,
  "adj_close" DOUBLE
);

Usb

@kaggle.tomasmantero_banks_historical_stock_price.usb
  • 164.32 kB
  • 3,749 rows
  • 7 columns
Loading...
CREATE TABLE usb (
  "date" TIMESTAMP,
  "high" DOUBLE,
  "low" DOUBLE,
  "open" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE,
  "adj_close" DOUBLE
);

Usb Ph

@kaggle.tomasmantero_banks_historical_stock_price.usb_ph
  • 80.37 kB
  • 2,122 rows
  • 7 columns
Loading...
CREATE TABLE usb_ph (
  "date" TIMESTAMP,
  "high" DOUBLE,
  "low" DOUBLE,
  "open" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE,
  "adj_close" DOUBLE
);

Usb Pm

@kaggle.tomasmantero_banks_historical_stock_price.usb_pm
  • 76.11 kB
  • 2,122 rows
  • 7 columns
Loading...
CREATE TABLE usb_pm (
  "date" TIMESTAMP,
  "high" DOUBLE,
  "low" DOUBLE,
  "open" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE,
  "adj_close" DOUBLE
);

Usb Po

@kaggle.tomasmantero_banks_historical_stock_price.usb_po
  • 71.78 kB
  • 1,905 rows
  • 7 columns
Loading...
CREATE TABLE usb_po (
  "date" TIMESTAMP,
  "high" DOUBLE,
  "low" DOUBLE,
  "open" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE,
  "adj_close" DOUBLE
);

Usb Pp

@kaggle.tomasmantero_banks_historical_stock_price.usb_pp
  • 27.96 kB
  • 577 rows
  • 7 columns
Loading...
CREATE TABLE usb_pp (
  "date" TIMESTAMP,
  "high" DOUBLE,
  "low" DOUBLE,
  "open" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE,
  "adj_close" DOUBLE
);

Wbk

@kaggle.tomasmantero_banks_historical_stock_price.wbk
  • 158.41 kB
  • 3,749 rows
  • 7 columns
Loading...
CREATE TABLE wbk (
  "date" TIMESTAMP,
  "high" DOUBLE,
  "low" DOUBLE,
  "open" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE,
  "adj_close" DOUBLE
);

Wfc

@kaggle.tomasmantero_banks_historical_stock_price.wfc
  • 166.81 kB
  • 3,749 rows
  • 7 columns
Loading...
CREATE TABLE wfc (
  "date" TIMESTAMP,
  "high" DOUBLE,
  "low" DOUBLE,
  "open" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE,
  "adj_close" DOUBLE
);

Wfc Pl

@kaggle.tomasmantero_banks_historical_stock_price.wfc_pl
  • 91.97 kB
  • 2,123 rows
  • 7 columns
Loading...
CREATE TABLE wfc_pl (
  "date" TIMESTAMP,
  "high" DOUBLE,
  "low" DOUBLE,
  "open" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE,
  "adj_close" DOUBLE
);

Wfc Pn

@kaggle.tomasmantero_banks_historical_stock_price.wfc_pn
  • 75.52 kB
  • 2,082 rows
  • 7 columns
Loading...
CREATE TABLE wfc_pn (
  "date" TIMESTAMP,
  "high" DOUBLE,
  "low" DOUBLE,
  "open" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE,
  "adj_close" DOUBLE
);

Wfc Po

@kaggle.tomasmantero_banks_historical_stock_price.wfc_po
  • 74.03 kB
  • 2,018 rows
  • 7 columns
Loading...
CREATE TABLE wfc_po (
  "date" TIMESTAMP,
  "high" DOUBLE,
  "low" DOUBLE,
  "open" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE,
  "adj_close" DOUBLE
);

Wfc Pp

@kaggle.tomasmantero_banks_historical_stock_price.wfc_pp
  • 72.09 kB
  • 1,935 rows
  • 7 columns
Loading...
CREATE TABLE wfc_pp (
  "date" TIMESTAMP,
  "high" DOUBLE,
  "low" DOUBLE,
  "open" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE,
  "adj_close" DOUBLE
);

Wfc Pq

@kaggle.tomasmantero_banks_historical_stock_price.wfc_pq
  • 65.67 kB
  • 1,853 rows
  • 7 columns
Loading...
CREATE TABLE wfc_pq (
  "date" TIMESTAMP,
  "high" DOUBLE,
  "low" DOUBLE,
  "open" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE,
  "adj_close" DOUBLE
);

Wfc Pr

@kaggle.tomasmantero_banks_historical_stock_price.wfc_pr
  • 63.82 kB
  • 1,747 rows
  • 7 columns
Loading...
CREATE TABLE wfc_pr (
  "date" TIMESTAMP,
  "high" DOUBLE,
  "low" DOUBLE,
  "open" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE,
  "adj_close" DOUBLE
);

Wfc Pt

@kaggle.tomasmantero_banks_historical_stock_price.wfc_pt
  • 55.56 kB
  • 1,601 rows
  • 7 columns
Loading...
CREATE TABLE wfc_pt (
  "date" TIMESTAMP,
  "high" DOUBLE,
  "low" DOUBLE,
  "open" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE,
  "adj_close" DOUBLE
);

Wfc Pv

@kaggle.tomasmantero_banks_historical_stock_price.wfc_pv
  • 46.4 kB
  • 1,311 rows
  • 7 columns
Loading...
CREATE TABLE wfc_pv (
  "date" TIMESTAMP,
  "high" DOUBLE,
  "low" DOUBLE,
  "open" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE,
  "adj_close" DOUBLE
);

Wfc Pw

@kaggle.tomasmantero_banks_historical_stock_price.wfc_pw
  • 44.77 kB
  • 1,220 rows
  • 7 columns
Loading...
CREATE TABLE wfc_pw (
  "date" TIMESTAMP,
  "high" DOUBLE,
  "low" DOUBLE,
  "open" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE,
  "adj_close" DOUBLE
);

Wfc Px

@kaggle.tomasmantero_banks_historical_stock_price.wfc_px
  • 43.04 kB
  • 1,121 rows
  • 7 columns
Loading...
CREATE TABLE wfc_px (
  "date" TIMESTAMP,
  "high" DOUBLE,
  "low" DOUBLE,
  "open" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE,
  "adj_close" DOUBLE
);

Wfc Py

@kaggle.tomasmantero_banks_historical_stock_price.wfc_py
  • 36.18 kB
  • 906 rows
  • 7 columns
Loading...
CREATE TABLE wfc_py (
  "date" TIMESTAMP,
  "high" DOUBLE,
  "low" DOUBLE,
  "open" DOUBLE,
  "close" DOUBLE,
  "volume" DOUBLE,
  "adj_close" DOUBLE
);

Share link

Anyone who has the link will be able to view this.