Traderji.com - Discussion forum for Stocks Commodities & Forex

Site providing EOD data parsed from NSE bhav copy

Discuss Site providing EOD data parsed from NSE bhav copy at the Data Feeds within the Traderji.com - Discussion forum for Stocks Commodities & Forex; Hi! I use EOD data parsed from NSE bhav copy which I download everday to ...


Go Back   Traderji.com - Discussion forum for Stocks Commodities & Forex > TOOLS & RESOURCES > Data Feeds

Notices

Data Feeds Real time and end-of-day data feeds.

Reply
 
Thread Tools
Sponsored Links
  #1  
Old 31st March 2005, 10:07 PM
Member
 
Join Date: Aug 2004
Location: Mumbai
Posts: 77
Appreciation: 20
trader9 is on a distinguished road
Default Site providing EOD data parsed from NSE bhav copy

Hi!
I use EOD data parsed from NSE bhav copy which I download everday to populate my quotes database. I have coded perl scripts which does the downloading, parsing and updating the quotes database automatically.

I am thinking of setting up a site that will provide EOD data similar to *****.
I will have to modify my scripts and do certain other modifications and configurations.
I am willing to do it, if there are any takers for this idea.

Please respond!

Regards!
Reply With Quote
  #2  
Old 1st April 2005, 11:13 AM
Member
 
Join Date: Mar 2005
Posts: 37
Appreciation: 20
jamesalex_us is on a distinguished road
Default Re: Site providing EOD data parsed from NSE bhav copy

Hi Trader9

Very good thinking for providng the EOD data. In this way you would help many in this forum who are looking for reliable EOD data as ***** sometimes have corrections or have missed data.

Go ahead & your site would be hitting my many forum members. God bless you

James
Trend is your friend, FOLLOW it
Reply With Quote
  #3  
Old 1st April 2005, 06:44 PM
Member
 
Join Date: Aug 2004
Location: Mumbai
Posts: 77
Appreciation: 20
trader9 is on a distinguished road
Smile Re: Site providing EOD data parsed from NSE bhav copy

Quote:
Originally Posted by jamesalex_us
Hi Trader9

Very good thinking for providng the EOD data. In this way you would help many in this forum who are looking for reliable EOD data as ***** sometimes have corrections or have missed data.

Go ahead & your site would be hitting my many forum members. God bless you

James
Trend is your friend, FOLLOW it
Thanks for your encouragement. God bless us all!

I am working on it. But I am facing a problem concerning adjustments to be made to the data (price and volume) due to bonus, split, reverse split etc.
List of scrips with details about the above mentioned adjustments, the dates on which they started trading ex-bonus, ex-split etc. would be welcome.

Any help will most certainly be appreciated.

Regards!
Reply With Quote
  #4  
Old 1st April 2005, 11:21 PM
Member
 
Join Date: Apr 2005
Location: Hyderabad
Posts: 154
Appreciation: 20
swingtrader is on a distinguished road
Default Re: Site providing EOD data parsed from NSE bhav copy

Hi Trader9,

I also maintain a database with data downloaded automatically from NSE's website. I am building a charting website (see attached sample chart image). I am yet to create scripts to deal with splits etc but will share with you any ideas that I get.

Currently I am building sentiment indicators like ARMS Index (TRIN), Adv-Dec line, McClellan Oscillator, McClellan Summation Index etc.

Glad to see there is someone here with whom I can share ideas.

--SwingTrader
Reply With Quote
  #5  
Old 1st April 2005, 11:24 PM
Member
 
Join Date: Apr 2005
Location: Hyderabad
Posts: 154
Appreciation: 20
swingtrader is on a distinguished road
Default Re: Site providing EOD data parsed from NSE bhav copy

Forgot to attach the sample chart. Here it is now.

--SwingTrader
Attached Images
File Type: png nifty.png (45.3 KB, 252 views)
Reply With Quote
  #6  
Old 2nd April 2005, 09:45 AM
Member
 
Join Date: Aug 2004
Location: Mumbai
Posts: 77
Appreciation: 20
trader9 is on a distinguished road
Default Re: Site providing EOD data parsed from NSE bhav copy

Hi! swingtrader
Welcome to the forum.

Thanks for your offer of help.

Concerning splits and other adjustments, how do you manage to graph the stock price movement without correcting them for any adjustments.
Without the correction, plotting technical indicators will be erroneous.

Always willing to share ideas.

Regards!
Reply With Quote
  #7  
Old 2nd April 2005, 02:03 PM
Member
 
Join Date: Mar 2005
Location: Kolkata
Posts: 495
Appreciation: 26
joy_mitali is on a distinguished road
Default Re: Site providing EOD data parsed from NSE bhav copy

Hi Swing Trader and Trader9,
I am also in your path for quite sometme.Though new in this arena for only a year,
I have gathered significant knowledge.I have made a small utility for both stk trading and option trading which gives me all the possible profit/loss finally obtainable after considering brokerage.I have also made a option Calc.I also used to down load the NSE Bhavcopy everyday,but now I take the Minute by minute Ticklist from thepowerIndia bulls software.Can u hlp me with EXCEL and VBA scripts(or some guidelines either in C++ or JAVA) for making a
single chart which should contain Fibonacci Lines along with Candlestick charting with Darvas Boxesvolume-stk price indicator.
I do not have the idea about the splits and corrections for adjutments.Can u plz hlp me?
One more request for sharing(if u hv no problem) ur knowledge regarding how to Auto dwnld from NSE site and then auto update the quotes database present in Excel.
Hope nature blesses u both for ur good work.------joy_mitali
Reply With Quote
  #8  
Old 2nd April 2005, 07:10 PM
Member
 
Join Date: Apr 2005
Location: Hyderabad
Posts: 154
Appreciation: 20
swingtrader is on a distinguished road
Default Re: Site providing EOD data parsed from NSE bhav copy

trader9,

Yes, you are right. without splits & other adjustments the charting of the data would be wrong, but I had kept that part of the programming for future. I wanted to get building of the charts out of the way first.

I have still not thought out the adjustments completely but the basic idea in my mind was to record splits & other adjustments in a separate place and then re-adjust the data prior to the splits. Eg. if the split is a 1:2 for a particular then I would record it in somplace (in a table in database) and then adjust past price & volume data accordingly. I still have to work out many details. I haven't yet come up with a complete plan.

Will let you know more as things move. Please update us on your progress too.

--ST

Quote:
Originally Posted by trader9
Hi! swingtrader
Welcome to the forum.

Thanks for your offer of help.

Concerning splits and other adjustments, how do you manage to graph the stock price movement without correcting them for any adjustments.
Without the correction, plotting technical indicators will be erroneous.

Always willing to share ideas.

Regards!
Reply With Quote
  #9  
Old 2nd April 2005, 07:25 PM
Member
 
Join Date: Apr 2005
Location: Hyderabad
Posts: 154
Appreciation: 20
swingtrader is on a distinguished road
Default Re: Site providing EOD data parsed from NSE bhav copy

Quote:
Originally Posted by joy_mitali
Hi Swing Trader and Trader9,
I am also in your path for quite sometme.Though new in this arena for only a year,
I have gathered significant knowledge.I have made a small utility for both stk trading and option trading which gives me all the possible profit/loss finally obtainable after considering brokerage.I have also made a option Calc.I also used to down load the NSE Bhavcopy everyday,but now I take the Minute by minute Ticklist from thepowerIndia bulls software.Can u hlp me with EXCEL and VBA scripts(or some guidelines either in C++ or JAVA) for making a
single chart which should contain Fibonacci Lines along with Candlestick charting with Darvas Boxesvolume-stk price indicator.
I do not have the idea about the splits and corrections for adjutments.Can u plz hlp me?
One more request for sharing(if u hv no problem) ur knowledge regarding how to Auto dwnld from NSE site and then auto update the quotes database present in Excel.
Hope nature blesses u both for ur good work.------joy_mitali

I mainly program in Java & PHP, sometimes in Perl or Python. I am not very familiar with Excel VBA programming. If you need help with Java, I can help. Let me know what exactly you want to know. Building a chart is with fibonacci etc will take time & effort, it is better if you can find any free tools to chart. I will let you know if I find something.

My auto data download & update to db scripts are written in PHP (as is my chart building program). I use PostgreSQL as the database. As for using Excel as a database you might find many Java-Excel APIs on the internet.

Stick around, I will be posting my scripts as they get ready. Still working on splits & other adjustments.

--SwingTrader
Reply With Quote
  #10  
Old 2nd April 2005, 08:46 PM
Member
 
Join Date: Aug 2004
Location: Mumbai
Posts: 77
Appreciation: 20
trader9 is on a distinguished road
Default Re: Site providing EOD data parsed from NSE bhav copy

swingtrader,

I am using perl as the programming language. I use qtstalker as my technical analysis software. Hence I had programmed some scripts in perl to enable me to update the quotes.

I am also in the process of modifying geniustrader (a perl based stock charting software) for online stock graphs. (This is purely for my personal needs)

I am aiming to provide an alternative to ***** quote service hence the need for info on splits etc.
Reply With Quote
Sponsored Links


Reply

Bookmarks


Advertise Here


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads for: Site providing EOD data parsed from NSE bhav copy
Thread Thread Starter Forum Replies Last Post
NSE Intraday data gadodias Intraday 37 15th November 2007 02:04 PM
How to feed NSE .csv file data in Omnitrader kgsirasangi Software 7 21st February 2007 12:42 PM
NSE or ***** Data amit_shriv Data Feeds 8 27th July 2006 09:32 PM


All times are GMT +5.5. The time now is 11:08 AM.

Indemnity, Disclaimer & Disclosure Notice:
• By visiting Traderji.com you indicate your acceptance of our Forum Rules Disclaimer & Disclosure and indemnify Traderji.com, its associates and related parties of all claims howsoever resulting from the usage of the forum.
Disclaimer: Trading or investing in stocks & commodities is a high risk activity. Any action you choose to take in the markets is totally your own responsibility. Traderji.com will not be liable for any, direct or indirect, consequential or incidental damages or loss arising out of the use of this information.
Disclosure: The information in this forum is neither an offer to sell nor solicitation to buy any of the securities mentioned herein. The writers may or may not be trading in the securities mentioned.
• All names or products mentioned are trademarks or registered trademarks of their respective owners.
General Content Disclaimer Notice:
In light of our policy of encouraging candid, open exchanges of views and the rapid distribution of information originating from many sources, Traderji.com cannot determine the accuracy of information that may be uploaded to the forum. Opinions, advice and all other information expressed by participants in discussions are those of the author. You rely on such information at your own risk. You are urged to seek professional advice for specific, individual situations and not rely solely on advice or opinions given in the discussions. Since Traderji.com is an open and free discussion forum, any comments made by members of this forum in their posts reflect their own views and not of the owner or administrator of Traderji.com. Thus the owner/administrator indemnify themselves of all claims whatsoever and will not be liable or responsible for any members comments/views in this forum Traderji.com. If you find any objectionable or offensive posts made by members of this forum which you would like to bring to our notice for removal then please Contact Us.
 


Copyright © 2001 - 2008, Traderji.com All Rights Reserved.

Recommended Websites - www.TradersEdgeIndia.com - www.TradingPicks.com - www.MasterOfTrading.com