How to get NSE quotes

#1
Hi everybody,
I am very new person to this forum.

I want to know how can i get the current stock quote values. Is there any URL to access so that it will give the values(like web services).

I am going to design a software for just monitoring the stock values. So if anyone has idea regarding this please reply me.
 

columbus

Well-Known Member
#2
Hi everybody,
I am very new person to this forum.

I want to know how can i get the current stock quote values. Is there any URL to access so that it will give the values(like web services).

I am going to design a software for just monitoring the stock values. So if anyone has idea regarding this please reply me.
NSE website>equity>Market today>PR.zip
(www.nseindia.com)
 
#3
Thank you columbus for your instant reply.

I checked that link PR.zip. It is a zip file containing the information in separate files so if i want to use it then i have to download it every second and extract information from files and display it.

I also have seen Bhavcopy in csv and mdf format that is somewhat closer to what i thought.

My question is if I want to update the quote values in my GUI every second then i have to download either PR.zip or the csv or MDF file and extract the information from those files and display. Am I right?

isn't there any webservices or http services through which i can query individual stock values. I am just asking i have no idea about that.


Once again thank you very much for your support.
 

columbus

Well-Known Member
#4
Thank you columbus for your instant reply.

I checked that link PR.zip. It is a zip file containing the information in separate files so if i want to use it then i have to download it every second and extract information from files and display it.

I also have seen Bhavcopy in csv and mdf format that is somewhat closer to what i thought.

My question is if I want to update the quote values in my GUI every second then i have to download either PR.zip or the csv or MDF file and extract the information from those files and display. Am I right?

isn't there any webservices or http services through which i can query individual stock values. I am just asking i have no idea about that.


Once again thank you very much for your support.
ps.karthic,

I am talking about EOD Bhavcopy.There is file Pdxxxxxx, which
will be in .CSV format.I do not have answer to your query?
 
#5
Thank you columbus.

In your reference I found a zip file, it consist of files which have the information.
Also i found a csv file there which consist of information of price of quotes which some what closer to what I looked for but what I am expecting is a web service or http service where i can query for individual stocks so that i can update the GUI every second.
By using that csv file i can read the information and update but it is wholesome, or is this the way I have to follow?

Guide me to the right path.

Once thank you very much for your support.
 

Similar threads