We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 620ce46 + ac7aa52 commit 2925ebdCopy full SHA for 2925ebd
pandas_datareader/stooq.py
@@ -55,6 +55,7 @@ def _get_params(self, symbol, country="US"):
55
"uk",
56
"us",
57
"f",
58
+ "b",
59
]:
60
symbol = ".".join([symbol, "US"])
61
0 commit comments