mirror of
https://gitlab.com/simple-stock-bots/simple-stock-bot.git
synced 2025-06-16 07:16:40 +00:00
Fixed incorrect ticker change
This commit is contained in:
parent
26713ce496
commit
69e5342f74
@ -16,7 +16,7 @@ def tickerQuote(tickers):
|
||||
stockData[ticker + 'Price'] = \
|
||||
IEXData[ticker]['quote']['latestPrice']
|
||||
stockData[ticker +
|
||||
'Change'] = IEXData[ticker]['quote']['changePercent'] * 10
|
||||
'Change'] = IEXData[ticker]['quote']['changePercent'] * 100
|
||||
stockData[ticker + 'Image'] = stockLogo(ticker)
|
||||
print('Quote Gathered')
|
||||
return stockData
|
||||
|
Loading…
x
Reference in New Issue
Block a user