GeekHaven / GeektoberFest-AI

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

Data Science : Retrieve Stock Data #5

Closed TamoghnoBhattacharya closed 4 years ago

TamoghnoBhattacharya commented 4 years ago

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.

devarshshah15 commented 4 years ago

Started working.

Lazy-Leopard commented 4 years ago

@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.

HimanshuJanbandhu commented 4 years ago

Can I work on this?

Lazy-Leopard commented 4 years ago

@HimanshuJanbandhu Go on.

HimanshuJanbandhu commented 4 years ago

From where do I have to retrieve the data? What is HLOC data?

europe-asia-america commented 4 years ago

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.

aarpit1010 commented 4 years ago

@europe-asia-america @Lazy-Leopard can I give a try to this issue?

Lazy-Leopard commented 4 years ago

@aarpit1010 go on.

Parasagrawal commented 4 years ago

can i try this issue

Lazy-Leopard commented 4 years ago

@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.

Parasagrawal commented 4 years ago

I almost complete this pr , can you just check it is right or wrong

Lazy-Leopard commented 4 years ago

Ok, @Parasagrawal send it we may even consider merging two PRs.