ValueRaider
ValueRaider
See #1188 for detailed discussion.
Possible but slightly hacky. Yahoo returns currency with price data but no official way to add it to Pandas table. So question is where to put it? Can add a...
Oh it's not implemented, I'm just saying it could be but need to think best way. If you have good idea then submit a PR to `dev`
Typos fixed in #1216
No chance. VWAP is an indicator, and TA is beyond scope of `yfinance`. Look into a TA library like `pandas-ta`.
Can we revive this issue for a discussion? I think some thought needed on what & why to document. Do users still think this requires `yfinance` to document, given it...
@0silverback0
This is just enforcing style guidelines. I think if doing that, update the entire codebase in one go. `flake8` helps with that.
You are correct regarding the guidelines you checked, but there are others - whitespace around/after operators, unused variables.
@ranaroussi Can you comment on this?