-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
403 in search_assets as well #67
Comments
Hi, @bertozzi so as far as I could check that happens whenever you send too many consecutive requests, so once you get blocked you'll have to wait up to 24 hours before sending another request to Investing.com... So I'd recommend you wait until you're no longer blocked so that you can use |
Got it. Anyway this is veeery limiting. Do you think it can be solved in the future? |
I know @bertozzi ... but that depends on Investing.com... I've contacted them already, but it's taking too long to escalate my proposal so I didn't receive an answer yet, just redirections to other teams... |
Hi @alvarobartt , I get the 403 Error everytime I excecute the following code: from investiny import search_assets VS code give me this error Message: ConnectionError Traceback (most recent call last) File ~\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\investiny\search.py:42, in search_assets(query, limit, type, exchange) File ~\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\investiny\utils.py:36, in request_to_investing(endpoint, params) ConnectionError: Request to Investing.com API failed with error code: 403. [I did not request any data before from investing.com.] Could you please help me with this one? Best, Chris |
Hello @alvarobartt! I have the same problem reported by @ChrizzBln89. I haven't made any previous requests, and mostly it's been weeks, but I keep getting a 403. Any solution? Thanks! |
OK! Unfortunaly it's not work. I had waited for 3 day and keeps the same. |
pip install investiny
from investiny import historical_data
data = historical_data(investing_id=6408, from_date="09/01/2022", to_date="10/01/2022") # Returns AAPL historical data as JSON (without date
|
The text was updated successfully, but these errors were encountered: