*** NO LONGER FUNCTIONAL AS OF 2015 *** The Python Stocks Interfaces includes application programming interfaces to public stock quotations and charting services. The current interface in development is the PortfolioManager module used manage batches of stocks that can be used to represent one's virtual securities
Stars
14
Forks
3
Watchers
14
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
4
commits
Fixed invalid exception and tested the YahooFinance classes
9a660fdView on GitHubUpdated README.txt with unmaintaned project notice in header
90b817fView on GitHubPortfolioManager: Now raising PortfolioError when we get a SymbolError or FeedError exception from our quotation service
01fcab7View on GitHubadded a dividend field (historical price) since we can generate it with known dividend information, quote.dividend[price] will now contain the historical price from dividend's yeild date if we have enough info. Otherwise set it to 'N/A' just like the information we're missing
f963d03View on GitHubAdded README.txt CHANGES.txt TODO.txt, removed old files and added __init__.py in PortfolioManager interface
b410aa5View on GitHubAdded YahooFinance exceptions in pystocks future __init__.py file, these must be used by other interfaces as well
b309cebView on GitHubdocumented the previous addition of 3 fundamental attributes - floating, restricted and outstanding shares
398f9b1View on GitHubReviewed YahooQuoteFinder and brought minor enhancements, added a __init__.py file in trunk/ that now includes the format_number and should become the main init of pystocks.
d433735View on GitHubrenamed 'src' folder to 'source' (trunk/YahooFinance)
60a4104View on GitHub