Skip to content

Commit e452bf8

Browse files
authored
Merge pull request #729 from simongarisch/master
Stooq data dates closes #578
2 parents a6c0271 + 9a760b7 commit e452bf8

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)