ffn — Easy Examples
Financial Functions for Python: performance analysis and evaluation
Getting started with ffn
Installation and basic usage of ffn.
python
# Install: pip install ffn import ffn # Basic ffn usage print(f"Using ffn") # See documentation for detailed examples
Expected Output
# Expected output shown below # (Run locally with: ffn)
ffn is a third-party package. Financial Functions for Python: performance analysis and evaluation. Install with: pip install ffn
Common ffn operations
Frequently used features of ffn.
python
# Install: pip install ffn import ffn # Common ffn patterns print(f"ffn version: {ffn.__version__}")
These are the most commonly used features of ffn in everyday development.
Want to try these examples interactively?
Open Easy Playground