Liking cljdoc? Tell your friends :D

clj-iex.stats


epclj

source

get-historical-dailyclj

(get-historical-daily & {:as params})

Returns daily stats for a given month or day. All parameters are optional and should be specified as key value pairs. :date specified in YYYYMM or YYYYMMDD format. :last used in place of date, indicating the number of trading days to go back. :format can only be csv, when omitted defaults to json. See https://iextrading.com/developer/docs/#historical-daily for further info.

Returns daily stats for a given month or day.
All parameters are optional and should be specified as key value pairs.
`:date` specified in YYYYMM or YYYYMMDD format.
`:last` used in place of date, indicating the number of trading days to go back.
`:format` can only be csv, when omitted defaults to json.
See https://iextrading.com/developer/docs/#historical-daily for further info.
sourceraw docstring

get-historical-summaryclj

(get-historical-summary & {:as params})

Returns historical stats. All parameters are optional and should be specified as key value pairs. :date specified in YYYYMM format. :format can only be csv, when omitted defaults to json.

Returns historical stats.
All parameters are optional and should be specified as key value pairs.
`:date` specified in YYYYMM format.
`:format` can only be csv, when omitted defaults to json.
sourceraw docstring

get-intradayclj

(get-intraday & {:as params})

Returns intraday stats.

Returns intraday stats.
sourceraw docstring

get-recentclj

(get-recent & {:as params})

Returns recent stats.

Returns recent stats.
sourceraw docstring

get-recordsclj

(get-records & {:as params})

Returns record stats.

Returns record stats.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close