Tools for aggregating efficient ways to consume and process publically traded equities on the US stock market. Includes support for SEC quarterly data processing.
Project description
StockTracer
Stock Analysis Framework
The goal of this project is aggregate a variety of ways to consume information about a particular equity traded on the US stock market and provide a modular mechanism to process it. Core tenants of this project include:
- Heavy data caching - don't download static data more than once
- Efficient use of storage - leave data compressed while not in use
- Batch Processing - We can't store all information in memory, so break problems up
- Speed - Find and avoid bottlenecks of big data processing
Requirements
python 3.10+
Getting Started
Users
# basic install
pip install stocktracer
# with tensorflow dependencies for analysis modules
pip install stocktracer[tensorflow]
# Perform analysis
stocktracer analyze --tickers aapl,msft > report.txt
# Help
stocktracer
For development guides, see our documentation
Disclaimer
This project seeks to use publicly available information to perform security analysis and help perform long term risk analysis. Results provided from this project are generally for academic use only and are not considered advice or recommendations. This project makes no performance claims or guarantees. Please read the license for this project. Usage of any data is at your own risk.
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
Built Distribution
File details
Details for the file stocktracer-0.4.0.tar.gz
.
File metadata
- Download URL: stocktracer-0.4.0.tar.gz
- Upload date:
- Size: 24.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26db1b3ea44cc684614f3416752240d1077350b8a8e6961f762d860857258457 |
|
MD5 | 2255bcb8eebeebbced56aac485585c12 |
|
BLAKE2b-256 | 299992d52182ee9b70e06da6adf2381420445f4773c608db5f4f5be2737b6d0a |
File details
Details for the file stocktracer-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: stocktracer-0.4.0-py3-none-any.whl
- Upload date:
- Size: 27.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c86f00aa03a6616b0f3d48545ce15a32f106c85f0dde173ee9639141100ef793 |
|
MD5 | b5ff83e3dd86444c6bfd18a834abdb4d |
|
BLAKE2b-256 | bf21779f3c3887e088c9f039775f81545855f90b1977f236f90107679c23a41e |