You can use C#.net to access the Quotes Plus Data Base using the same approach others have used with VB.Net to access the data. Take a look at the QP_Ex_Closes.zip and Ex1ForVB2005.zip files. These two file can be found in the files section for this group. It you are half way familiar with VB you can easily convert the code in these files to C#. There is not a lot of documentation available on retrieving data from the Quotes Plus Data Base using C++, VB or C#. Most of the documentation is on the Quotes Plus CD. However, it is not installed on your hard drive when you install Quotes Plus. In particular take a look at the VB6 examples that are on the CD.
Take a look at the Fundamental Data displayed by Quotes Plus Display Charts to see if what you want for for earning date is available for a stock in Quotes Plus. Just about anything you see on the Fundamental page can be retrieved by either scanning the data base, Excel, VB.net or C#.net. Howard neil_cs_um wrote: > > I wanted to use the data from Quotes Plus into my C# application. How > do I access it? Is there any documentation, help files, and examples > for this? > > I wanted to access the following data: > - list of symbols for stocks at amex, nasdaq and nyse > - data for a particular symbol > - description, number of outstanding shares and the past and upcoming > earning dates for a particular stock symbol > > Is it possible to access earnings date (past & future) at all? > >
