Skip to content

Finance

I put all my financial engineering related articles on this section. This contains entirely my own work, analysis, research, links to programming codes and other information regarding financial modeling for trades, investment and prediction purposes.

· 4 min read

Building Wealth - It's not the money, it's the process!

A step by step guide to making your first 1 Crore - and how to avoid the pitfalls.

· 4 min read

The powerful python package to read India stock data from NSE

I have created a new python package to help you read any publicly available data from NSE website including stock quotes, historical data, live indices etc.

· 3 min read

Algo to calculate option prices using Binomial Model

Build a simple computer program in step by step to help you calculate option contract prices using binomial option pricing model.

· 5 min read

Binomial Option Pricing Model for Algo Traders

Simple language introduction to Binomial Option Pricing Model with worked out examples.

· 3 min read

5 Option Pricing Models for every Algo Traders

There are several different models that are commonly used by the traders to predict price of options, as each of them takes into account different factors.

· 5 min read

Wrap your head around Options Pricing without a PhD in math

Become a pro at option pricing models and trading with this series of articles. You will understand the theory behind option pricing and learn practical trading implications to help you succeed.

· 2 min read

VIX does not reflect short term NIFTY volatility in 2022

NIFTY is more volatile than what Volatility Index (VIX) implies. In this article, we calculate the short term volatility of NIFTY from the year 2018 to 2022.

· 3 min read

Using VIX to determine short-term NIFTY ranges

This study attempts to use VIX (Volatility Index) to determine short term ranges for NIFTY and compares the result with the actual historical data.

· 2 min read

How to get free, high quality NSE Option data

This article teaches you how to get good quality NSE data (stocks, futures, options) for both Index and stocks completely free using NSEpy python package.

· 1 min read

How to find yfinance ticker symbols for Indian stocks?

Trick to find the Ticker Symbol of NSE listed stocks to download financial data using yfinance.