Skip to content

Initial Release - Stocks, News, and NLTK

Compare
Choose a tag to compare
@lockefox lockefox released this 14 Aug 00:40
· 102 commits to master since this release

ProsperDatareader - Uniform Data Collection

Meant to be a companion to pandas-datareader, ProsperDatareader helps pipe remote resources into Pandas dataframes.

Check us out on PyPI
Check us out on ReadTheDocs.io

Features

  • Get The News: Supported feeds from both Robinhood and Google to get the latest news about your favorite stocks
  • Get Company Metadata: Collect all the relevant meta stats about your favorite companies
  • Bulk Run NLTK Analysis: Get Vader sentiments for whole collections of strings in one command
  • Testing coverage for all supported feeds
    • schema coverage for sources, know when API's change
  • Logging hooks: Easier tracing for production and debugging
  • Automated coverage:
    • Docs by ReadTheDocs
    • Testing by Travis-CI
    • Coverage by Coveralls