Skip to content

F-Score

Experimental

This is not yet complete.

Calculate the F-Score.

Example

PYTHONPATH=src poetry run python -m stocktracer analyze --final-year=2023 --final-quarter=1 --tickers aapl,msft,tmo,goog,googl,amzn,meta,acn,wm --report-format=csv -a stocktracer.analysis.f_score > docs/.smoke-tests/fscore.csv
ticker,AAPL,ACN,AMZN,GOOG,GOOGL,META,MSFT,TMO,WM
fy,2022.0,2022.0,2022.0,2022.0,2022.0,2022.0,2022.0,2022.0,2022.0
ROA>0,1,1,1,1,1,1,1,1,1
NetIncome>0,1,1,1,1,1,1,1,1,1
delta-ROA>0,1,1,0,1,1,0,1,0,1
CF/Total-Assets>ROA,1,1,1,1,1,1,1,1,1
debt-to-assets<last-year,0,0,0,0,0,0,0,0,0
current-ratio>last-year,0,0,0,0,0,0,0,0,0
shares-issued==0,0,1,0,0,0,1,1,0,0

Last update: June 3, 2023