Java Tutorials

ExecutorService in Java

Writing multithreaded code and expecting it to work as expected has been a moment of joy as well as a nightmare both at the same time in the earlier releases of Java. Prior to Java 5, the way we used to create Threads were : Extend the Thread class Implement the Runnable interface Let us […]

Investment Analysis

Stock Analysis using historical prices

INTRODUCTION: Investment Analysis and Portfolio Management has been one of the key areas of interest among all sorts of investors, portfolio managers since long. Investment Analysis involves evaluating different classes of financial instruments across sectors, markets, geographies and asset classes. It includes analyzing the past historical data like % Daily Return, 20 DMA, 50 DMA (Daily Moving […]

Investment Analysis

Stock Analysis using Bollinger Bands

INTRODUCTION: Investment Analysis and Portfolio Management has been one of the key areas of interest among all sorts of investors, portfolio managers since long. Investment Analysis involves evaluating different classes of financial instruments across sectors, markets, geographies and asset classes. It includes analyzing the past historical data like % Daily Return, 20 DMA, 50 DMA (Daily […]

Python

Fetch and plot historical financial data from Yahoo Finance

Yahoo Finance is a platform that provides financial news, stock quotes, press releases, financial reports as well as historical data for stocks. In this post we are going to download historical data from Yahoo Finance and plot the same using the python code. Yahoo used to provide the historical data via its API till 2017 […]

You May Like

Back To Top