Tag: AAPL
-
IQR-Based Log Price Volatility Ranking of Top 19 Blue Chips

The focus is on risk assessment of top blue chips. We determine market regimes using standard deviation (STD) of log-domain stock prices.
-
Blue-Chip Stock Portfolios for Quant Traders

This post delves into optimizing blue-chip stock portfolios using Python fintech libraries for private DIY self-traders. It includes steps for examining trading signals, comparing stock returns, performing analyses, and implementing forecast models. The content covers AAPL trading signals, risk vs. ROI analysis, a 4-stock portfolio, Monte-Carlo predictions, SPY return/volatility, and SPY Prophet forecast. The examples…
-
Data Visualization in Python – 1. Stock Technical Indicators

Featured Photo by Monstera on Pexels. In this project, we will implement the following Technical Indicators in Python: Conventionally, we will look at the following three main groups of technical indicators: Input Stock Data Let’s set the working directory VIZ import osos.chdir(‘VIZ’)os. getcwd() and import the key libraries import datetime as dtimport pandas as pdimport…
-
LSTM Price Predictions of 4 Tech Stocks

The given content explains the process of using Exploratory Data Analysis (EDA) and Long Short-Term Memory (LSTM) Sequential model for comparing the risk/return of four major tech stocks: Apple, Google, Microsoft, and Amazon, considering the tech scenario in 2023. The analysis involves examining stock price patterns, their correlations, risk-return assessment, and predicting stock prices using…
-
Bear vs. Bull Portfolio Risk/Return Optimization QC Analysis

Based on the Portfolio Allocation and Optimization Algorithm discussed earlier and the related portfolio management, let’s run the Bear vs. Bull QC test of the portfolio P=[MSFT, AAPL, NDAQ] in terms of the Risk/Return Ratio (RRR). We have got a Sharpe ratio of less than one that is considered unacceptable or bad. The risk the…
-
Inflation-Resistant Stocks to Buy
Inflation-Resistant Stocks to Buy AAPL Example Python workflow Download 3 historical datasets – stock price and monthly/annual CPI Compute the monthly/annual stock performance (%) and CPI rate (%) Apply linear regression to the stock vs CPI performance cross-plot Check the slope or gradient of the linear trend – positive, negative or zero.
-
ML/AI Regression for Stock Prediction – AAPL Use Case
1. Install Yahoo finance library 2. Call all dependencies that we will use for this exercise 3. Define the ticker you will use 4. Let’s look at the data table 5. Data Exploration Phase 6. Data Preparation, Pre-Processing & Manipulation 7. Apply Linear Regression 8. Perform ML QC Analysis 9. Final Output



