Google Stock
Google Stonks And Stable
@kaggle.programmerrdai_google_stock_every_thing_is_going_down_hill
Google Stonks And Stable
@kaggle.programmerrdai_google_stock_every_thing_is_going_down_hill
I have used alot of Kaggle Datasets and I want to help the community also. So I hope this helps at least one person.
:)
This is data from the oldest goolge stock price. :)
The data has been taken from https://finance.yahoo.com/
I will update as frequently as possible.
CREATE TABLE google (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);Anyone who has the link will be able to view this.