Liking cljdoc? Tell your friends :D

antistock.cli.nasdaq


-mainclj

(-main & args)

clear-import-tableclj

(clear-import-table db)

Delete all rows from the temporary table.

Delete all rows from the temporary table.
raw docstring

companies-by-exchangeclj

(companies-by-exchange exchange)

Returns the NASDAQ company data for exchange.

Returns the NASDAQ company data for `exchange`.
raw docstring

companies-by-urlclj

(companies-by-url url)

Returns the NASDAQ company data at url.

Returns the NASDAQ company data at `url`.
raw docstring

companies-urlclj

(companies-url exchange)

Returns the NASDAQ company data url for exchange.

Returns the NASDAQ company data url for `exchange`.
raw docstring

create-import-tableclj

(create-import-table db)

Create a temporary table to import NASDAQ company data.

Create a temporary table to import NASDAQ company data.
raw docstring

csv-headerclj


exchangesclj

(exchanges db args)

Return the exchanges to import from.

Return the exchanges to import from.
raw docstring

import-from-exchangeclj

(import-from-exchange db exchange)

Import sectors, industries and companies from exchange.

Import sectors, industries and companies from `exchange`.
raw docstring

import-from-exchangesclj

(import-from-exchanges db exchanges & [opts])

Import sectors, industries and companies from exchanges.

Import sectors, industries and companies from `exchanges`.
raw docstring

insert-companiesclj

(insert-companies db)

Insert the companies from the temporary table.

Insert the companies from the temporary table.
raw docstring

insert-industriesclj

(insert-industries db)

Insert the industries from the temporary table.

Insert the industries from the temporary table.
raw docstring

insert-quotesclj

(insert-quotes db)

Insert the quotes from the temporary table.

Insert the quotes from the temporary table.
raw docstring

insert-sectorsclj

(insert-sectors db)

Insert the sectors from the temporary table.

Insert the sectors from the temporary table.
raw docstring

load-dataclj

(load-data db exchange)

new-systemclj

(new-system {:keys [db]})

runclj

(run config args)

update-quotesclj

(update-quotes db)

Update the quotes from the temporary table.

Update the quotes from the temporary table.
raw docstring

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

× close