Search Wiki:
Project Description
This component uses the Yahoo India Finance Web page to get the stock quote from both the BSE and NSE.

Updates and more information at my blog at http://www.dotnetindia.com

There are currently no finance web site that provides feeds of Indian Stock Exchanges. I started writing this component quite some time back when I needed stock quotes for an app. This component, screen scrapes Yahoo India Finance website for the quotes. Currently, it just gets the quote given a correct symbol(either NSE's or BSE's).

First Release is now available and I have started putting in some Help and Tips in the Discussions.

Version 1.2.0 released - This version included the quotes from NSE India site as well as some reorg of the code etc.

UPDATE: Pls see the Announcement section in the discussions for a update on problems due to changes at Yahoo Finance
Last edited Jan 13 at 10:39 PM  by anandm, version 11
Comments
hemant_kamalakar wrote  Oct 18 2007 at 10:20 AM  
Thanks for very nice component.

While testing i received following exception
"The string was not recognized as a valid DateTime. There is a unknown word starting at index 7."
at Line no 71 in IndiaStockQuotes.vb source file.

anandm wrote  Oct 18 2007 at 3:22 PM  
Hi Hemant, This seems to happen sometime when the date in the Yahoo site is not correct. Not sure when, but I have seen this happen twice and the actual site itself seem to have some formatting errors, due to which the component shows an error. I am working on seeing if I can handle this error cleanly. Most prob in version 1.2

anandm wrote  Oct 18 2007 at 3:31 PM  
Hemant, Can you also post Issue/Feature requests etc into the Issue tracker so that these can be tracked

hemant_kamalakar wrote  Oct 19 2007 at 5:57 AM  
Ok Sir,
from now onwards I will Post Issue/Feature requests etc into the Issue tracker.
Sorry for the inconvenience.

charlesmohanraj wrote  Oct 29 2007 at 5:26 AM  
Hi Hemant,
now i have your code . how can i do the same in C# dot net.
any idea.
charles
charlesmohanraj@gmail.com

anandm wrote  Oct 31 2007 at 12:49 PM  
Charles, Just check the test project for sample of how to use the component. We are also working on some kind of a sample application, but that is going to take sometime.

hemant_kamalakar wrote  Nov 1 2007 at 12:24 PM  
Charles ,
We are working on Sample application.

hemant_kamalakar wrote  Nov 17 2007 at 2:30 PM  
Sample Apllication uploaded.

Updating...