Skip to content

Posts

Articles across the categories in order of publication

· 1 min read

I was in the last generation of banking professionals, who actually worked in the Wall Street!

With the last big bank moving away from it, the Wall Street is only a notion rather than the address of world's financial hub.

· 2 min read

Create a Long running Kubernetes probe for debugging cluster issues

A Kubernetes pod that allows you to log in to it to inspect or debug issues within the Kubernetes cluster.

· 5 min read

Analyze Twitter sentiment trend using Python Flair

A reusable python class that can be used to detect historical trend of sentiments from Twitter data. Useful for analyzing brand values over time.

· 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.

· 4 min read

My respones to SEBI's Consultation Paper on Algorithmic Trading by Retail Investors

Responses to SEBI's Consultation Paper on Algorithmic Trading by Retail Investors published on 9-Dec-2021 in SEBI website.

· 2 min read

The right way to place trading orders using Zerodha Kite API

How to place trade orders properly using Zerodha Kite API, and things that you need to understand about order execution flow.