portfolio_toolkit.utils.period.get_current_month module
- portfolio_toolkit.utils.period.get_current_month.get_current_month() Period [source]
Returns information about the current month as a Period object.
- Returns:
Period object representing the current month
- Return type:
Example
For July 27, 2025: Period(“July 2025”, date(2025, 7, 1), date(2025, 7, 31))