Skip to main content

Python API for downloading stock prices and fundamental accounting concepts

Project description

Weirwood PyFinance

Build Status Documentation Code Coverage

Python API for downloading stock prices and fundamental accounting concepts


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")

Installation

Stable Release: pip install weirwood_pyfinance
Development Head: pip install git+https://github.com/weirwoodai/weirwood_pyfinance.git

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.0.1.tar.gz (10.3 kB view hashes)

Uploaded Source

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