Use the correct short key for the ChangePercent value

This commit is contained in:
John Ryan 2016-05-11 17:51:43 -04:00
parent d5a6aa096c
commit 6724252a93

View File

@ -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',