margot.data.column.alphavantage

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

A single Symbol time series from AlphaVantage.

Example:

from margot.data.column import alphavantage as av

volume = av.Column(time_series='adjusted_close')
Parameters

time_series (str) – the name of the time-series that will be returned

clean(df)

Clean the df.

fetch(symbol: str)

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