Skip to content

A package to work with SEC data. Incorporates datamule endpoints.

License

Notifications You must be signed in to change notification settings

john-friedman/datamule-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Datamule

Downloads Hits

GitHub Stars

A Python package for working with SEC filings at scale. Full Documentation | Website

Features

Quick Start

Basic Installation

pip install datamule

Basic Usage

from datamule import Downloader

downloader = Downloader()
downloader.download_submissions(form='10-K', ticker='AAPL')

Examples

Create a discord bot, use insider trading disclosures to map relationships in Silicon Valley, and more in examples.

API Key

For faster downloads get an api key for PremiumDownloader() .

Articles

License

MIT License