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
-
Install Stoxx using Pip
pip install pystoxx
-
Import Stoxx
from pystoxx import Stoxx
-
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")
-
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
Release history Release notifications | RSS feed
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)
Built Distribution
pystoxx-0.0.6-py3-none-any.whl
(17.0 kB
view hashes)