From a161b5012f41ac222db317cd678b6336b5aa885f Mon Sep 17 00:00:00 2001 From: Youssef de Madeen Amadou Date: Mon, 12 Jun 2017 13:44:23 -0400 Subject: [PATCH] Update __init__.py --- googlefinance/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/googlefinance/__init__.py b/googlefinance/__init__.py index f4193bb..0004b77 100644 --- a/googlefinance/__init__.py +++ b/googlefinance/__init__.py @@ -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',