The correlation coefficient between time series data and the data shifted by n steps is called the autocorrelation coefficient.It is used to check if there…
The Buffett Indicator is the is a well known measure of the stock market condition using GDP data. To understand the basic logic behind the…
Goal here is to scrape margin debt from FINRA statistics report. Margin debt is the debt incurred by brokerage customers who use margin account for trading.…
Shiller PE ratio is cumbersome to estimate especially for stock group data e.g. S&P 500. It is convenient to scrape from website where historical and…
Goal here is to read table data available in website and analyze data. The daily security check point data is available from TSA website as table format.…
Goal here is to get historical (time series) stock price with respect to time. The approach recommended for this is to use python yahoo finance…