stooq-api-0.2.0.0: A simple wrapper around stooq.pl API for downloading market data.
Safe HaskellNone
LanguageHaskell2010

Web.Data.Stooq.Internals

Documentation

data StooqRow Source #

Constructors

StooqRow 

Fields

Instances

Instances details
Show StooqRow Source # 
Instance details

Defined in Web.Data.Stooq.Internals

Generic StooqRow Source # 
Instance details

Defined in Web.Data.Stooq.Internals

Associated Types

type Rep StooqRow :: Type -> Type #

Methods

from :: StooqRow -> Rep StooqRow x #

to :: Rep StooqRow x -> StooqRow #

FromJSON StooqRow Source # 
Instance details

Defined in Web.Data.Stooq.Internals

type Rep StooqRow Source # 
Instance details

Defined in Web.Data.Stooq.Internals

data StooqResponse Source #

Constructors

StooqResponse 

Fields

Instances

Instances details
Show StooqResponse Source # 
Instance details

Defined in Web.Data.Stooq.Internals

Generic StooqResponse Source # 
Instance details

Defined in Web.Data.Stooq.Internals

Associated Types

type Rep StooqResponse :: Type -> Type #

FromJSON StooqResponse Source # 
Instance details

Defined in Web.Data.Stooq.Internals

type Rep StooqResponse Source # 
Instance details

Defined in Web.Data.Stooq.Internals

type Rep StooqResponse = D1 ('MetaData "StooqResponse" "Web.Data.Stooq.Internals" "stooq-api-0.2.0.0-6Pp6uXPZkaz5GYgN8yUur6-stooq-api-utils" 'False) (C1 ('MetaCons "StooqResponse" 'PrefixI 'True) (S1 ('MetaSel ('Just "symbols") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [StooqRow])))