Click here to Skip to main content
15,897,273 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hello,

I am looking out for a help to download data from Yahoo finance or Google finance for Indian Stock Market. I know this data is delayed by 10 minutes but it would be fine for me.

It would be great if someone can help me with a code to download them in SQL or C#

Thanks
Posted
Comments
Richard MacCutchan 13-Jan-14 13:24pm    
You need to go to Google and/or Yahoo, to find out the format and how you can subscribe to any feed they provide.
Christian Graus 13-Jan-14 16:48pm    
How on earth could you hope to download anything, using SQL ?

1 solution

Have you look into Yahoo's API's and web services:

HTML
http://developer.yahoo.com/everything.html
http://developer.yahoo.com/finance/company.html


Or Google's API and Web Services for finance:

HTML
https://developers.google.com/apps-script/reference/finance/


Hope this helps

LG
 
Share this answer
 

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