-
Notifications
You must be signed in to change notification settings - Fork 25
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
Getting resolveSymbol to work #3
Comments
Same problem here. I found some data using this :
But some data are missing, like "first_intraday" |
So as far as I can tell that code snippet above solves the issue - not sure if those fields are required or if it's possible to make it work without? Separately (and forgive me if this is a noob question), the comments in this code say it only supports 1 minute polling. Looking at the chart pre-market here, it doesn't appear to be grabbing the data immediately as its streamed in. Any suggestions on what needs to be changed to get this to stream as real time as possible? |
They are making some API changes again. This code allows the adapter to work correctly:
|
Not sure if Polygon changed data format since this was built but I was having some issues integrating the adapter into tradingview charts. Updating resolveSymbol as follows solved the problem for me. Figured I'd share in case anyone else is having the same problem.
The text was updated successfully, but these errors were encountered: