Baselight

Yahoo Finance Stock Data

Stock data ,finance ,money

@kaggle.bharatnatrayn_yahoo_finance_data

Loading...
Loading...

About this Dataset

Yahoo Finance Stock Data

Context

I have scrapped the data from finance yahoo stocks for my own project related work Thank you for data science community without help of varies people and their ideas i cannot be achieved this dataset publishing in kaggle ,this is small contribution from me

Content

Daily price data for indexes tracking stock exchanges from all over the world (United States, China, Canada, Germany, Japan, and more). The data was all collected from Yahoo Finance, which had several decades of data available for most exchanges.

Acknowledgements

The data scrapped from Yahoo_finance stocks for last 20 years

Inspiration

Your data will be in front of the world's largest data science community. What questions do you want to see answered?

Tables

Yahoo Finance

@kaggle.bharatnatrayn_yahoo_finance_data.yahoo_finance
  • 263.8 KB
  • 5273 rows
  • 8 columns
Loading...

CREATE TABLE yahoo_finance (
  "unnamed_0" BIGINT,
  "date" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE,
  "adj_close" DOUBLE,
  "volume" BIGINT
);

Share link

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