5.8k+ Listed companies
300k+ Insider trades
1M+ Insider transactions

Structured Research Flow:

A guided sequence of analysis layers,
from baseline context to risk evaluation.

Stock Overview

Built on Data Trusted by Institutions.

Google Gotrade Deloitte Public Revolut Perplexity

Explore with Athena Copilot:

Turn questions into clear, data-backed insights using
your portfolio, research history, and live market signals.

app/services/rag_synthesis.py
def _format_chunks_for_prompt(chunks: List<Dict>, limit: int = 10) -> str:
    lines: List<str> = []
    for idx, item in enumerate(chunks[:limit], start=1):
        metadata = item.get("metadata") or {}
        source = metadata.get("source", "Unknown")
        date_val = metadata.get("date", "Unknown date")
        text = (item.get("text") or "").strip()
        if not text:
            continue
        lines.append(f"[{idx}] Source: {source} | Date: {date_val}\n{text}")
    return "\n\n".join(lines)

Source metadata, dates, and passage text are assembled into a structured prompt for grounded synthesis.

How do we Stack up?

Apexys TradingView Seeking Alpha Other AI Tools
AI Analysis
Structured Research Workflow
Machine Learning Models
Insiders and Institutional Data
Portfolio Tracker
Advanced Charting
Pricing Free - $19 / mo Approx. $15 - $240 / mo Approx. $25 - $200 / mo Approx. $10 - $50 / mo

Frequently Asked
Questions

Get answers to commonly asked questions.