Skip to content

Commit

Permalink
Update finance_calendars.py
Browse files Browse the repository at this point in the history
  • Loading branch information
s-kerin authored Aug 22, 2021
1 parent 4c3f7b0 commit 53838eb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/finance_calendars/finance_calendars.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,6 @@ def get_splits_by_date(date:datetime = None):
url = 'https://api.nasdaq.com/api/calendar/splits'
return __get_calendar_query(url, date=date)

def get_spos_this_month():
return get_spos_by_date()

def get_spos_by_date(date:datetime = None):
url = 'https://api.nasdaq.com/api/spos/calendar'
return __get_calendar_query(url, date=date, subcolumn=['priced'], date_is_month=True)

def get_div_hist_per_stock(symbol:str):
url = 'https://api.nasdaq.com/api/quote/' + symbol + '/dividends'
params = {'assetclass' : 'stocks'}
Expand Down

0 comments on commit 53838eb

Please sign in to comment.