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

Description

 
Synopsis

Documentation

data PricesQuery Source #

This represents all options the prices endpoint supports. Some of these parameters are only available to SimFin+ users. For free users, please use PricesQueryFree.

Instances

Instances details
Show PricesQuery Source # 
Instance details

Defined in SimFin.Types.PricesQuery

type PricesQueryFree = StockRef Source #

Represents all the parameters available to free users.

pricesQueryToQueryParams :: PricesQuery -> [QueryParam] Source #

Turn a PricesQuery into query parameters for the SimFin "prices" endpoint.

pricesQueryFreeToQueryParams :: PricesQueryFree -> [QueryParam] Source #

Turn a PricesQueryFree into query parameters for the SimFin "prices" endpoint.