deeplearningunb/stonks

Collect dataset

Closed this issue · 0 comments

Is your feature request related to a problem? Please describe.

I need a dataset that contains CSVs with stock price information.

Describe the solution you'd like

These CSVs should be organized into training dataset and test dataset.

Describe alternatives you've considered

Use the code extract_data.py to extract information about the following stocks: TSLA (Tesla), AMZN (Amazon) and NFLX (Netflix).

Additional context

ATTENTION: Remember to set the training dataset date from the earliest date to before the last month and the test dataset date for the last month period.
Save the dataset on a folder named datasets.

Checklist

  • The issue has a meaningful name.
  • The issue has a meaningful description.
  • The issue has screenshots when needed.
  • The issue has labels.