Originn

Results 6 issues of Originn

When downloading a stock price using `df = yf.download(selected, start=request.form.get("start"), end=request.form.get("end"), auto_adjust = False, prepost = False, threads = True, proxy = None)[["Adj Close", "Close"]].dropna(axis=1, how='all')` where Start date is...

Would it be possible to exctract a Json format list of all tickers listed on a specific exchange i.e NYSE?

Saying I want to get yf.Ticker('AAPL').stats()['defaultKeyStatistics'] But I want to get the info for each single day since 2016. Is this possible?

**What are you trying to do?** I have a script to check portfolio performance for 4 different methods(CVaR, mean_veriance, etc..) for the last year. I want to compare the long/short...

question

### Search before asking - [X] I had searched in the [issues](https://github.com/OpenSPG/KAG/issues?q=is%3Aissue) and found no similar issues. ### Operating system information Windows ### What happened Following the guide and composing...

**Is your feature request related to a problem? Please describe.** Progress reporting on Claude Desktop **Describe the solution you'd like** I want to show progress report Per doc: Progress reporting...

enhancement