Skip to content

SaiWebApps/StockWatcherAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

StockWatcherAPI

Given 1 or more stock symbols, this API returns a Python dictionary where the key is a stock symbol and the value is another Python dictionary with all of the information about the stock. This sub-dictionary contains the financial data, headlines, and list of related companies for the corresponding stock symbol.

Note that this API will try to return as much information as possible - in other words, if there is an error in retrieving 1 bit of info, it will still try to return all others. If it can't retrieve anything at the moment, and the stock symbol is valid, then please try again; this means that the Yahoo servers weren't able to respond with the necessary info at that moment.

Visit https://api.blockspring.com/SaiWebApps/cd5a999185baa03ed10bdd30c13f25af to see the API in action.

About

Consolidate financials, headlines, and related companies info for a user-specified set of stock symbols.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages