EUR/USD Data Scraping & Analysis
In this project, I Scraped daily (FX) rates between USD and EUR, then I process the data and analyze currency trends by plotting.
I also used a rolling window and moving average, Calculated the daily returns, and create signals for buy and sell based on SMA crossover.
Apple Stock Financial Analysis
In this Project we retrieves Apple's stock price data, cleans it, then visualized using a line plot and candlestick chart .
we also calculated the daily returns and volatility, and plotted its cumulative returns.
Used a histogram and density plot to visualize the distribution of daily returns,
And Performed a normality & implemented a Moving Average Crossover strategy.
Apple Stock Financial Analysis
In this Project I retrieves Apple's stock price data, cleans it, then visualized using a line plot and candlestick chart .
I also calculated the daily returns and volatility, and plotted its cumulative returns.
Used a histogram and density plot to visualize the distribution of daily returns,
And Performed a normality test & implemented a Moving Average Crossover strategy.
S&P 500 Analysis and Prediction Project
In this project, I analyzes the historical
data of the S&P 500 index.
Retrieves the data, cleans it, calculates daily returns, computes moving averages, identifies trends, performs simple linear regression,
and makes predictions for the future returns of the index.