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