Apologies for not posting the next version of Quote Leacher. But I have extended the expiry date for the same to 31st March 2010. So you can use it for one more year without interruptions…..:-)
If time permits I will surely come up with next version. Some of you have given valuable comments for the improvement, which I will consider in while coming up with next version….
To download the extended version of Quote Leacher click Here.
To Download .Net 2.0 Framework click Here.
All your feedbacks are welcome….;-)
April 15, 2009 at 11:28 PM
Very good s/w at last we can get real time quotes from our very own stock exchange and this free s/w makes it possible. One can cut off ties with yahoo
bam
April 20, 2009 at 8:55 AM
Today i came to know about your software its very nice and very good job done by you.
one problem i am facing that i have to add symbols every time when i am opening s/w, not able to save symbols.
and want to know more ting that how to brings this data in to Amibroker ?
onec again thanks a lot for such wonderful s/w.
Jignesh Patel
April 20, 2009 at 10:10 AM
Hi Jignesh,
Thanks for trying the application and giving me a feedback…! The application saves the list of companies as soon as you add them. When you restart the application, it it gives you a message box saying “Company List Loaded Successfully, Click on Refresh button.” If you click on the refresh button, automatically it will download the quotes for the companies and display them.
I am planning to make the application directly feed the data to Amibroker and MetaStock, it should come up in next release….:-)
April 22, 2009 at 6:08 PM
does is really get the real time data ??
I mean as soon as price changes for script it updates in your software ??
My concern is how much delay is coming in rate updates??
Say if in a second rate changes more then 1 time the does it gets updated in software??
April 22, 2009 at 6:18 PM
Hi Maulish,
Quote Leacher can fetch and display the data based on the refresh time you set. Whenever it refreshes, you will get fresh data if and only if nseindia.com has it. So the freshness of data depends on the availability @ nseindia.com and the refresh time you set in the Settings.
Hope I ve answered your query.
April 23, 2009 at 12:02 PM
Hi,
Your app is really good. I am also a programmer and have one question so thought to ask you. Hope you won’t mind replying it.
How you load all the symblos for the NSE scripts in your application? Is there anything provided by NSE site to retrive the list? Also, upon clicking the row in the grid, the company name is also retrieved in detail. Can you pls let me know how you retrieve this information?
Krunal
April 23, 2009 at 1:06 PM
Hi Krunal,
Thanks for liking my app….
Now Here is the answer for your question…. List of NSE symbols that are shown in the combo box is a static list. I just downloaded the EOD data in CSV format and imported that list in to the cmbo box..!
Retrieving the full details of a company is a work around…. I just load all the columns in to the grid and hid what all are not required. On click event I capture the whole row and display it. One more approach wold be storing details of all companies in a collection (If you know OOP languages such as C# which support collections) and displaying it.
April 23, 2009 at 1:25 PM
Thank you very much for your prompt response.
The script symbol list as you mentioned is static nformation. So the list will not be updated. Suppose some new companies get listed on NSE then you will have to update the list as well. So in that case you should provide some UI to add symblos as well. I’m not sure in “Add Company” dialog merely writing symblo will fetch the data from NSE website or not. So can you pls elaborate on it and correct me if my understanding is wrong?
I understood your second point.
Now what I was looking for is facility like “Symblo search” may be same like what NSE provides e.g. if I write “Reliance” then symbols for all listed Reliance companies should be displayed and user can select the appropriate symbol from list. It is same like what is provided on NSE site. The problem here is querying the script data i.e. high, low, current price, etc. is easy but don’t know how to query the symbol list? Do you have any idea about it? Pls share if you have any info in this regard.
Thanks,
Krunal
July 2, 2009 at 11:57 PM
Hi,
your software is fantastic.. if you could make some kind for plugins for amibroker to directly download from nse website.. it would be great
July 25, 2009 at 12:42 AM
[...] For Real Time NSE data please check my earlier post. [...]
August 2, 2009 at 9:39 PM
Hi
Your software is excellent, but can you provide realtime to amibroker and that to a full version
Jenni
October 21, 2009 at 4:45 PM
Hi amit
u done a good job..
but i am unable to add symbols in this software…
October 21, 2009 at 4:55 PM
You should be…. as I am able to do here..! Let me know what exactly u r doing. Then i may be able to help.
November 9, 2009 at 10:40 AM
Hello Amit,
This is may be one of the best things that u have done. I downloaded the software. right now its throwing me remore soerver error with an error code 404. I think is not connecting to the server. Can u help me out with this. This would solve a great purpose to me.
Regards
Nags
November 13, 2009 at 1:36 PM
Thanks for the compliments..
NSE has changed the URL structure it seems. I ll revisit that when I ve time.
April 23, 2009 at 9:03 PM
NSE won’t provide a web service or something of that sort to get the list of companies dynamically. Only option is to provide a static list of companies. In the add company dialog box, I ve provided a text box also through which one can add companies that are not in the combo box.
For your second question you can try visiting http://www.nseindia.com/marketinfo/symbols/readsymbols.jsp?q=Reliance
You can change the company name as required at the end of the URL.
April 28, 2009 at 8:37 PM
Amit,
Just found that complete script list detail (including symbols) is available on nse website in csv file format which can easily be downloaded. This information is available under
“Corporates -> Securities Information -> Equity Shares(Listed)”
So using this csv file information all symbols can be updated in local list or database. (csv file can easily be downloaded from the nse site using webclient class) Facility can be provided to update the symbol list periodically or upon request.
This is just to share the information with you.
April 28, 2009 at 8:50 PM
Hi krunal,
That’s cool…! Will implement it in next version…! Thanks…!
July 30, 2009 at 1:57 PM
hi amit
its a gud s/w ……..
if u provide options for major index like bank,nifty,IT would be helpful….
direct feed to amibroker would be wonderful
thanks for sharing