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

Description

 
Synopsis

Documentation

data PricesAndRatiosRow a Source #

Represents a company's prices and ratios.

Constructors

PricesAndRatiosRow 

Fields

newtype PricesAndRatiosKeyed a Source #

Wrapper to parse a PricesAndRatiosRow record from SimFin's JSON format. You probably don't want to use this.

Instances

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

Defined in SimFin.Types.PricesAndRatios