| Copyright | (c) Owen Shepherd 2022 |
|---|---|
| License | MIT |
| Maintainer | owen@owen.cafe |
| Safe Haskell | None |
| Language | Haskell2010 |
SimFin.Types.Prices
Description
Documentation
Prices of a company over a single day.
Constructors
| PricesRow | |
newtype PricesKeyed a Source #
Wrapper to parse a PricesRow record from SimFin's JSON format.
Constructors
| PricesKeyed | |
Fields
| |
Instances
| (Read a, RealFrac a) => FromJSON (PricesKeyed a) Source # | |
Defined in SimFin.Types.Prices Methods parseJSON :: Value -> Parser (PricesKeyed a) # parseJSONList :: Value -> Parser [PricesKeyed a] # | |