Skip to content

Commit

Permalink
Bump yfinance from 0.1.54 to 0.1.55 (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Oct 17, 2020
1 parent 5d2ab06 commit 3ce370c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
7 changes: 4 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ include = ["config/config.json", "data/trading_log.json"]
[tool.poetry.dependencies]
python = "^3.6.1"
alpha_vantage = "^2.2.0"
yfinance = "^0.1.54"
yfinance = "^0.1.55"
lxml = "^4.5.1"
pygtail = "^0.11.1"

Expand Down
16 changes: 8 additions & 8 deletions test/test_portfolio.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
PF_CASH_DEPOSITED = 7700
PF_MOCK13_QUANTITY = 1192
PF_MOCK4_QUANTITY = 438
PF_MOCK13_LAST_PRICE = 1245.02
PF_MOCK4_LAST_PRICE = 1245.02
PF_MOCK13_LAST_PRICE = 1245.01904296875
PF_MOCK4_LAST_PRICE = 1245.01904296875
PF_MOCK13_OPEN_PRICE = 166.984
PF_MOCK4_OPEN_PRICE = 582.9117
PF_TOTAL_VALUE = 22758.8603736
PF_HOLDINGS_VALUE = 20293.826
PF_PL = 15058.8603736
PF_PL_PERC = 195.56961524155844
PF_POSITIONS_PL = 15750.223473999999
PF_POSITIONS_PL_PERC = 346.64615542121044
PF_TOTAL_VALUE = 22758.844773990626
PF_HOLDINGS_VALUE = 20293.810400390626
PF_PL = 15058.844773990626
PF_PL_PERC = 195.56941264922892
PF_POSITIONS_PL = 15750.207874390626
PF_POSITIONS_PL_PERC = 346.6458120899158


def read_json(filepath, symbol):
Expand Down

0 comments on commit 3ce370c

Please sign in to comment.