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

Feature: add intra-day support for tiingo to getSymbols #260

Open
ethanbsmith opened this issue Nov 15, 2018 · 1 comment
Open

Feature: add intra-day support for tiingo to getSymbols #260

ethanbsmith opened this issue Nov 15, 2018 · 1 comment

Comments

@ethanbsmith
Copy link
Contributor

getSymbols.tiingo currently only supports daily-monthly data sets. However tiingo does have an API sitting on top of IEX data that support intra-day granularity: https://api.tiingo.com/docs/iex/realtime#historicalPriceData

It should be fairly straight forward to add this support to getSymbols.tiingo, using an interval parameter (like alphavantage). However, since this intra-day API sits on top of IEX, it does not support the full set symbols that the EOD API does. Another option would be to add a new getSymbols.tiingo.iex. My preference would be to just extend the existing function. Any thoughts before I start on a PR for this?

@ethanbsmith
Copy link
Contributor Author

Will revisit this when tiingo release v2 of their API in 2019

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

No branches or pull requests

2 participants