diff --git a/qtrade/questrade.py b/qtrade/questrade.py index 218bff1..5222bad 100644 --- a/qtrade/questrade.py +++ b/qtrade/questrade.py @@ -347,9 +347,9 @@ def get_account_activities(self, account_id: int, start_date: str, end_date: str ---------- account_id: int Accound ID for which the activities will be returned. - startDate: str + start_date: str Start date of time period, format YYYY-MM-DD - endDate: str + end_date: str End date of time period, format YYYY-MM-DD Returns @@ -414,9 +414,9 @@ def get_account_executions(self, account_id: int, start_date: str, end_date: str ---------- account_id: int Accound ID for which the executionss will be returned. - startDate: str + start_date: str Start date of time period, format YYYY-MM-DD - endDate: str + end_date: str End date of time period, format YYYY-MM-DD Returns