Link to home
Start Free TrialLog in
Avatar of vikas_saxena
vikas_saxenaFlag for India

asked on

How to Download stock market data from any stock market related site like yahoofinance.

Hiiii
     
           I want to download stock market data into .xml file and import .xml file data into my sql server 2005 database. I want to download live data from any stock market site who provides stock exchange data like yahoofinance,nationl stock exchange in india etc.  My application in .NET based application so please give me answer in .NET or in  java scripts.

Please help me as soon as possible..
ASKER CERTIFIED SOLUTION
Avatar of RiteshShah
RiteshShah
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of Dirk Haest
Dirk Haest
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of vikas_saxena

ASKER

Thanks for these comments. But i want to get data from these sites and store those data to my own sql server database . Is this possible without using web services.

Thanks
no, it is not. you have to get the data from webservices and split it in order to fit into your own sql server table.
Ok please let me give some idea how to get data from web service. I never used web service till now .

Thanks.
since webservice is a big topic, not possible to make you understand here in forum, you can have a look at http://www.w3schools.com/webservices/ws_why.asp
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
hello mod,

my first answer is also allowing to download data.