Skip to content

Commit 41416bb

Browse files
committed
CLX19.F no longer available. Swapped for CLX26.F
1 parent ca2e5f5 commit 41416bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas_datareader/tests/test_stooq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def test_stooq_sp500():
2727

2828

2929
def test_stooq_clx19f():
30-
f = get_data_stooq("CLX19.F", start="20190101", end="20190115")
30+
f = get_data_stooq("CLX26.F", start="20200101", end="20200115")
3131
assert f.shape[0] > 0
3232

3333

0 commit comments

Comments
 (0)