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 ca2e5f5 commit 41416bbCopy full SHA for 41416bb
pandas_datareader/tests/test_stooq.py
@@ -27,7 +27,7 @@ def test_stooq_sp500():
27
28
29
def test_stooq_clx19f():
30
- f = get_data_stooq("CLX19.F", start="20190101", end="20190115")
+ f = get_data_stooq("CLX26.F", start="20200101", end="20200115")
31
assert f.shape[0] > 0
32
33
0 commit comments