GeekHaven / GeektoberFest-AI

This repository contains the basic projects related to Data Sciences and AI.
2 stars 8 forks source link

Retrieved stock data #16

Closed Mridul20 closed 4 years ago

Mridul20 commented 4 years ago

5

Retrived intraday stock data using yfinance for the given dates as 1m interval.

europe-asia-america commented 4 years ago

Why did you name the csv you are saving as "Intradata.py"? That can cause confusion to new users. Change that.

Mridul20 commented 4 years ago

Ok.

Mridul20 commented 4 years ago

@europe-asia-america changed the format of file to .csv . Please check.

europe-asia-america commented 4 years ago

Add a requirements.txt file containing all the pip packages that need to be installed to run this code.

I recommend using pipreqs or another program to automatically make the file.

EDIT: For any issue where you use a new package, update requirements.txt too in your PR.

Mridul20 commented 4 years ago

Ok. Will do the same

Mridul20 commented 4 years ago

@europe-asia-america Added requirements.txt file. Please check and verify.