add link to quote website
This commit is contained in:
@@ -58,7 +58,7 @@ def portfolio(request):
|
||||
ticker = yf.Ticker(symbole)
|
||||
# ticker delisted ?
|
||||
if symbole == 'SHLDQ':
|
||||
cours = 0
|
||||
cours = 0.1
|
||||
else:
|
||||
cours = round(ticker.fast_info.get('lastPrice'), 3)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user