Wednesday, August 18, 2010

How to capture data from streaming ticker in Java?

In online share trading system, there is a ticker in java that displays live quotes of the stocks of my choice. I copy and paste this data in excel. I wantt to capture this data in excel without copying and pasting. How do I do it ?How to capture data from streaming ticker in Java?
Java or Javascript?





In either case, unless you're writing code on the site the data's coming from (then just send it as an .xls file), you're going to have a lot of work writing an .xls file format from inside a browser. I'd write a .csv file (which Excel can open directly).How to capture data from streaming ticker in Java?
colanth,


Adding to the question posed by krafts_india: How do you extract price data from the ticker for use in the .csv file without a copy/paste? Because it's java, the price won't show in the HTML source... just code like %26lt;script type=';text/javascript';%26gt; QuoteApp(';MSFT'; // symbol) %26lt;/script%26gt;.

Report Abuse



i think you suld try this one


http://www.widgetbox.com/widget/stock-market-live-tickers-dhaivat


http://www.widgetbox.com/widget/indian-stock-market-ticker





it's very easy procces to install live stock market tickers

Report Abuse



What's the program? Can you just get this information from a web service?

No comments:

Post a Comment