Feedback #39
Unanswered
ValueRaider
asked this question in
Q&A
Replies: 1 comment 8 replies
-
I believe you've done an exceptional job. What I intended to convey is that the integration of this might not align seamlessly with an existing yfinance project. To illustrate, if I were to incorporate caching into a project that utilizes yfinance, my anticipation would be to execute something along these lines: import some_package from some_lib
import yfinance as yf
# Cached session instance
config = {...}
session = CachedSession(config=config)
# code ...
yf.download(..., session=) In essence, the only task I would need to undertake here would be generating the session instance, after which the program would maintain its usual functionality. In summary, my concern pertains to the manner in which the API harmonizes with yfinance, rather than any issues with the implementations themselves. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@rickturner2001 would you mind elaborating? I'm receptive to criticisms and suggestions.
Beta Was this translation helpful? Give feedback.
All reactions