Skip to main content

SEC Edgar Analysis Tools (by Blacktip Research)

Project description

Blacktip

Toolkit for financial analysis. Current tools include: Angler.

Angler: Easy-to-use large scale analysis tool for United Stated public fundamentals (aggregated from SEC Edgar). Examine any company that files with the SEC in seconds without having to download data locally! Register here beforehand to be able to use Angler. See below for more details.

Full Toolkit Documentation

Angler

Our main SEC analysis tool. After registering your account on the Blacktip Research website, use your username and password to interface with Angler.

Usage

The workflow is the following:

import

from blacktip.angler import Angler

initialize

instance = Angler(username, password)

get data

form10K = instance.query10K("AAPL", 2019)

manipulate the data

# example calculations
debt_sheet = form10K.debt_sheet()
ROE = form10K.calc_ROE()
net_income = form10K.filter(regex="^NetIncomeLoss$")

close your instance

instance.dispose()

For explicit documentation, visit the Angler Documentation.

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

blacktip-0.0.9.tar.gz (7.8 kB view hashes)

Uploaded Source

Built Distribution

blacktip-0.0.9-py3-none-any.whl (10.2 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