fix googleFinanceKeyToFullName mapping

`cp` should be "ChangePercent", instead of `c`. Fix the typo.
This commit is contained in:
Kerui Huang 2016-09-30 05:36:18 -04:00 committed by GitHub
parent d5a6aa096c
commit 2cb34146be

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