Skip to content

Commit 83b061e

Browse files
authored
Closes #578
1 parent 3b73536 commit 83b061e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pandas_datareader/data.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,9 +428,12 @@ def DataReader(
428428
pause=pause,
429429
session=session,
430430
).read()
431+
431432
elif data_source == "stooq":
432433
return StooqDailyReader(
433434
symbols=name,
435+
start=start,
436+
end=end,
434437
chunksize=25,
435438
retry_count=retry_count,
436439
pause=pause,

0 commit comments

Comments
 (0)