Skip to content

Commit ac7aa52

Browse files
authored
Empty DataFrame on bond yields
Hey guys, lately I found StooqDailyReader cause a problem when I try to download data series like "10AUY.B". Here is an example of stooq.com url for Australian bond yield. https://stooq.com/q/?s=10auy.b Hope this help you people!
1 parent cbdd55d commit ac7aa52

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)