Liking cljdoc? Tell your friends :D

clj-iex.mktdata


deepclj

source

epdclj

source

get-auction-infoclj

(get-auction-info & {:as params})

Returns IEX-listed security auction information. :symbols required; list of symbols, min=1, max=10 See https://iextrading.com/developer/docs/#auction for further info.

Returns IEX-listed security auction information.
`:symbols` required; list of symbols, min=1, max=10
See https://iextrading.com/developer/docs/#auction for further info.
sourceraw docstring

get-bookclj

(get-book & {:as params})

Returns IEX’s bids and asks for given symbols. :symbols required; list of symbols, min=1, max=10 See https://iextrading.com/developer/docs/#book60 for further info.

Returns IEX’s bids and asks for given symbols.
`:symbols` required; list of symbols, min=1, max=10
See https://iextrading.com/developer/docs/#book60 for further info.
sourceraw docstring

get-deepclj

(get-deep sym & {:as params})

Returns real-time depth of book quotations direct from IEX. sym required; symbol See https://iextrading.com/developer/docs/#deep for further info.

Returns real-time depth of book quotations direct from IEX.
`sym` required; symbol
See https://iextrading.com/developer/docs/#deep for further info.
sourceraw docstring

get-histclj

(get-hist & {:as params})

Returns link to IEX data products for download on a T+1 basis. :date optional; date in YYYYMMDD format, default is for all days available.

Returns link to IEX data products for download on a T+1 basis.
`:date` optional; date in YYYYMMDD format, default is for all days available.
sourceraw docstring

get-lastclj

(get-last & {:as params})

Returns trade data for executions on IEX. :symbols optional; symbols to use, defaults is market :format optional; can only be csv, default is json;

Returns trade data for executions on IEX.
`:symbols` optional; symbols to use, defaults is market
`:format` optional; can only be csv, default is json; 
sourceraw docstring

get-official-priceclj

(get-official-price & {:as params})

Returns the IEX Official Opening and Closing Prices. :symbols required; list of symbols, min=1, max=10 See https://iextrading.com/developer/docs/#official-price for further info.

Returns the IEX Official Opening and Closing Prices.
`:symbols` required; list of symbols, min=1, max=10
See https://iextrading.com/developer/docs/#official-price for further info.
sourceraw docstring

get-op-halt-statusclj

(get-op-halt-status & {:as params})

Returns operational halt status of one or more securities. :symbols required; list of symbols, min=1, max=10 See https://iextrading.com/developer/docs/#operational-halt-status for further info.

Returns operational halt status of one or more securities.
`:symbols` required; list of symbols, min=1, max=10
See https://iextrading.com/developer/docs/#operational-halt-status for further info.
sourceraw docstring

get-security-eventclj

(get-security-event & {:as params})

Returns security events for one or more securities. :symbols required; list of symbols, min=1, max=10 See https://iextrading.com/developer/docs/#security-event for further info.

Returns security events for one or more securities.
`:symbols` required; list of symbols, min=1, max=10
See https://iextrading.com/developer/docs/#security-event for further info.
sourceraw docstring

get-short-sale-price-test-statusclj

(get-short-sale-price-test-status & {:as params})

Returns short sale price test status of one or more securities. :symbols required; list of symbols, min=1, max=10 See https://iextrading.com/developer/docs/#short-sale-price-test-status for further info.

Returns short sale price test status of one or more securities.
`:symbols` required; list of symbols, min=1, max=10
See https://iextrading.com/developer/docs/#short-sale-price-test-status for further info.
sourceraw docstring

get-system-eventsclj

(get-system-events & {:as params})

Returns system events on IEX. See https://iextrading.com/developer/docs/#system-event for further info.

Returns system events on IEX.
See https://iextrading.com/developer/docs/#system-event for further info.
sourceraw docstring

get-topsclj

(get-tops & {:as params})

Returns IEX’s aggregated best quoted bid and offer position in near real time. :symbols optional; symbols to use, defaults is market :format optional; can only be csv, default is json;

Returns IEX’s aggregated best quoted bid and offer position in near real time.
`:symbols` optional; symbols to use, defaults is market
`:format` optional; can only be csv, default is json; 
sourceraw docstring

get-trade-breaksclj

(get-trade-breaks & {:as params})

Returns trade breaks for one or more securities. :symbols required; list of symbols, min=1, max=10 :last optional; number to return, max=500, default=20 See https://iextrading.com/developer/docs/#trade-break for further info.

Returns trade breaks for one or more securities.
`:symbols` required; list of symbols, min=1, max=10
`:last` optional; number to return, max=500, default=20
See https://iextrading.com/developer/docs/#trade-break for further info.
sourceraw docstring

get-tradesclj

(get-trades & {:as params})

Returns trade report messages on IEX. :symbols required; list of symbols, min=1, max=10 :last optional; number to return, max=500, default=20 See https://iextrading.com/developer/docs/#trades for further info.

Returns trade report messages on IEX.
`:symbols` required; list of symbols, min=1, max=10
`:last` optional; number to return, max=500, default=20
See https://iextrading.com/developer/docs/#trades for further info.
sourceraw docstring

get-trading-statusclj

(get-trading-status & {:as params})

Returns trading status of one or more securities. :symbols required; list of symbols, min=1, max=10 See https://iextrading.com/developer/docs/#trading-status for further info.

Returns trading status of one or more securities.
`:symbols` required; list of symbols, min=1, max=10
See https://iextrading.com/developer/docs/#trading-status for further info.
sourceraw docstring

histclj

source

topsclj

source

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

× close