
How to Create a Virtual Machine in VirtualBox and Install Ubuntu
Want to try Ubuntu without affecting your main Computer or Laptop? VirtualBox lets you do just that! Follow this easy guide to learn How to Create a Virtual Machine in VirtualBox and Install Ubuntu step by step. Prerequisites Step 1: Launch VirtualBox and Create a New VM Step 2: Allocate Memory (RAM) Step 3: Create […]

How to Install VirtualBox in Windows 11
VirtualBox is a powerful open-source virtualization software that lets you run multiple operating systems on your Computer or Laptop without tinkering with your real PC. In this guide, we’ll walk you through the process how to install VirtualBox in Windows 11 with easy step by step guide. System Requirements Before you start, make sure: Step […]

Fetch Intraday Data of Stocks for Any Interval Period using Python
If you’re working with real-time trading strategies, backtesting, or data visualization, having access to flexible intraday stock data is essential. In this tutorial, you’ll learn how to fetch intraday data of stocks for any interval period from Moneycontrol for any time interval (1-min, 5-min, 15-min, etc.) using Python. We’ll walk through a complete Python script […]

Implement Technical Indicators on Realtime Intraday Data using Python
In modern algorithmic trading and market analytics, applying technical indicators on real-time intraday data is crucial for making fast, informed decisions. In this step-by-step guide we explain how to implement technical indicators on realtime intraday data and at the end you’ll be able to: We’ll walk through the Python script, explain each part, and show […]

Fetch Index Data from NSE India using Python
If you’re working on financial analytics, trading strategies, or real-time dashboards, having access to updated index data like NIFTY 50, BANK NIFTY, NIFTY IT, etc., is essential. In this guide, we’ll show you how to fetch index data from NSE India using Python with a simple and effective script. Prerequisites Before we dive into the […]

Fetch Future and Option data of any Index or Stock from NSE India in Python
If you’re an algorithmic trader, data analyst, or finance enthusiast looking to retrieve Futures and Options (F&O) data directly from the NSE India website, this guide is for you! Below, we’ll walk through a Python script that does exactly that — including how it works and how to use it and at the end you […]

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 […]

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 […]