Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 611 Bytes

assets.rst

File metadata and controls

36 lines (25 loc) · 611 Bytes

Individual Assets

FinQuant provides classes for individual assets, such as stocks or funds. These are explained below.

Asset

finquant.asset

finquant.asset.Asset

__init__

Stock

Inherits from Asset.

finquant.stock

finquant.stock.Stock

__init__

Market

Inherits from Asset.

finquant.market

finquant.market.Market

__init__