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 stock earning by symbol |
GET api/StockEarnings?symbol={symbol} |
Get List of available reports |
GET api/EconReports |
No documentation available. |
POST api/EconReports |
list of all available stock tags |
GET api/StockTags |
list of stock 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 key (stock symbol) |
POST api/DividendPayers |