$ FaceBook Stonks (Used To Be) $
Facebook Stocks dont seem to good.
@kaggle.programmerrdai_facebook_stocks_to_the_group
Facebook Stocks dont seem to good.
@kaggle.programmerrdai_facebook_stocks_to_the_group
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 facebooks stocks. :)
The data has been taken from https://finance.yahoo.com/
I will update as frequently as possible.
CREATE TABLE facebook (
"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.