
Explore time series analysis and forecasting with python, using pandas, scikit-learn, and matplotlib, and procure Yahoo Finance data to analyze Fortune 500 companies and visualize trading strategies.
Learn how to set up an Anaconda environment, launch a Jupyter notebook, install pandas_datareader, and scrape Tesla stock data from Yahoo Finance for a time series analysis and forecasting workflow.
Save web-scraped data to csv, set the date as the index, and plot time series visuals with pandas, exploring volume, adjusted close, open, and close data.
Learn to compute and visualize moving averages in a time series using a rolling window (e.g., 100 days), plot adjusted close, moving average, and volume with subplots.
Plot a two-year time series from Yahoo Finance, compute the moving average on close prices with pandas rolling mean, and visualize the result.
Learn how volatility measures stock price swings using standard deviation, compare Facebook and Twitter daily changes, compute weekly medians, and apply Python to visualize and compare time series volatility.
Study time series volatility in Python by fetching stock data with data frames, and visualizing open, high, low, close and adjusted prices with candlestick charts and moving averages.
Explore time series trading strategies using moving average crossovers, backtesting, and risk management in portfolios, including bullish/bearish regimes, exits, and stop losses.
Explore how stock splits and dividends affect time series trading, adjust data with adjusted closes, and back test a portfolio using stop-loss rules and moving averages (20/50/200 days).
Work with a time series dataset in a Jupyter notebook using pandas, plotting adjusted close and moving averages for stocks, and prepare for forecasting with machine learning.
Apply time series forecasting with machine learning to predict Apple stock prices and returns, using adjusted close data, volume, high-low percentage, and percentage change.
Time Series Analysis & Forecasting | Stock Market Hacking with Pandas is a course for those interested in Time Series Analysis & Forecasting, or Stock Market Hacking with Pandas. You will learn how to procure data from the cloud, scraping it from the web and saving it for local hacking. You will gain general knowledge of the S&P 500 and how it works. You will learn how to hack and analyze data in a given period or time series to make future predictions. You will learn how to use machine learning algorithms to make predictions of your time series model. Here is an additional summary of what is taught in this course, to see a complete course outline please view curriculum.