mirror of
https://github.com/hongtaocai/googlefinance.git
synced 2024-11-04 08:19:24 -06:00
Use the correct short key for the ChangePercent value
This commit is contained in:
parent
d5a6aa096c
commit
6724252a93
@ -22,7 +22,7 @@ googleFinanceKeyToFullName = {
|
||||
u'yld' : u'Yield',
|
||||
u's' : u'LastTradeSize',
|
||||
u'c' : u'Change',
|
||||
u'c' : u'ChangePercent',
|
||||
u'cp' : u'ChangePercent',
|
||||
u'el' : u'ExtHrsLastTradePrice',
|
||||
u'el_cur' : u'ExtHrsLastTradeWithCurrency',
|
||||
u'elt' : u'ExtHrsLastTradeDateTimeLong',
|
||||
|
Loading…
Reference in New Issue
Block a user