Skip to content

Commit 2925ebd

Browse files
authored
Merge pull request #752 from fuwaraido/patch-1
Empty DataFrame on bond yields
2 parents 620ce46 + ac7aa52 commit 2925ebd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas_datareader/stooq.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ def _get_params(self, symbol, country="US"):
5555
"uk",
5656
"us",
5757
"f",
58+
"b",
5859
]:
5960
symbol = ".".join([symbol, "US"])
6061

0 commit comments

Comments
 (0)