api

Summary

Functions:

contracts_to_df

growth_total

growth_y2y

Reference

contracts_to_df(
contracts: ~stockMarket.core.contracts.Contracts,
dict_to_df: dict = {'Avg Net Income': ('net_income',
<function mean>),
'Dividend Yield': 'dividend_yield',
'EBIT Margin': 'ebit_margin',
'EBITDA Margin': 'ebitda_margin',
'Earnings Date': 'earnings_date',
'Equity Ratio': 'equity_ratio',
'Ex-Dividend Date': 'ex_dividend_date',
'Financial Statement Type': 'fin_statement_type',
'Forward PE': 'forward_pe',
'Market Cap': 'market_cap',
'Max Net Income': ('net_income',
<function max>),
'Min Net Income': ('net_income',
<function min>),
'Name': 'long_name',
'Net Income': 'net_income',
'Operating Cash Flow': 'operating_cashflow',
'Payout Ratio': 'payout_ratio',
'Price': 'price',
'Revenue': 'revenue',
'Revenue Growth': ('revenue',
<function <lambda>>),
'Revenue Growth Y2Y': ('revenue',
<function <lambda>>),
'Sector': 'sector',
'Trailing PE': 'trailing_pe'},
) DataFrame[source]
growth_total(data)[source]
growth_y2y(data)[source]