SimFin / simfin

Simple financial data for Python
https://simfin.com/
Other
298 stars 39 forks source link

Constant CAPEX contains incorrect value #6

Closed Mattias-NCVIB closed 3 years ago

Mattias-NCVIB commented 3 years ago

In https://github.com/SimFin/simfin/blob/master/simfin/names.py

CAPEX = 'Capital Expenditures'

then, later

CAPEX = CHG_FIX_ASSETS_INT = 'Change in Fixed Assets & Intangibles'

Seems incorrect?

/mattias

thf24 commented 3 years ago

Sorry I didn't see this before.

Most companies don't report directly "CAPEX only" but instead the net change, which is "Change in Fixed Assets & Intangibles", so this is the best approximation for CAPEX in order to not exclude too many companies from the calculations.

thf24 commented 3 years ago

There is a separate field for CAPEX only that you can also use if you have a SimFin+ subscription, it's called "PURCH_FIX_ASSETS" for fixed assets and "ACQ_FIX_ASSETS_INT" for fixed assets + intangibles.