Danglewood
Danglewood
Ya, that'll happen. Probably less free resources to go around these days than prior.
Ya, it will go down occasionally, not much I can do there. Quite possible this app rides the edge of the free tier... 
Total returns typically assumes reinvestment on the payment date, which would create a slightly different value because of the compounding effect. Instead of discounting the price, the base unit (1...
> It's still total nonsense btw. > > ``` > stock_data = yf.Ticker(ticker) > hist = stock_data.history(start=start_date, end=end_date, auto_adjust=True) > hist['Close'].iloc[-1] / hist['Close'].iloc[0] > ``` > > That's your total...
Hi, this is because a package is on the develop branch but is not published. If you use the main branch instead, this should get around that.
This should be resolved by #6752. The package in question is now published on PyPI as `openbb-imf`. Feel free to reopen if you continue to experience issues.
> Bad news. Works fine for a few requests but after ~10 I get error: > > > requests.exceptions.HTTPError: 401 Client Error: for url: https://query2.finance.yahoo.com/v10/finance/quoteSummary... > > Tried with and...
It seems to be doing a retry effort, but TBH, I'm not sure what I'm looking for. I do see it toggling between cookie strategies, so retrying until it hits,...
> Macrotrends.net provides similar data to EconDB for free, which appears to be subsidized by their advertisements on the website. Macrotrends does not have documentation and it is difficult to...
> Interesting. Nothing from the EconDB widget will load for me but I attributed that to my not having an EconDB API key because I do not pay for subscription....