margot.data.column.cboe

class margot.data.column.cboe.Column(time_series: str, *args, **kwargs)

A single OHLC timeiseries from CBOE.

Currently supports the symbols, ‘VIX’ and ‘VIX3M’.

Example

= cboe.Column(time_series=’close’)

Parameters

column (str) – the name of the column that will be returned

clean(df)

Additional cleaning for CBOE symbols.

fetch(symbol: str)

Fetch from remote - this could be the only service specific thing.