Liking cljdoc? Tell your friends :D

clj-iex.refdata


epclj

source

get-corporate-actionsclj

(get-corporate-actions & {:keys [date] :as params})

Returns corporate actions for IEX listed securities. Parameters are optional and should be specified as key value pairs. :date date in YYYYMMDD format; can also be sample :format csv or psv, default is json :token IEX API token. If you have been permissioned for CUSIP information you’ll receive a CUSIP field, othewise data defaults to exclude CUSIP. See https://iextrading.com/developer/docs/#iex-corporate-actions

Returns corporate actions for IEX listed securities.
Parameters are optional and should be specified as key value pairs.
`:date` date in YYYYMMDD format; can also be sample
`:format` csv or psv, default is json
`:token` IEX API token. If you have been permissioned for CUSIP information
you’ll receive a CUSIP field, othewise data defaults to exclude CUSIP.
See https://iextrading.com/developer/docs/#iex-corporate-actions
sourceraw docstring

get-iex-dividendsclj

(get-iex-dividends & {:keys [date] :as params})

Returns dividend information for IEX listed-securities. Parameters are optional and should be specified as key value pairs. :date date in YYYYMMDD format; can also be sample :format csv or psv, default is json :token IEX API token. If you have been permissioned for CUSIP information you’ll receive a CUSIP field, othewise data defaults to exclude CUSIP. See https://iextrading.com/developer/docs/#iex-dividends

Returns dividend information for IEX listed-securities.
Parameters are optional and should be specified as key value pairs.
`:date` date in YYYYMMDD format; can also be sample
`:format` csv or psv, default is json
`:token` IEX API token. If you have been permissioned for CUSIP information
you’ll receive a CUSIP field, othewise data defaults to exclude CUSIP.
See https://iextrading.com/developer/docs/#iex-dividends
sourceraw docstring

get-iex-listed-symbolsclj

(get-iex-listed-symbols & {:keys [date] :as params})

Returns IEX-listed securities. Parameters are optional and should be specified as key value pairs. :date date in YYYYMMDD format; can also be sample :format csv or psv, default is json :token IEX API token. If you have been permissioned for CUSIP information you’ll receive a CUSIP field, othewise data defaults to exclude CUSIP. See https://iextrading.com/developer/docs/#iex-listed-symbol-directory

Returns IEX-listed securities.
Parameters are optional and should be specified as key value pairs.
`:date` date in YYYYMMDD format; can also be sample
`:format` csv or psv, default is json
`:token` IEX API token. If you have been permissioned for CUSIP information
you’ll receive a CUSIP field, othewise data defaults to exclude CUSIP.
See https://iextrading.com/developer/docs/#iex-listed-symbol-directory
sourceraw docstring

get-iex-next-day-ex-dateclj

(get-iex-next-day-ex-date & {:keys [date] :as params})

Returns advance dividend declarations for IEX-listed securities. Parameters are optional and should be specified as key value pairs. :date date in YYYYMMDD format; can also be sample :format csv or psv, default is json :token IEX API token. If you have been permissioned for CUSIP information you’ll receive a CUSIP field, othewise data defaults to exclude CUSIP. See https://iextrading.com/developer/docs/#iex-next-day-ex-date

Returns advance dividend declarations for IEX-listed securities.
Parameters are optional and should be specified as key value pairs.
`:date` date in YYYYMMDD format; can also be sample
`:format` csv or psv, default is json
`:token` IEX API token. If you have been permissioned for CUSIP information
you’ll receive a CUSIP field, othewise data defaults to exclude CUSIP.
See https://iextrading.com/developer/docs/#iex-next-day-ex-date
sourceraw docstring

get-symbolsclj

(get-symbols & {:as params})

Returns symbols supported on IEX. :format optional; can only be csv, when omitted defaults to json.

Returns symbols supported on IEX.
`:format` optional; can only be csv, when omitted defaults to json.
sourceraw docstring

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

× close