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

Yahoo data #22

Closed
HomunculusK opened this issue Aug 3, 2019 · 1 comment
Closed

Yahoo data #22

HomunculusK opened this issue Aug 3, 2019 · 1 comment

Comments

@HomunculusK
Copy link

HomunculusK commented Aug 3, 2019

I saw in your medium article you said you were using
stock_data = pdr.get_data_yahoo(self.ticker, self.start, self.end)
for data acquisition
yet in your sample data you had a time col which yahoo doesn't provide
is there a way can I use this for daily prices?
Thank you

@VivekPa
Copy link
Owner

VivekPa commented Aug 5, 2019

The data currently used is tick data aggregated according to time/volume/dollars. You can definitely use the model for daily data but the results will differ.

@VivekPa VivekPa closed this as completed Aug 5, 2019
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

2 participants