Skip to content

Commit 41727b0

Browse files
Merge pull request avinashkranjan#598 from Amit366/Amit
Select Stocks by Volume Increases
2 parents 4ccbb63 + 8837bb0 commit 41727b0

File tree

3 files changed

+3219
-0
lines changed

3 files changed

+3219
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# <b>Select Stocks by volume Increase</b>
2+
3+
[![forthebadge](https://forthebadge.com/images/badges/made-with-python.svg)](https://forthebadge.com)
4+
5+
## Select Stocks by volume Increase Functionalities : 🚀
6+
7+
- First upload the stocks dataset
8+
- Then enter the number of days for comparison and also the number of times the volume
9+
should increase
10+
- Then the script will return the stocks of the choice entered by user
11+
12+
## Select Stocks by volume Increase Instructions: 👨🏻‍💻
13+
14+
### Step 1:
15+
16+
Open Termnial 💻
17+
18+
### Step 2:
19+
20+
Locate to the directory where python file is located 📂
21+
22+
### Step 3:
23+
24+
Run the command: python script.py/python3 script.py 🧐
25+
26+
### Step 4:
27+
28+
Sit back and Relax. Let the Script do the Job. ☕
29+
30+
### Requirements
31+
32+
- pandas
33+
- yfinance
34+
- alpha_vantage.timeseries
35+
- time
36+
37+
## Author
38+
39+
Amit Kumar Mishra
40+

0 commit comments

Comments
 (0)