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

Return volume in IEX intraday info #12

Closed
DavisVaughan opened this issue May 26, 2020 · 0 comments
Closed

Return volume in IEX intraday info #12

DavisVaughan opened this issue May 26, 2020 · 0 comments

Comments

@DavisVaughan
Copy link
Collaborator

riingo_iex_prices() can actually return volume info, apparently.

2.5.3 of this states:
https://api.tiingo.com/documentation/iex

"The number of shares traded on IEX only. This value will only be exposed if explicitly passed to the "columns" request parameter. E.g. ?columns=open,high,low,close,volume"

I confirmed locally that manually tweaking the url to the following does indeed return intraday volume

"https://api.tiingo.com/iex/AAPL/prices?startDate=2019-05-27&endDate=2020-05-26&resampleFreq=5min&columns=open,high,low,close,volume"
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

1 participant