mirror of
https://github.com/hongtaocai/googlefinance.git
synced 2024-11-04 08:19:24 -06:00
Fix ChangePercent
This commit is contained in:
parent
86ea27f027
commit
1a1c14a5bf
@ -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