Fyers Algo Trading. Install Python and Fyers API.
Here I am going to show you how to install Fyers API using python.
Python Installation
Please download python from the link below.
Install Python

Add Python location into Environment Variable Field
Copy the location of Python
Example Location: C:\Users\mukesh\AppData\Local\Programs\Python\Python310

Add the location to Environment Variable
Control Panel->System->Advanced System Setting->Environment Variable->System Variable->Click Path->Edit->Add the path to the end

Checking Installation
Go to Command Prompt type python
If python along with its version is displayed, then the installation is successful.

pip Installation
Click here to download pip
Run the following command in Command prompt
python install <location of downloaded pip>\filename.py

Installing Fyers API
Type the following command to install Fyers API
python -m pip install fyers_apiv2

APP CREATION
Click here to go to Fyers Dashboard
Click Create APP-> Fill the fields -> Accept the terms and Conditions -> Create App

Please watch the below video for more information
This is the first step of creating algo using fyers using python. If you have any queries Please let me know in comments.
Thank You,
Mukesh Mohanan
Comments
Post a Comment