-
Notifications
You must be signed in to change notification settings - Fork 56
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
Add support for After Hours data #332
base: master
Are you sure you want to change the base?
Conversation
Add support for afterHours parameter via IEX intraday query. See 2.5.3 Historical Intraday Prices Endpoint: https://api.tiingo.com/documentation/iex
Hi @ZeroCool2u , thanks for the submission! It looks like the In addition to modifying Let me know if you have any questions about how to update the code or the tests. It looks like we'll need to regenerate some of the YAML fixtures to get the Travis build to pass again. We have some documentation about how to record new fixtures + remove your API key from the result in our documentation page here. |
Okay, I found the old request that you referred to here. |
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1.2 to 5.4. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](yaml/pyyaml@5.1.2...5.4) Signed-off-by: dependabot[bot] <[email protected]>
Bump pyyaml from 5.1.2 to 5.4
this needs to be merged asap |
Hey @bossdown123 , would you be interested to help finish this PR ?
This is a community project maintained by volunteers, it isn’t part of
anyone’s day job. Help is always appreciated, and it’s important to be
respectful to other contributors to the project.
…On Thu, Aug 10, 2023 at 2:09 PM bossdown123 ***@***.***> wrote:
this needs to be merged asap
—
Reply to this email directly, view it on GitHub
<#332 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACE2MM6LZ5RRDT3RUJWMNVDXUUPVHANCNFSM4IWIGIYA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@hydrosquall Thank you for your kind words here. Thank you for making this a great community to be a part of, as well. |
@hydrosquall
Add support for afterHours parameter via IEX intraday query.
See 2.5.3 Historical Intraday Prices Endpoint: https://api.tiingo.com/documentation/iex
🎉 Hello there 🎉! Thanks for taking the time to contribute to
Tiingo-Python
!Summary of Changes
Add support for afterHours parameter via IEX intraday query.
Feature
There is no open issue for this feature.
Checklist
HISTORY.rst
with an entry summarizing your change