0:01
if this is your first time here welcome
0:02
my name is Vive and I'm a financially
0:04
independent Alo Trader this channel is
0:05
all about building a community of Alo
0:07
Traders we discuss everything about Alor
0:08
trading using python building and
0:10
practising trading strategies Market
0:11
updates and much more please do visit
0:13
our community website Fab
0:15
trader.net Channel Fab we where I talk
0:18
about my own Financial Independence
0:19
journey and share tools methods and
0:21
strategies that help me achieve my
0:22
Financial Freedom thank
0:24
you previously I had uploaded this video
0:27
about downloading NSE data from the new
0:28
NSE website using python
0:30
if you haven't watched this video please
0:32
do so you might ask there are already a
0:34
number of python packages that download
0:35
Inc data and do we really need another
0:37
one right well there is a real lead for
0:40
it I I'll explain why NC as you know
0:42
constantly update their website and due
0:44
to this the API end points keep changing
0:46
however most of the Python packages that
0:48
you see on GitHub don't keep up with
0:49
these updates so either most of the
0:51
packages stopped working already or
0:53
don't have do not have all the
0:54
functionalities that we normally look
0:56
for and that's the reason I thought I'll
0:57
put this utility together as part of my
1:00
commitment towards this community I'm
1:02
not only going to keep the script
1:03
updated with any changes to the NSC
1:04
website but I'll also keep enhancing it
1:06
to include other new things in future in
1:08
this video I'll talk about one of the
1:10
recent announcements I made to the
1:11
utility and it's all about fetching the
1:12
insider trading or sometimes it's called
1:14
the promoter trading data from NSC
1:16
website um so what is this insider
1:18
trading data and uh you know let's take
1:19
a deeper look every Trader looks for an
1:23
edge some sort of an information that
1:24
will help him give him or her an
1:25
advantage over others in making better
1:27
returns right so some people use
1:29
fundamental analysis and some use
1:30
technical analysis to get this Edge
1:32
however those alone is not going to be
1:34
enough right uh it is exactly at this
1:35
point in time the Ina the insider
1:37
trading disclosures come into play as
1:40
you might know the NSE has strict
1:41
regulations around insider trading and
1:43
it is mandatory for promoters or
1:45
directors or any significant
1:46
shareholders uh to declare their buying
1:48
or selling of their own company stocks
1:50
right um so so you might ask why is this
1:52
information so significant what does it
1:53
mean for me well this information is
1:55
crucial because it gives you the smart
1:57
money signals usually uh the inside know
2:00
something about the company that we
2:01
public don't know much about so by
2:03
watching carefully what they are doing
2:05
you can Teem a lot of insights on where
2:06
that particular stock is going to go not
2:09
just that there are a number of Clues
2:10
and insights you could get from this
2:11
data and I know for a fact because most
2:13
of my friends who are into fundamental
2:15
analysis and long-term investing use
2:17
this data like gold to keep this length
2:19
of the video overall short I I will
2:21
refrain from talking about the intricate
2:22
details on how to use this details um
2:25
I've already covered that uh in detail
2:27
in the blog article so I urge you to you
2:28
know kind of go through this uh and I'm
2:30
sure that you won't be disappointed it
2:31
has a lot of information on how to use
2:33
this data effectively in your decision-
2:36
making so I'm hoping this particular
2:38
update will be useful to people who
2:39
specifically look for this type of data
2:40
in this video I'll share with you the
2:42
simple python script um that that can
2:44
download this data from the NSE
2:46
website let's now jump into the python
2:48
utility um don't have to worry all of
2:50
this is already provided in the blog you
2:52
can simply copy this code and uh use it
2:54
as you wish uh the script has there are
2:56
two main scripts here uh the NS utility.
2:58
Pi this is the the main script
3:00
which contains the the class and all the
3:02
functions that download various data
3:03
from the NSE website and uh this sample
3:06
is just to explain to you how the
3:08
insider trading data can be downloaded
3:10
so all you need to do is just import the
3:12
NS utility first of all this this
3:14
particular file you just need to copy
3:15
this as NS utility. Pi within your
3:17
Source route once that is done all you
3:19
need to do is just import that file and
3:21
you create an instance of the class
3:22
which is NSE uh which is part of the the
3:25
this is the class and this is the
3:26
instance that is created once that is
3:28
created rest is all simple all you need
3:29
to do is just type NSE Dot and then
3:31
invoke this particular method which is
3:32
get inside a trading and then when you
3:34
run the script you get the entire pandas
3:36
data frame which is what you actually
3:38
see on the NSE website right so this
3:40
contains all the information that you
3:41
need on insider trading so there are two
3:44
variations one is if you don't give any
3:45
parameters and then if you download it
3:47
downloads the last 30 days worth of uh
3:48
you know insid trading data uh whereas
3:51
you can also give a specific start and
3:52
an end date and it'll only provide you
3:54
data within this particular date range
3:55
so these two options are available for
3:58
you so that that's pretty much it for
4:00
this video uh I have a few more
4:01
announcements that I've done for this uh
4:03
utility which I'll be covering in the
4:05
come I hope you like this if there are
4:08
any comments feedbacks or suggestions
4:09
please do leave a comment and uh I'll
4:12
see you in the next video thank you if
4:14
you genuinely found this video useful
4:15
please consider subscribing and liking
4:17
the video and I will see you soon in
4:18
another video and until then take care