Skip to main content

Talk to SEC filings with AI

Project description

tenk banner

tenk

Talk to SEC filings with AI

Ask questions about 10-K and 10-Q filings, get answers with citations

Python License Rallies.ai

What is tenk?

tenk lets you have a conversation with SEC filings. Instead of manually reading through hundreds of pages of 10-K and 10-Q reports, just ask questions in plain English and get answers with direct citations to the source.

tenk demo

Why not just use ChatGPT?

You could copy-paste filings into ChatGPT, but:

  • 10-Ks are 100+ pages - you can't paste them all
  • You definitely can't paste multiple filings to compare companies
  • You'd have to manually find and download each filing first

tenk automates all of that. It fetches filings from SEC EDGAR, indexes them locally, and lets you query across multiple filings at once.

Features

  • RAG over SEC filings with a local vector database (10-K, 10-Q)
  • Auto-downloads filings from SEC EDGAR
  • Citations with links to source documents
  • Stock data via Yahoo Finance
  • Web search for data not in filings
  • Excel generation for tables and financial models
  • Export answers to PDF, DOCX, or Excel
  • Conversation memory with auto-summarization

Requirements

  • Python 3.10+
  • OpenAI API key (set OPENAI_API_KEY environment variable)

Installation

pip install tenk

Or from source:

git clone https://github.com/rallies-ai/tenk.git
cd tenk
pip install -e .

Usage

Interactive mode:

tenk

One-shot mode:

tenk "What are Apple's main risk factors?"

Examples

> What are NVIDIA's revenue segments?

> Compare AAPL and MSFT gross margins for 2024

> What does Tesla say about competition in their latest 10-K?

> Create an Excel file with Amazon's quarterly revenue for the past 2 years

How it works

  1. Check available filings - Queries SEC EDGAR to see what's available
  2. Download & index - Downloads filings and chunks them into a local vector database
  3. Semantic search - Finds relevant passages using sentence-transformers
  4. AI analysis - Generates answers with citations
  5. Export - Optionally export to PDF, DOCX, or Excel

Configuration

Config file is at src/config.yaml:

model:
  name: gpt-5.2
  max_turns: 50

search:
  top_k: 10
  chunk_size: 3000
  chunk_overlap: 500

embeddings:
  model: all-MiniLM-L6-v2

edgar:
  identity: "Your Name your@email.com"  # Required by SEC EDGAR

database:
  path: db/filings.db

exports:
  dir: exports

Note: SEC EDGAR requires a valid user-agent identity. Update the edgar.identity field with your name and email.

Data Storage

  • Filings database: db/filings.db (DuckDB)
  • Exports: exports/ directory

Both are created automatically in your current working directory.

License

Personal Use License - free for personal and non-commercial use. Commercial use prohibited. See LICENSE for details.


Built with ❤️ by Rallies.ai

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

tenk-0.1.2.tar.gz (18.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tenk-0.1.2-py3-none-any.whl (19.1 kB view details)

Uploaded Python 3

File details

Details for the file tenk-0.1.2.tar.gz.

File metadata

  • Download URL: tenk-0.1.2.tar.gz
  • Upload date:
  • Size: 18.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.16

File hashes

Hashes for tenk-0.1.2.tar.gz
Algorithm Hash digest
SHA256 17f0f76be787b4fd8b7c199b2d6fc0bc037d213c56f6d3d6406b64299591a363
MD5 103b4a95ce63798ccad4bb583010320b
BLAKE2b-256 1121c5cc54607fcf96191f1666cb96e4fd48ae8152131383522c76287b62f3e8

See more details on using hashes here.

File details

Details for the file tenk-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: tenk-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 19.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.16

File hashes

Hashes for tenk-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 955b35e75d0f4a67af4522af0c0f05e122b38d2cbb40928bf4bf4af633370bf6
MD5 6eceacc6493460b154e0496d94985548
BLAKE2b-256 9f08097488e481b22c9621c15e1775bc29d7939007b4291abeb14247985bc2a0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page