We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
How to set time from 9:00 am instead of 9:45?
The text was updated successfully, but these errors were encountered: