Skip to content

Does this do real-time or is it delayed? #42

Closed Answered by shner-elmo
The-Cricket1 asked this question in Q&A
Discussion options

You must be logged in to vote

This library is just a wrapper on the TV API. It doesn't authenticate for you or anything like that.

And the way the API currently works is that if you don't pass the cookies you will always get delayed data.

Even when TradingView offers free real-time data for that specific ticker. For example for AAPL which is part of the NASDAQ exchange, you can get real-time data for free (on the website), but using this library if you don't pass cookies TradingView wont bother to give you real-time data, even if its free.

And if you did buy a data add-on (like for OTC symbols) then you definitely want to log in by passing your cookies.

In short, you really should pass your own cookies to log in/authe…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@shner-elmo
Comment options

Answer selected by shner-elmo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants