pmorissette / ffn

ffn - a financial function library for Python
pmorissette.github.io/ffn
MIT License
2.03k stars 300 forks source link

Adding inferring periods to core.py adn optional trading_days_per_yea… #69

Closed oldrichsmejkal closed 3 years ago

oldrichsmejkal commented 5 years ago

Adding auto inferring number of periods per year to core.py (using pd.iinfer_freq and number of periods per year)

Optional trading_days_per_year to calculate correctly statistics for non traditional markets (eg. trading 7 days a week)

eervin123 commented 3 years ago

This will be a great feature. Thank you for adding it.

timkpaine commented 3 years ago

I'm happy to merge this, can you resolve the conflict

timkpaine commented 3 years ago

moved to https://github.com/pmorissette/ffn/pull/145