-
Notifications
You must be signed in to change notification settings - Fork 123
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 Finance v7 API (since 2017-05-16) - finish snapshot (2/3) #41
Conversation
historical: remove fields ref historical.spec: remove snapshot assertion (to merge)
@pilwon, ok, changed my mind :) This PR is just for Take a look through the changes and please try any of your own tests if you have any. |
oh actually just wait one sec, sorry. |
snapshot: arrays & dates (to merge with above) snapshot: remove commented out code (to merge with above) snapshot: fix module requests, add test (merge with above) snapshot: fix modules requests, integration test (merge above) snapshot: multi symbol support + tests (merge above) snapshot: integration test, remove .only (merge above)
Ok I just rebased on my end down to 5 sensible commits, which I think you can merge now without squashing. It's a lot clearer to have i.e. file splits and unrelated changes in their own commits. |
@gadicc Awesome! 👍 👍 👍 |
Continuation from #37 for
snapshot()
.snapshot()
symbols
option (i.e. multiple symbols in one request - this needs multiple HTTP requests in yahoo's new API).