-
Notifications
You must be signed in to change notification settings - Fork 158
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
Search URL broken #45
Comments
- Tradingview have changed their search API to "v3". In addition, their Nginx frontend now blocks requests with Origin+Referer other than their own site. - fixes rongardF#45 - version bumped to 2.1.0_issue45 - only tested with Python 3.12 Changes in this commit: modified: __init__.py modified: main.py
Tradingview have changed their search API to "v3". A fix is available at dietmarb01/tvdatafeed
A formal pull request is in the making, but I won't be able to provide it for the next few weeks due to absence. Volunteers welcome to take over... |
@demonarch: Please Update the source attribute on PyPI to the repo that corresponds to the published version tradingview-datafeed-2.1.1. Currently it refers to this repo which is at 2.1.0; also your own (public) fork is at 2.1.0. Thanks, Dietmar |
dear @TradingBias , |
the search URL seems to be broken. My code no longer works when using it. get_hist works only if you supply the correct exchange:symbol now.
The text was updated successfully, but these errors were encountered: