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 480006c commit 873661aCopy full SHA for 873661a
pandas_datareader/tests/test_stooq.py
@@ -25,6 +25,7 @@ def test_stooq_sp500():
25
f = get_data_stooq("^SPX")
26
assert f.shape[0] > 0
27
28
+
29
def test_stooq_clx19f():
30
f = get_data_stooq("CLX19.F", start="20190101", end="20190115")
31
@@ -43,5 +44,3 @@ def test_stooq_googl():
43
44
def test_get_data_ibm():
45
f = get_data_stooq("IBM.UK")
46
-
47
0 commit comments