From de409efd3e7e82c88b01f367843f3a2d77f2f10c Mon Sep 17 00:00:00 2001 From: Victor Grau Serrat Date: Tue, 10 Oct 2017 14:22:49 -0600 Subject: [PATCH] API uses Catalyst naming convention --- catalyst/exchange/bundle_utils.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/catalyst/exchange/bundle_utils.py b/catalyst/exchange/bundle_utils.py index 5078f52d..2a5f0e34 100644 --- a/catalyst/exchange/bundle_utils.py +++ b/catalyst/exchange/bundle_utils.py @@ -34,9 +34,8 @@ def get_history(exchange_name, data_frequency, symbol, start=None, end=None): Required: The name identifier of the exchange (e.g. bitfinex, bittrex, poloniex). :param data_frequency: string Required: The bar frequency (minute or daily) - *** currently only 'daily' is supported *** :param symbol: string - Required: The trading pair symbol. + Required: The trading pair symbol, using Catalyst naming convention :param start: datetime Optional: The start date. :param end: datetime