Skip to content

Commit 0a3ef95

Browse files
committed
Merge open/close methods
1 parent 784e16a commit 0a3ef95

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

alpaca_trade_api/polygon/rest.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -135,13 +135,6 @@ def historic_agg_v2(self, symbol, multiplier, timespan, _from, to,
135135
raw = self.get(path, params, version='v2')
136136
return Aggsv2(raw)
137137

138-
139-
def daily_open_close(self, symbol, date):
140-
path = '/open-close/{}/{}'.format(symbol, date)
141-
raw = self.get(path)
142-
return raw
143-
144-
145138
def grouped_daily(self, date, unadjusted=False):
146139
path = '/aggs/grouped/locale/US/market/STOCKS/{}'.format(date)
147140
params = {}

0 commit comments

Comments
 (0)