vsjha18 / nsetools

Realtime Data From National Stock Exchange (India)
http://nsetools.readthedocs.io
MIT License
817 stars 422 forks source link

Adds the field 'lastUpdatedTime' to nse response #113

Closed anuraagbarde closed 1 year ago

anuraagbarde commented 3 years ago

Self-explanatory, I was thinking of adding a separate function to convert the string into a proper datetime() object, is it better to convert to a datetime() object?.

The cleaner way you be to pass the whole (buffer) to clean_server_respone. But I just wanted a quick fix. It isn't even harmful.

anuraagbarde commented 3 years ago

Converted last updated time to datetime.datetime format , added instructions to change it to string format also