Click here to Skip to main content
15,885,842 members
Please Sign up or sign in to vote.
2.00/5 (2 votes)
See more:
Hi,

I m creating test website in asp.net C#.

How can i put live sensex and nifty updates in my website. C#.

Thanks,
Posted
Comments
Bandi Ramesh 16-Feb-13 1:07am    
Do you mean to implement RSS feeds?
harshadcse 16-Feb-13 1:10am    
anyhow...i just want to put it...
Sergey Alexandrovich Kryukov 16-Feb-13 1:18am    
Put what?..
—SA
harshadcse 16-Feb-13 1:25am    
put live Sensex (Bombay stock exchange) and Nifty updates.
harshadcse 16-Feb-13 2:10am    
??????

HELP HELP !!!!!!!!!

Adding some more information to Sandeeps answer.

Quote:
can i put live sensex and nifty updates in my website. C#
You never get the live data on any site for free unless you buy the data from the exchange and you have to pay huge amount + need high bandwidth internet connectivity to collect and display data.

What you see on other website is 5-10 minute delayed result not the live value. If you want to scrap the delayed data from url check the following url.
http://www.bseindia.com/SensexView/SensexView.htm[^]
http://www.nseindia.com/[^]
BSEINDIA
 
Share this answer
 
v2
you can add these google gadgets to your website Global Stock Market Ticker[]-Displays Japan, Shanghai, HongKong, Singapore, Taiwan, India(Nifty, Sensex), Euro, Dow and NASDAQ indices. Auto refresh every 5sec.

or
India-Stock-Market gadget[^]-daily basis.

Put Google Gadgets on Your Site-Demon of using gadgets[^]

and here is an
article to use it in your webpage.[^]
 
Share this answer
 
Comments
harshadcse 19-Feb-13 6:15am    
thanx abhishek but is it is showing advertise instead of rates.
Abhishek Pant 20-Feb-13 4:27am    
sorry, I never used that; Damn!Spammers are every where
try http://in.finance.yahoo.com/q?s=%5EBSESN[^] but it not live provide 30 min late.
harshadcse 20-Feb-13 6:32am    
hahaha..thats true.... :)

np...will try that also.
How can i put live sensex and nifty updates in my website. C#
You cannot. Until unless government or any bank share a webservice that delivers live data, you cannot show live data. You can use page scrapping of available nse/bse/yahoofinance websites but they will be not latest.

In case, you can have a url that shares live data, you can show it:
1. If a url of website, page scrap the data and use it
2. If a url of webservice, keep getting data at frequent intervals and use the returned data.
 
Share this answer
 
Comments
harshadcse 16-Feb-13 2:32am    
so, suggest me any URL.
Sandeep Mewara 16-Feb-13 2:36am    
There is not any as far as I know. Only banks have direct access not individuals.
harshadcse 16-Feb-13 3:01am    
ok..so, no options left.

I can't do this.. right????
Sandeep Mewara 16-Feb-13 3:05am    
I already shared what you can and what cannot in my answer.
harshadcse 16-Feb-13 3:41am    
ok...np

Thnx anyway. :)
rss feeds from nse and bse , it may help , but need to create a system for this

http://www.nseindia.com/global/content/rssFeed.htm[^]

http://www.bseindia.com/sensexview/rss.htm[^]

sarath raj
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900