pmorissette / ffn

ffn - a financial function library for Python
pmorissette.github.io/ffn
MIT License
1.9k stars 284 forks source link

fix yfinance API error #186

Closed Allensususu closed 1 year ago

Allensususu commented 1 year ago

fix yfinance API error

add three line codes.

image

codecov-commenter commented 1 year ago

Codecov Report

Base: 57.38% // Head: 57.37% // Decreases project coverage by -0.01% :warning:

Coverage data is based on head (8e6ca6d) compared to base (ee3488b). Patch coverage: 50.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #186 +/- ## ========================================== - Coverage 57.38% 57.37% -0.02% ========================================== Files 4 4 Lines 1157 1159 +2 Branches 249 249 ========================================== + Hits 664 665 +1 - Misses 429 430 +1 Partials 64 64 ``` | [Impacted Files](https://codecov.io/gh/pmorissette/ffn/pull/186?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [ffn/data.py](https://codecov.io/gh/pmorissette/ffn/pull/186/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZmZuL2RhdGEucHk=) | `22.78% <50.00%> (+0.70%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.