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.
1 parent 48a538c commit 397cdd4Copy full SHA for 397cdd4
pandas_datareader/stooq.py
@@ -47,7 +47,7 @@ def _get_params(self, symbol, country="US"):
47
elif symbol_parts[1].lower() == "pl":
48
symbol = symbol_parts[0]
49
else:
50
- if symbol_parts[1].lower() not in ["de", "hk", "hu", "jp", "uk", "us"]:
+ if symbol_parts[1].lower() not in ["de", "hk", "hu", "jp", "uk", "us", "f"]:
51
symbol = ".".join([symbol, "US"])
52
53
params = {
0 commit comments