Skip to main content

Search and retrieve current data and historical information for publicly traded companies

Project description

PyStoxx:

PyStoxx is a Python library of Stoxx by Recursiv that allows users to retrieve current data and historical information for publicly traded companies with our JSON API.

Features Include:

  • Current & Historical Sentiment
  • News Articles
  • Pricing History
  • Price Quotes
  • Company Data
  • Company Competition

Quick Start Guide

  1. Install Stoxx using Pip

     pip install pystoxx
    
  2. Import Stoxx

     from pystoxx import Stoxx
    
  3. Add your API Token using the RapidAPI extension. Sign up for a free plan without a credit card by visiting Stoxx By Recursiv hosted at RapidAPI.

     stoxx = Stoxx()
     stoxx.RapidAPI("add-your-token-here")
    
  4. Query pricing data, historical news, and much more!

     # Get historical pricing data
     stoxx.get_historical_prices(ticker="msft", months="1m")
    
     # Get historical pricing data
     stoxx.get_historical_news(ticker="msft", months=2)
    
     # Get historical pricing data
     stoxx.get_company_data("msft")
    
     # Get price quote
     stoxx.get_price_quote("msft")
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pystoxx-0.0.6.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

pystoxx-0.0.6-py3-none-any.whl (17.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page