Skip to content

Commit 5c14a30

Browse files
author
vikabi
committed
updated README file
1 parent 63ba858 commit 5c14a30

File tree

1 file changed

+13
-4
lines changed
  • MachineLearning Projects/Stock-Analysis

1 file changed

+13
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
StockAnalysis
22

3-
This program has ability to analyse stock and compare its price over today,yesterday,lastmonth,lastyear and plot the trend.
4-
Program allows to input stock tickers explcitly or get 'n' stock based on S&P index.
3+
This program empowers users to analyze stock data and compare its price trends over various timeframes: today, yesterday, last month, and last year. The program offers the flexibility to input specific stock tickers or retrieve 'n' stocks based on the S&P index.
4+
Usage
55

6+
The program provides insights into stock performance and visualizes trends. Users can input stock tickers or opt for automatic retrieval based on the S&P index.
67
Sample Output
78

8-
For eg: Here it can analyse how AAPL is performed over yesterday,lastmonth,lastyear and plot
9+
For instance, the program can analyze the performance of AAPL over the past day, month, and year, plotting the trends for visual understanding.
910

11+
![image](https://user-images.githubusercontent.com/16798480/225775468-f9332a85-8181-47eb-a48f-8d36f85e9d5a.png)
1012

13+
Changes Made
1114

12-
![image](https://user-images.githubusercontent.com/16798480/225775468-f9332a85-8181-47eb-a48f-8d36f85e9d5a.png)
15+
The program underwent significant enhancements:
16+
17+
1. Input Validation: Implemented robust user input validation for seamless data retrieval.
18+
2. Data Fetching Enhancement: Utilized the Yahoo Finance API to fetch accurate stock data.
19+
3. Improved Data Plotting: Enhanced data plotting with titles and labels for clearer visualization.
20+
4. Handling No Data: Addressed scenarios where no data is available for specific stocks, ensuring smoother execution.
21+
5. Code Organization: Structured the code for better organization and readability.

0 commit comments

Comments
 (0)