Description End Point

get company info by comma delimited symbol list (max:100 per call) Example: MSFT,AMZN,NFLX

GET api/CompanyDetails?symbols={symbols}&apiKey={apiKey}

Get List of stock tags

GET api/StockTags

Get a list of quotes by tag

POST api/StockTags

get stocks by comma delimited symbol list (max:100 per call) Example: MSFT,AMZN,NFLX

GET api/StockDetails?symbols={symbols}&apiKey={apiKey}

test connectivity

GET api/HandshakeTest?apiKey={apiKey}

get stock symbols

GET api/StockSymbols?apiKey={apiKey}

Get a list of stocks that pay dividends

GET api/DividendPayers

Get Dividend History by Symbol

POST api/DividendPayers