pratik141 / nsedt

Library to collect NSE data in pandas dataframe
http://nsedt.nse.pratikanand.co.in/
Apache License 2.0
33 stars 16 forks source link

Getting Wrong Close Price for POWERGRID stock, ex : 2023-09-11 - value 264.5/- but in google 52wk High is 205/- #35

Closed itsmyownview closed 12 months ago

itsmyownview commented 12 months ago

Describe the bug Wrong Close Price for stock POWERGRID - NSE, for multiple dates in Sep 2023. Its w2wk high is only 204, but we are getting > 260 multiple days in Sep 2023

To Reproduce Steps to reproduce the behavior:

  1. install nsedt 0.0.10
  2. Try to fetch data for ("POWERGRID", "01-09-2023", "19-09-2023")

Expected behavior Correct value is returned for Close Price

Screenshots Below screenshot is from our library while fetching ("POWERGRID", "01-09-2023", "19-09-2023")

image

Below screenshot is from google, which says POWERGRID never went above 260 in last 1 year.

image

Desktop (please complete the following information):

Smartphone (please complete the following information):

pratik141 commented 12 months ago

Hi @itsmyownview

there is Bonus 1:3 issued in Powergrid on 12-Sep-2023 and nseindia doesn't adjust the price we have to do it our own In future, I will add this option

image
itsmyownview commented 12 months ago

Please keep us updated with this and how to adjust the price in these cases so that still we are getting correct close price. Thanks much for your fast response

pratik141 commented 12 months ago

Sure soon I will add it