getbhavcopy icon indicating copy to clipboard operation
getbhavcopy copied to clipboard

Updating bhavcopy until issue resolved

Open neerajkrpal opened this issue 1 year ago • 76 comments

Check out this comment

touchofevil-dev avatar Apr 11 '23 17:04 touchofevil-dev

Hi I am going to update daily bhavcopy in same format as getbhavcopy. 2023-04-10-NSE-EQ.txt 2023-04-11-NSE-EQ .txt

thanks

bubbu64 avatar Apr 11 '23 22:04 bubbu64

Hi,

Kindly provide bhavcopy in same format from 29-Mar-2023 to 10-Apr-2023

amitingraham avatar Apr 12 '23 05:04 amitingraham

Thanks for your valuable contribution.

amitingraham avatar Apr 13 '23 09:04 amitingraham

Thank you Neeraj for the files. Can you please let know how you are preparing these files and time taken to create them?

JITHUJT avatar Apr 13 '23 10:04 JITHUJT

I am using excel as I am good in that. Copying two files (one for Indices and other for scrip from NSE website) and pasting in excel in which I put some simple functions. I paste excel output in text file.

It only take time enough for three time copy-paste, hardly 2 minutes.

On Thu, 13 Apr, 2023, 3:33 pm JITHUJT, @.***> wrote:

Thank you Neeraj for the files. Can you please let know how you are preparing these files and time taken to create them?

— Reply to this email directly, view it on GitHub https://github.com/hemenkapadia/getbhavcopy/issues/224#issuecomment-1506694707, or unsubscribe https://github.com/notifications/unsubscribe-auth/A7DS57YUHTV2A5NDFI3OR2DXA7FOTANCNFSM6AAAAAAW2SITUQ . You are receiving this because you authored the thread.Message ID: @.***>

neerajkrpal avatar Apr 13 '23 14:04 neerajkrpal

Thanks for taking the trouble to help us all out.

Re the equity segment data, been using excel to dump bhavcopy data in to worksheet and then copy/manipulate eq and be data for AB compatible format. Rudimentary workaround as am not proficient with excel or coding.

How are you going about changing the index names to the format being used by GBC?

If you can help with showing how that is to be done, then most should be self sufficient and not needing to bother anyone.

Thanks.

RS-NDIND avatar Apr 13 '23 15:04 RS-NDIND

Hopefully this will help you. Go through the files. I am using VLOOKUP to find the INDEX CODE in CSV file provided by NSE. Data.convert.xlsx

neerajkrpal avatar Apr 13 '23 19:04 neerajkrpal

Hopefully this will help you. Go through the files. I am using VLOOKUP to find the INDEX CODE in CSV file provided by NSE. Data convert.xlsx SOP.docx

Thanks very much.

Worked like a charm.

Hope everyone will implement this.

Even bloody ChatGPT did not think of this and was telling me to learn Python. So much for AI !

Once again, much obliged and thanks.

RS-NDIND avatar Apr 13 '23 20:04 RS-NDIND

Thank you Neeraj for sharing the files..

JITHUJT avatar Apr 14 '23 09:04 JITHUJT

thanks a lot neeraj for sharimg the files but for those who are not very excel friendly all ur language is giberrish ... iwas really so upset as i came across this message of central directory not available ,...are we getting any near tearm solution for this ...also neeraj can you please share 27/03/2023 and 28/03/2023 files as well...guys is there any way we can connect to mr hemen kapadia

desood78 avatar Apr 14 '23 09:04 desood78

Also the 13th april file is only updated for indicies and not for individual stocks..can u please reshare updated one

desood78 avatar Apr 14 '23 10:04 desood78

Sir from ABB price is old date plz check

Sent from Yahoo Mail on Android

On Sat, 15 Apr 2023 at 9:37 AM, @.***> wrote:

2023-04-13-NSE-EQ.txt

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

binay222singh avatar Apr 15 '23 04:04 binay222singh

thanks a lot neeraj for sharimg the files but for those who are not very excel friendly all ur language is giberrish ... iwas really so upset as i came across this message of central directory not available ,...are we getting any near tearm solution for this ...also neeraj can you please share 27/03/2023 and 28/03/2023 files as well...guys is there any way we can connect to mr hemen kapadia

2023-03-27-NSE-EQ.txt 2023-03-28-NSE-EQ.txt

neerajkrpal avatar Apr 15 '23 04:04 neerajkrpal

Sir from ABB price is old date plz check Sent from Yahoo Mail on Android On Sat, 15 Apr 2023 at 9:37 AM, @.> wrote: 2023-04-13-NSE-EQ.txt — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.> 2023-04-13-NSE-EQ.txt Updated. please download again.

neerajkrpal avatar Apr 15 '23 04:04 neerajkrpal

Thanks for quick response!!Sent from my iPhoneOn 15-Apr-2023, at 9:48 AM, neerajkrpal @.***> wrote:

Sir from ABB price is old date plz check Sent from Yahoo Mail on Android On Sat, 15 Apr 2023 at 9:37 AM, @.> wrote: 2023-04-13-NSE-EQ.txt — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.>

updated. please download again.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: @.***>

lokeshbharadia avatar Apr 15 '23 04:04 lokeshbharadia

Also the 13th april file is only updated for indicies and not for individual stocks..can u please reshare updated one

Updated. Download from Initial comment of thread.

neerajkrpal avatar Apr 16 '23 06:04 neerajkrpal

Hi @neerajkrpal , thanks for sharing the excel, in indices you have used vlookup, but for equity you have directly copied from row number, if there is any discrepancy from nse side in any single name being added or removed, whole data will be altered. i think it will be better if you use vlookup for equity list as well

aarki25 avatar Apr 17 '23 05:04 aarki25

But how will VLOOKUP detect the descripency in ticker name? There is rare chance of that descripency in NSE data, however if that happen and you detect the error after some days, you can merge the symbol in AB.

neerajkrpal avatar Apr 17 '23 07:04 neerajkrpal

Hello, what i meant is, even if one new name gets added or removed from current list, your order in output scrip will be distorted since you have directly copied from rows in input scrip

aarki25 avatar Apr 17 '23 11:04 aarki25

But order has no significance while uploading data in AB. AmiBroker will read data itself from respective ticker code.

neerajkrpal avatar Apr 17 '23 13:04 neerajkrpal

Could someone kindly provide bhavcopy in AB format from 14-Mar-2023 to 26-Mar-2023

There are many files here: https://www.nseindia.com/all-reports#cr_equity_daily

Which one to download for daily snapshot of Equity and Indices ?

tia

ar23a avatar Apr 18 '23 04:04 ar23a

I need data file from 10-03-2023 can you please send or upload the same. thanks in advance.

sheetal020 avatar Apr 18 '23 05:04 sheetal020

Thank you Neeraj for the files. Can you please let know how you are preparing these files and time taken to create them?

Hey, have created a telegram bot to download nse and bse files, been using since 2 months and working gud. Pls do follow this @Sahav_bot in telegram for downloading equity bhavcopies from both nse and bse. Created a group as well, https://t.me/bhavcopy_amibroker to get everyday bhavcopies

Hope this helps the EOD community

sahaveer avatar Apr 18 '23 06:04 sahaveer

need it for metastoke

sheetal020 avatar Apr 18 '23 07:04 sheetal020