Skip to main content

Python API for downloading stock prices and fundamental accounting concepts

Project description

Weirwood PyFinance

Build Status

Python API for downloading stock prices and fundamental accounting concepts


Installation

Stable Release: weirwood-pyfinance

> pip install weirwood-pyfinance

Development Head: git+https://github.com/weirwoodai/weirwood_pyfinance.git

> pip install git+https://github.com/weirwoodai/weirwood_pyfinance.git

Quick Start

Register your account at https://weirwood.ai for free

from weirwood_pyfinance import FinTen

finten = FinTen()
finten.set_login(username="<YOUR USERNAME>",password="<YOUR PASSWORD>")
filings = finten.get_filings(ticker="AAPL")
prices = finten.get_prices(ticker="AAPL")

If you don't have an account you can still access using the free tier

from weirwood_pyfinance import FinTen

finten = FinTen()
filings = finten.get_filings(ticker="AAPL")
prices = finten.get_prices(ticker="AAPL")

MIT license

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

weirwood_pyfinance-0.1.1.tar.gz (9.2 kB view hashes)

Uploaded Source

Built Distribution

weirwood_pyfinance-0.1.1-py2.py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 2 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