
Fetch Index Future Data From NSE India Website using Excel VBA
In the dynamic world of financial markets, having access to real-time or near real-time data is paramount for informed decision-making. For traders and investors focusing on the Indian equity derivatives market, the National Stock Exchange (NSE) website is a primary source of official data. While the NSE website provides this data, manually extracting it can […]

How to Fetch Intraday Historical Data of Stocks for any time interval using Python
If you’re a stock market enthusiast or data analyst, you might often need intraday historical data of stocks to perform technical analysis or backtest trading strategies. While many APIs require paid subscriptions, this guide will show you how to fetch intraday historical data from Moneycontrol using a Python script. Prerequisites Before you begin, ensure you […]

Setup and Activate Fyers API with Python and Perform Automated TOTP Login
Automating stock trading requires reliable access to your broker’s API and secure authentication. Fyers offers a powerful API that can be integrated using Python. In this tutorial, we’ll walk you through setting up the Fyers API, activating it, and automating the TOTP (Time-Based One-Time Password) login process. Here you will learn step by step how […]

Fyers – Fetch Historical Data, Daily Quote, Market Depth of any Stock
If you’re looking to build an automated stock data analysis system, the Fyers API offers a powerful toolkit for fetching live market data, historical prices, and market depth. In this guide, you’ll learn step-by-step how to Fetch Historical Data, Daily Quote, Market Depth of any Stock using Fyers API and Python and the process will […]

Fetch Option Chain Data From NSE using Excel VBA
This tutorial guides you through how to fetch option chain data from NSE using Excel VBA only. With automating the retrieval of live option chain data from the National Stock Exchange (NSE) directly into Microsoft Excel using VBA (Visual Basic for Applications) you can use this versatile tool (Excel) to analyze huge amount of data […]

How to Fetch Real-Time Stock Data from Paytm Money in Python
Do you know Paytm Money has a trading API for advanced traders who want to use custom algo-trading. To implement custom algorithm for trading, first we need to learn how to fetch real time data of a particular stock or symbol. In this article I will guide you how to fetch live stock data from […]