Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getSymbol.intraday.google() for indian markets returns wrong time? #23

Open
ghost opened this issue Sep 9, 2016 · 0 comments
Open

getSymbol.intraday.google() for indian markets returns wrong time? #23

ghost opened this issue Sep 9, 2016 · 0 comments

Comments

@ghost
Copy link

ghost commented Sep 9, 2016

I am using SIT for downloading intraday data from Indian market

data = getSymbol.intraday.google('NIFTY', 'NSE', 60, '1d')

Indian markets opens at 9:00 am but by using the above function time starts from 9:45 am which is wrong

                       Open    High     Low   Close Volume
2016-09-09 09:45:00 8936.80 8936.80 8934.30 8934.30      0
2016-09-09 09:46:00 8914.30 8933.80 8913.60 8933.30      0
2016-09-09 09:47:00 8914.45 8916.80 8913.90 8914.35      0
2016-09-09 09:48:00 8919.30 8919.30 8914.70 8914.75      0
2016-09-09 09:49:00 8921.30 8922.50 8917.05 8919.75      0
2016-09-09 09:50:00 8917.05 8922.55 8916.60 8921.20      0

How to set time from 9:00 am instead of 9:45?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants