Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pyinvestor

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pyinvestor

python wrapper for the IEX API

  • 0.0.5
  • PyPI
  • Socket score

Maintainers
1

PyInvestor

PyInvestor is a python wrapper for the IEX API.

Python 3.6 Documentation Status

Documentation

The documentation related to the details of the different methods of PyInvestor is found here: https://samurai-sarl.github.io/PyInvestor/

Features

As of now, PyInvestor is a wrapper for the IEX API. However, we have the ambition to grow it and integrate several financial APIs into one single Python library, PyInvestor. Now, some of the features are:

  • IEX Stocks app using the stocks endpoint;

  • Access to the OHLC of more than 7k stocks;

  • Get relevant news at the stock level;

  • Access to fundamental data such as dividends, earnings, etc.

Dependencies

  • Pandas
  • Requests

Installation

pip install pyinvestor

Examples

Market

SectorPerformance

from PyInvestor import market
market.SectorPerformance()

text

Stock

Earnings

from PyInvestor.stock import Stock
AMZN = Stock('AMZN')
AMZN.Earnings()

text

Todos

APIIntegration
IEXIEX
QuandlQuandl
News APIQuandl

As PyInvestor is a wrapper for the IEX API, we have to say that

Data is provided for free by IEX. View IEX's Terms of Use

Developers

Made with :heart: by SamurAI. Follow us on Linkedin to get the latest news first! We're always happy to receive your feedback!

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc