WeeklyMoat API

Graham & Buffett value investing signals. 900+ stocks screened weekly. Built for developers and AI agents.

Endpoints

GET/api/v1/statusFree

API status and metadata. No authentication required.

GET/api/v1/signals/weekly5 credits

This week's buy signals — top 20 stocks meeting Graham + Buffett criteria.

GET/api/v1/signals/watchlist3 credits

Stocks approaching buy zone — approaching fair value with strong moats.

GET/api/v1/screener10 credits

Full screener output — all 900+ stocks with scores, metrics, and rankings.

Authentication

Include your API key in every request as a header:

Authorization: Bearer wm_live_your_key_here

Quick Start

curl https://weeklymoat.com/api/v1/signals/weekly \
  -H "Authorization: Bearer wm_live_your_key_here"
{
  "generated": "2026-08-08T08:08:27",
  "total_screened": 965,
  "buy_signals": [
    {
      "ticker": "AAPL",
      "total_score": 12,
      "pe": 14.2,
      "pb": 1.1,
      "roe": 0.34,
      "margin_of_safety": 0.18,
      "moat_signals": ["PE<15", "PB<1.5", "ROE>0.15", "IncomeGrowth"]
    }
  ],
  "_meta": {
    "credits_used": 5,
    "credits_remaining": 4995,
    "plan": "starter"
  }
}

Pricing

Starter

R299
/ month

5,000 credits/month
All endpoints
Weekly refresh

Growth

R999
/ month

25,000 credits/month
All endpoints
Priority support

Enterprise

R4,999
/ month

Unlimited credits
Custom endpoints
SLA guarantee

Get API Access