iode.Period.periodicity

property Period.periodicity: str

Possible values are:

  • Y: yearly

  • S: semestrial

  • Q: quarterly

  • M: monthly

  • W: weekly

  • D: daily

Examples

>>> from iode import Period
>>> period = Period(2000, 'Q', 3)
>>> period.periodicity
'Q'