> For the complete documentation index, see [llms.txt](https://docs.craft.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.craft.co/company-data-api/graphql-enums/period-type-enum.md).

# Period Type Enum

Possible values:

* fiscal\_year
* fy
* h1
* h2
* month
* q1
* q2
* q3
* q4
* year
* week

```graphql
enum PeriodTypeEnum {
    fiscal_year
    fy
    h1
    h2
    month
    q1
    q2
    q3
    q4
    year
    week
}
```
