You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
However, i must admit that the results are very strange, half of the data is NaN because there is no clear distinction between trading hours and non trading hours in the data provided (or in the inputs), and the data you eventually receive randomly has multiple identical rows (my latest pull got the exact same prices for TWTR between 1pm and 5pm on 2021-03-01).
There is probably a misunderstanding somewhere, but i cannot figure it out with the little documentation we have.
Well, if you notice my "documentation states" snippet above you will see that the documentation states that you should input "1h" but as you mention in your sample code, you input "1hour"
1h != 1hour
Yeah, the "intraday" is a sad story. You do not get any figures for volume which makes it pointless since you can't use "On Balance Volume" or "Money Flow Index" indicators etc...
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Documentation states:
interval | [Optional] Specify your preferred data interval. Available values: 1min, 5min, 10min, 15min, 30min, 1h (Default), 3h, 6h, 12h and 24h.
But 1h, 3h etc does not work. You need to supply 1hour, 3hour etc.
The text was updated successfully, but these errors were encountered: