cryptocompsdk.history package¶
Submodules¶
cryptocompsdk.history.api module¶
-
class
cryptocompsdk.history.api.HistoryAPI(api_key, throttle=None)[source]¶
cryptocompsdk.history.parse module¶
-
class
cryptocompsdk.history.parse.Data(aggregated, time_from, time_to, data)[source]¶ Bases:
object-
__init__(aggregated, time_from, time_to, data)[source]¶ Initialize self. See help(type(self)) for accurate signature.
-
data: List[cryptocompsdk.history.parse.HistoryRecord]¶
-
-
class
cryptocompsdk.history.parse.HistoricalData(response, message, param_with_error, has_warning, type, rate_limit, data)[source]¶ Bases:
cryptocompsdk.response.ResponseAPIBase-
__init__(response, message, param_with_error, has_warning, type, rate_limit, data)[source]¶ Initialize self. See help(type(self)) for accurate signature.
-
rate_limit: Optional[cryptocompsdk.history.parse.RateLimit]¶
-
-
class
cryptocompsdk.history.parse.HistoryRecord(time, high, low, open, volumefrom, volumeto, close, conversion_type, conversion_symbol)[source]¶ Bases:
object-
__init__(time, high, low, open, volumefrom, volumeto, close, conversion_type, conversion_symbol)[source]¶ Initialize self. See help(type(self)) for accurate signature.
-