-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
Update constants.py
#35
Comments
Hey, thanks for the feedback. Yeah, the fields change all the time, that's why I'm thinking of putting them on the website instead of hard-coding them in the library. I could definitely update it, but I'm curious where you usually search the fields: in the Github repository, source code installed locally, or the docs at https://shner-elmo.github.io/TradingView-Screener? |
I am a docs guys ;-) But that's me ... Thank's for looking into this! |
@tameike000 It's not officially published, but check this out: I'd appreciate it if you can give me some feedback |
Great page! Thank you! |
That's Gold!! Thanks!! |
@Stail7 Thanks. I don't think you can do that through the screener API. There is another API that the charts use to get historical and live data through a websocket I believe, but haven't looked into it. |
Thanks for this list, it is immensely helpful!
|
@dietmarb01 of course, glad you found it useful. That page is generated every day through a cronjob, to keep the data updated (if you look in the bottom it says the UTC time it was last generated). Regarding your second point, why would you want to pull the list? is it for runtime validation or what? |
While I'm at it, other than removing What do you guys think about the following: (the code doesn't work with the latest PyPi version, you need to clone master if you want to test the queries) |
Thats a great info. Thank you. |
Of course, glad you find it useful. |
I'm curious how you know all the available fields |
(Query().set_markets(f'{stocker}')
is it possible to; Can I connect two conditions? |
@wenijinew |
@erdemustun Have a look at the new If you still need help, feel free to open a new issue. |
@Dexcode83 Will add it back when I have a chance (prob in 2 weeks), until then you can just copy the source code from:
|
First, great package!
I tried to use "close_1_days_back" and I get:
requests.exceptions.HTTPError: 400 Client Error: Bad Request
Body: {"totalCount":0,"error":"Unknown field "close_1_days_back"","data":null}
Seems not existing (anymore).
Is there a way to create an updated constants.py?
Thanks!!
M
The text was updated successfully, but these errors were encountered: