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.Ratios

Description

 
Synopsis

Documentation

data RatiosRow a Source #

Record modelling the extra data returned by calling the share price API endpoint with the "&ratios" query parameter. See the SimFin docs.

Instances

Instances details
Functor RatiosRow Source # 
Instance details

Defined in SimFin.Types.Ratios

Methods

fmap :: (a -> b) -> RatiosRow a -> RatiosRow b #

(<$) :: a -> RatiosRow b -> RatiosRow a #

Show a => Show (RatiosRow a) Source # 
Instance details

Defined in SimFin.Types.Ratios

(Read a, RealFrac a) => FromJSON (RatiosRow a) Source # 
Instance details

Defined in SimFin.Types.Ratios