---
name: AlphaEar DeepEar Lite
slug: alphaear-deepear-lite
category: Data
description: AlphaEar DeepEar Lite fetches the latest financial signals and transmission-chain analyses from the DeepEar Lite dashboard. Use it when you need immediate insights into market trends and stock performance factors.
github: "https://github.com/RKiding/Awesome-finance-skills/tree/main/skills/alphaear-deepear-lite"
language: Python
stars: 2781
forks: 362
install: "npx degit https://github.com/RKiding/Awesome-finance-skills/tree/main/skills/alphaear-deepear-lite ~/.claude/skills/alphaear-deepear-lite"
installs_to: ~/.claude/skills/alphaear-deepear-lite
source_path: skills/alphaear-deepear-lite/SKILL.md
collection_size: 10
category_size: 668
collection_url: "https://dirskills.com/collections/RKiding/Awesome-finance-skills"
added: 2026-08-17T07:10:24.756Z
last_synced: 2026-08-17T07:10:24.756Z
canonical_url: "https://dirskills.com/skills/alphaear-deepear-lite"
---

# AlphaEar DeepEar Lite

AlphaEar DeepEar Lite fetches the latest financial signals and transmission-chain analyses from the DeepEar Lite dashboard. Use it when you need immediate insights into market trends and stock performance factors.

**Install:**

```bash
npx degit https://github.com/RKiding/Awesome-finance-skills/tree/main/skills/alphaear-deepear-lite ~/.claude/skills/alphaear-deepear-lite
```

## README

# DeepEar Lite Skill

## Overview

Fetch high-frequency financial signals, including titles, summaries, confidence scores, and reasoning directly from the DeepEar Lite platform's real-time data source.

## Capabilities

### 1. Fetch Latest Financial Signals

Use `scripts/deepear_lite.py` via `DeepEarLiteTools`.

-   **Fetch Signals**: `fetch_latest_signals()`
    -   Retrieves all latest signals from `https://deepear.vercel.app/latest.json`.
    -   Returns a formatted report of signal titles, sentiment/confidence metrics, summaries, and source links.

## Dependencies

-   `requests`, `loguru`
-   No local database required for this skill.

## Testing

Run the test script to verify the connection and data fetching:
```bash
python scripts/deepear_lite.py
```
