Skip to content

Period

QuantConnect.Data.Fundamental.Period

Bases: Object

Period constants for multi-period fields

ONE_MONTH

ONE_MONTH: str = '1M'

Period constant for one month

TWO_MONTHS

TWO_MONTHS: str = '2M'

Period constant for two months

THREE_MONTHS

THREE_MONTHS: str = '3M'

Period constant for three months

SIX_MONTHS

SIX_MONTHS: str = '6M'

Period constant for six months

NINE_MONTHS

NINE_MONTHS: str = '9M'

Period constant for nine months

TWELVE_MONTHS

TWELVE_MONTHS: str = '12M'

Period constant for twelve months

ONE_YEAR

ONE_YEAR: str = '1Y'

Period constant for one year

TWO_YEARS

TWO_YEARS: str = '2Y'

Period constant for two years

THREE_YEARS

THREE_YEARS: str = '3Y'

Period constant for three years

FIVE_YEARS

FIVE_YEARS: str = '5Y'

Period constant for five years

TEN_YEARS

TEN_YEARS: str = '10Y'

Period constant for ten years