finpandas.dataframes.prices module

Abstract data types for historical pricing.

class HistoricalPrices(dataframe: pandas.core.frame.DataFrame)

Bases: pandas.core.frame.DataFrame

Abstract Data Type for historical prices. Subclass of pandas DataFrame.

class HistoricalStockPrices(dataframe: pandas.core.frame.DataFrame)

Bases: finpandas.dataframes.prices.HistoricalPrices

Abstract Data Type for historical stock prices