zunleashed
zunleashed
Hi guys, I am having the same type of issue. I am not sure about the versions but I am getting the same type of SSL related error on a...
@justinpolygon I updated via 'pip install -U polygon-api-client' and I still get the same error. If this helps: I tried the same 'client.get_aggs()' command in a Google Collab notebook and...
polygon-api-client-1.14.1 fixed my issue and now the '.get_aggs()' command returns data. Thank you for the update.
I had the same issue on my Mac Air M2-chip "Try numpy v1.26.4. This solved the problem for my venv." This fixed my same problem. I made a new venv...
simply tried: yf.Ticker('TSLA').history(period="max", interval='1d', actions=False).tail(600) and I get: "too many requests. rate limited." problem. help please!