Skip to main content

SEC Edgar Analysis Tools (by Blacktip Research)

Project description

Blacktip

Easy-to-use large scale analysis tool for SEC edgar information. Examine any company filing with the SEC in seconds without having to download data from edgar. Register here before use to be able to use Angler.

Angler

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

Documentation

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
assets = form10K.asset_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.7.tar.gz (7.8 kB view hashes)

Uploaded Source

Built Distribution

blacktip-0.0.7-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