Real Time Intraday Quotes directly from NSE website

radha55

Well-Known Member
#1
Hi All,

I have made a small utility for my need.

I wanted the real time quotes of Nifty 50 stocks during market hours and with minimum delay.

So, i thought of taking feed from NSE website. It is the most trusted website as per me.

So now i am able to get the real time quotes with delay of around 2 min.

On top of this, i am very busy during market hours with my office work. So i wanted a system which can provide me dynamic alerts, like if Reliance price goes above 1900 during market hours, i get a message, so that i can look into the market at that time.

Considering all these requirements,
i have succefully achieved my system.

I am attaching the system in a zip file.

The system is able to take the real time quotes from NSE website and show them. Also, i can add alerts for my scrips. I can set two types of alert (high and low).

It means, if the price of any stock goes above or below a particular value, then i get a message in terms of alert sound and a text message displayed on screen.
(You can turn off sound alert if you want.)

This is really helpfull for me, because once i set the alert, i just need to keep speakers of my computers machine on. Whenever any alert occurs, i get a sound from my speakers.

Here are the steps you need to perform to use this system.

1. Download the zip file and extract at your preferred location.
2. Open the folder (LiveQuotesWithAlerts) and open start file in IE.
3. If you are using Win XP you may get popup blocker message like this


4. Click on the popup blocker and select Allow blocked content like this

Click yes on confirmation box.

5. Now select the scrips from left side and click Update Data button.
6. Thats it. system will automatically fetch the data from NSE. The time will also be shown.
7. If you set any alerts, you will get the alert sound from your speaker whenever the alert is triggered. Just keep your speakers on.
8. And reply with your comments about this.

I have purposefully not use Yahoo real time quotes for stocks because they provide data with 15min delay and google procides data with 10 min delay.
But I plan to use Nifty Real time feeds from yahoo in future. Becuase Yahoo provides Nifty data real time with delay of 10 sec - 30 sec


New version uploaded as v1.1
 
Last edited:
#2
@ radha55

First :thumb:

But I am wondering if you can give an update to this work. Can you please import the data to a user defined place?? I am looking for a .csv file updated with the ticker value. Then it would be really great for any trader to get real time data :)
 

radha55

Well-Known Member
#3
@ radha55

First :thumb:

But I am wondering if you can give an update to this work. Can you please import the data to a user defined place?? I am looking for a .csv file updated with the ticker value. Then it would be really great for any trader to get real time data :)
It is difficult to do this.

Beacuse writing real time data in excel and at the same time, user can see the data is excel is very difficult.

However, if your purpose is to store the tick data in excel at the end of day, can be achieved.

If you want real time tick data in excel format at the end of day, then let me know, i will take some effort and upload that functionality here.
 
#4
Hii,

Real time is needed in real time :D ...Not EOD. Hey why u think of storing it in excel sheet. u can make a csv file...more technically a .txt file and values seperated by comas.

What you ahve to do is export the variable value of a tick to a file. i think this can be done using Java script. No need to use any thing like excel.

If you can do so, i can use that file to import regulary to by database which will poll for real time data from the file. Here file has to be a ASCII (.txt) file.
 

radha55

Well-Known Member
#8

Paryushan is biggest events for every Followers of Jain. Every religion is made on the good thought and values of mankind. But Jain is worlds only religions who give equal chance of living for the all living species on the earth. Michhami Dukkadam is the words which are used for their expression about Forgiveness . Jains celebrate the birth of the 24th tirthankara Mahavir, during Paryushan, an eight-day festival in the month of August. But this festival is not about eating variety of sweets, cuisine and dishes. This is celebrated with fastening, various Vrat and Taap. There is a equal science behind such devotional belief. Our appetite and digestive power are weakest during the monsoon. It is necessary to take light foods to improve digestion and performance of the body.

chota sa sansar, galtiya aapar, aapke paas hain shama ka adhikar, kar lijiya nivedan sweekar,khamau barambar, MICHAMI DUKADAM
 

radha55

Well-Known Member
#10
I have uploaded the new version of the tool. as version v1.1 in first post.

The new tool now contains some additional columns.

Few things you should know.

1. This tool works only in IE.
2. When you extract the zip file. open the start file. Dont copy this file somewhere else. If you want to change the location where you want to keep this, copy the extire folder to some other location.
3. Download the updated tool from first post.