Is there any script for webdevelopers

#1
Dear Sir,
I am a student, and right now working on a self project . I want to make a website, and for that I need a script for BSE and NSE real time Quote's , like zee tv or AjjTak Tv showing.

I have searched a lot but couldn't find anything.
Will you please help me out of this.

Thank You
 
#3
hello,
there was a thread sometime earlier (search for mytracker) in which author was good enough to share the source code. Guess you can reuse that with the persmission of the author. Good luck in you venture.
Let us know your website. we will do free beta testing for you ;-)
 

pkjha30

Well-Known Member
#4
mymarto said:
Dear Sir,
I am a student, and right now working on a self project . I want to make a website, and for that I need a script for BSE and NSE real time Quote's , like zee tv or AjjTak Tv showing.

I have searched a lot but couldn't find anything.
Will you please help me out of this.

Thank You
Hi
What you are asking is a paid service from exchanges in India. You can parse quote from the following url adn for continuous operation you need to send and receive data frequently. I think it may be delayed quote at least by 5 minutes.

parameters :-

GET /marketinfo/equities/quotesearch.jsp?companyname=YOURTICKER&submit1=go&series=EQ&flag=0 HTTP/1.1
Content-Type: text/html
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
Accept-Language: en-us
Accept-Encoding: gzip
Host: www.nseindia.com
Connection: Keep-Alive
Cache-Control: no-cache


catch errors if any.

It is delayed realtime from nse.
For bse also you can find URL

Pankaj
 

Similar threads