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

Description

 
Synopsis

Documentation

data CompanyListingRow Source #

SimFin ID and company ticker. See the SimFin docs.

Constructors

CompanyListingRow 

Fields

newtype CompanyListingKeyed Source #

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