simfin-1.0.0: A library to fetch and parse financial data from the SimFin(+) API.
Copyright(c) Owen Shepherd 2022
LicenseMIT
Maintainerowen@owen.cafe
Safe HaskellNone
LanguageHaskell2010

SimFin.Types.FiscalPeriod

Description

 
Synopsis

Documentation

data FiscalPeriod Source #

A fiscal period as understood by the SimFin API.

Constructors

Q1 
Q2 
Q3 
Q4 
H1 
H2 
FullYear 
FirstNineMonths 
SixMonths 

fiscalPeriodParam :: FiscalPeriod -> ByteString Source #

Converts a fiscal period into a query string fragment as understood by the SimFin API.