Historical Data Of CISCO Inc.
CISCO Company Stocks
@kaggle.borismbobe_historical_data_of_cisco_inc
CISCO Company Stocks
@kaggle.borismbobe_historical_data_of_cisco_inc
This database provides information on CISCO inc. this information goes back to the creation of the company until our days.
This database will be updated monthly.
We have 07 columns in this database
CREATE TABLE csco (
"date" TIMESTAMP,
"open" DOUBLE,
"high" DOUBLE,
"low" DOUBLE,
"close" DOUBLE,
"adj_close" DOUBLE,
"volume" BIGINT
);CREATE TABLE csco_1 (
"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.