Skip to content

Commit

Permalink
v1.2 testing2
Browse files Browse the repository at this point in the history
  • Loading branch information
JECSand committed Aug 29, 2018
1 parent 151d2f4 commit 7447111
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yahoofinancials/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ def _build_api_url(hist_obj, up_ticker):
api_url = base_url + up_ticker + '?symbol= ' + up_ticker + '&period1=' + str(hist_obj['start']) + '&period2=' +\
str(hist_obj['end']) + '&interval=' + hist_obj['interval']
api_url += '&events=div|split|earn&lang=en-US&region=US'
print(api_url)
return api_url

# Private Static Method to get financial data via API Call
Expand Down

0 comments on commit 7447111

Please sign in to comment.