Skip to content

Commit 4f2fbfb

Browse files
committed
reformated pandas_datareader/stooq.py
1 parent 873661a commit 4f2fbfb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pandas_datareader/stooq.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,13 @@ def _get_params(self, symbol, country="US"):
4848
symbol = symbol_parts[0]
4949
else:
5050
if symbol_parts[1].lower() not in [
51-
"de", "hk", "hu", "jp", "uk", "us", "f"
51+
"de",
52+
"hk",
53+
"hu",
54+
"jp",
55+
"uk",
56+
"us",
57+
"f",
5258
]:
5359
symbol = ".".join([symbol, "US"])
5460

0 commit comments

Comments
 (0)