diff --git a/alpha_vantage/techindicators.py b/alpha_vantage/techindicators.py index 3245f67..93e5c67 100644 --- a/alpha_vantage/techindicators.py +++ b/alpha_vantage/techindicators.py @@ -675,7 +675,7 @@ def get_trix(self, symbol, interval='daily', time_period=20, series_type='close' @av._output_format @av._call_api_on_func - def get_ultsoc(self, symbol, interval='daily', timeperiod1=None, + def get_ultosc(self, symbol, interval='daily', timeperiod1=None, timeperiod2=None, timeperiod3=None): """ Return the ultimate oscillaror values in two json objects as data and meta_data. It raises ValueError when problems arise