Answered by:
how to display online stock market graphs and data

Question
-
User-697637982 posted
i have one application in asp.net so i want to display online stock market garph and data
such as NYSE(New york stock exchange),
from wer i can collect data is there any free web site for this
I have to display all Types of graph as market on page
how can i do this plz replay
Tuesday, September 9, 2008 7:41 AM
Answers
-
User1968518401 posted
check out
http://www.codeproject.com/KB/gadgets/RealtimeStockreader.aspx
http://www.codeproject.com/KB/aspnet/SparkLines.aspx
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, September 9, 2008 12:24 PM -
User-1136466523 posted
Hi,
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p> </o:p>From your description, it seems that you want to display the stock market data in your web application, since you have not provided the exact data format, so what we can suggest is just a general idea to achieve that.
<o:p> </o:p>In ASP.NET application, you can use SQLServer Reporting Service to finish your report, and also, you can create the corresponding charts based on the data in report.
<o:p> </o:p>Here’s the tutorial on reporting service.
<o:p> </o:p>http://msdn.microsoft.com/en-us/library/ms170246(SQL.90).aspx
<o:p> </o:p>Thanks.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Sunday, September 14, 2008 10:28 PM
All replies
-
User1968518401 posted
check out
http://www.codeproject.com/KB/gadgets/RealtimeStockreader.aspx
http://www.codeproject.com/KB/aspnet/SparkLines.aspx
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, September 9, 2008 12:24 PM -
User-697637982 posted
Hi Anju ,
I like your answer(good) but i want to show that data in web Application
Wednesday, September 10, 2008 12:26 AM -
User-1136466523 posted
Hi,
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p> </o:p>From your description, it seems that you want to display the stock market data in your web application, since you have not provided the exact data format, so what we can suggest is just a general idea to achieve that.
<o:p> </o:p>In ASP.NET application, you can use SQLServer Reporting Service to finish your report, and also, you can create the corresponding charts based on the data in report.
<o:p> </o:p>Here’s the tutorial on reporting service.
<o:p> </o:p>http://msdn.microsoft.com/en-us/library/ms170246(SQL.90).aspx
<o:p> </o:p>Thanks.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Sunday, September 14, 2008 10:28 PM -
User-1433030747 posted
did you able to solve the problem ? i just need to show current status of different market. any quick help from your side ?
Monday, October 18, 2010 3:44 AM -
User2102717516 posted
Hi,
Please use Stockmarket Gadgets in your web pages and download gadgets from this site
http://www.appuonline.com/gadgets.html
Regards
Nageswaran
Monday, October 18, 2010 3:52 AM -
User781673220 posted
Hi,
u should subscribe to the rss feed of Stock exchange sites.
Read the data from the rss xml document and use this to display the charts
Regards,
Libin
Tech27 pvt systems.
Monday, October 18, 2010 6:01 AM -
User-1433030747 posted
Hi,
i need to show like http://www.swsfinancial.net/
the link you provided gives status about indian markets what abt international mkt
i only want to display status as in http://www.swsfinancial.net/
do i need to read rss xml for all sites because i have show status of different markets.
anyways thanks to all for the valuable information
Monday, October 18, 2010 8:36 AM -
User781673220 posted
Hi,
It is very simple to extract the rss contents of different sites and it requires very little coding task.
U just hav to read the feed updates to different variables and use this to dynamically update the charts.
Thursday, October 21, 2010 3:07 AM -
User-240519074 posted
can u tell me how to get live feed of stock market?
if u know then pls replay.
Thanks.
Friday, May 13, 2011 4:13 AM -
User1508394307 posted
finance.yahoo.com/q?s=MSFT
www.google.com/search?q=MSFTFriday, May 13, 2011 4:22 AM