Closed TamoghnoBhattacharya closed 4 years ago
Started working.
@devarshshah15 your PRs for this repo won't be considered this is a part of college competition, we will be mentioning it to you when we are open to everyone.
Can I work on this?
@HimanshuJanbandhu Go on.
From where do I have to retrieve the data? What is HLOC data?
It's given in the first comment in this thread. Please read the threads and the README files in the repo carefully.
Write some Python code to retrieve intraday stock data, that is HLOC (High-Low-Open-Close) data, given a duration of 7 days and interval of 1 minute. Here’s a list of features we expect in every data point at minimum: timestamp, high price, low price, opening price, closing price, volume. Check out yfinance or yahoofinancials modules for Python.
@europe-asia-america @Lazy-Leopard can I give a try to this issue?
@aarpit1010 go on.
can i try this issue
@Parasagrawal someone has already made a good PR, so that would be the one most probably getting merged.Thanks for interest , try out some other issues.
I almost complete this pr , can you just check it is right or wrong
Ok, @Parasagrawal send it we may even consider merging two PRs.
Write some Python code to retrieve intraday stock data, that is HLOC (High-Low-Open-Close) data, given a duration of 7 days and interval of 1 minute. Here’s a list of features we expect in every data point at minimum: timestamp, high price, low price, opening price, closing price, volume. Check out yfinance or yahoofinancials modules for Python.