Skip to content

Commit

Permalink
fix: apply black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrosquall committed Nov 2, 2024
1 parent 90c3538 commit f3b9e34
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tiingo/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,13 @@ def _request_pandas(self, ticker, metric_name, params):
return prices

def get_ticker_price(
self, ticker, startDate=None, endDate=None, columns=None, fmt="json", frequency="daily"
self,
ticker,
startDate=None,
endDate=None,
columns=None,
fmt="json",
frequency="daily",
):
"""By default, return latest EOD Composite Price for a stock ticker.
On average, each feed contains 3 data sources.
Expand Down

0 comments on commit f3b9e34

Please sign in to comment.