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 29291e2 commit fa3eec8Copy full SHA for fa3eec8
pandas_datareader/data.py
@@ -114,7 +114,7 @@ def get_dailysummary_iex(*args, **kwargs):
114
A datetime object - the beginning of the date range.
115
:param end:
116
A datetime object - the end of the date range.
117
-
+
118
Reference: https://www.iextrading.com/developer/docs/#historical-daily
119
120
:return: DataFrame
@@ -129,7 +129,7 @@ def get_summary_iex(*args, **kwargs):
129
related metrics for trades by lot size, security market cap, and venue.
130
In the absence of parameters, this will return month-to-date statistics.
131
For ranges spanning multiple months, this will return one row per month.
132
133
:param start:
134
135
0 commit comments