dividend-growth-pullback-screener

Screen dividend-growth stocks with RSI pullbacks using FINVIZ and FMP.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/PNWSkyHippy/Trading_Bot_V2 --skill dividend-growth-pullback-screener-pnwskyhippy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dividend-growth-pullback-screener
Source: https://github.com/PNWSkyHippy/Trading_Bot_V2/tree/main/claud-skills/skills/dividend-growth-pullback-screener
Command: npx skills add https://github.com/PNWSkyHippy/Trading_Bot_V2 --skill dividend-growth-pullback-screener-pnwskyhippy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Helps identify high-quality dividend-growth stocks that are temporarily under pressure, enabling better entry timing during pullbacks rather than chasing high yields.

Core Features & Use Cases

  • Two-stage screening: FINVIZ pre-screen plus FMP detailed analysis to filter candidates.
  • RSI-based timing: Identifies pullbacks with RSI ≤ 40 to time entries.
  • Output artifacts: JSON results file and Markdown screening report with dividend growth, RSI, payouts, and health metrics.
  • Prerequisites: API keys required (FMP_API_KEY; FINVIZ_API_KEY is optional for two-stage mode) and an adjustable max-candidates limit.

Quick Start

Run the screening script with your FMP_API_KEY and FINVIZ_API_KEY to generate candidate results and reports.

Frequently Asked Questions about dividend-growth-pullback-screener

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I screen dividend-growth stocks for RSI pullbacks?

Screen dividend-growth stocks for RSI pullbacks by combining fundamental filters for 12%+ dividend CAGR with RSI ≤ 40 timing, using FINVIZ for pre-screening and Financial Modeling Prep for detailed analysis to output a JSON results file and Markdown report.

What is the best way to time entries on dividend growers during a market pullback?

Timing entries on dividend growers during a pullback requires identifying high-quality stocks with 1.5%+ yield currently showing RSI ≤ 40, combining fundamental dividend-growth screening with technical RSI-based pullback detection to avoid chasing inflated prices.

Do I need an FMP API key to screen dividend stocks for RSI pullbacks?

An FMP_API_KEY is required to screen dividend stocks for RSI pullbacks, providing the detailed financial data for dividend growth and health metrics, while a FINVIZ_API_KEY is optional for the two-stage pre-screening mode.

Can I limit the number of candidates when screening dividend-growth stocks with RSI?

You can limit candidates when screening dividend-growth stocks with RSI by using the --max-candidates argument, controlling the volume of stocks processed through the Financial Modeling Prep detailed analysis stage.

What financial metrics are included in a dividend-growth pullback screening report?

A dividend-growth pullback screening report includes financial metrics such as dividend growth CAGR, RSI values, payout ratios, and financial health indicators, outputting the complete dataset into a JSON results file and a Markdown report.

How does automated rate-limit handling work when screening dividend stocks via API?

Automated rate-limit handling prevents API screening failures when pulling dividend stock data from Financial Modeling Prep, automatically managing request pacing to ensure the two-stage screening workflow completes without interruption.