financial_search

Aggregate SEC EDGAR filings and financial news with credibility scoring.

1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/hellonish/singularity --skill financial-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: financial_search
Source: https://github.com/hellonish/singularity/tree/main/SKILLS/tier1_retrieval/financial_search
Command: npx skills add https://github.com/hellonish/singularity --skill financial-search

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the guesswork and delays of gathering primary financial documents and credible news by programmatically harvesting SEC filings and trusted news sources in one place.

Core Features & Use Cases

  • Automated EDGAR retrieval: Locate and fetch 10-K, 10-Q, 8-K, DEF 14A filings and related ownership forms from SEC EDGAR with structured metadata.
  • Web-based financial news retrieval: Gather headlines and articles from vetted financial outlets (e.g., Bloomberg, Reuters, WSJ, CNBC) with domain filters.
  • Provenance and credibility scoring: Apply credibility weights (1.0 for SEC filings, 0.90 for transcripts, 0.80 for reliable outlets) to ranking.
  • Data normalization & deduplication: Normalize dates to UTC, currencies to USD, remove duplicates across sources.
  • Structured output: Return a concise JSON array with provenance fields like ticker, form_type, fiscal_period, filing_date, source_url, excerpt.
  • Use cases: Due diligence, earnings analysis, regulatory monitoring, sector research.

Quick Start

Query a ticker's filings and related news for a chosen date range, e.g., Fetch AAPL 10-K for 2023 and related earnings news.

Frequently Asked Questions about financial_search

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

FAQPage Schema
How do I retrieve SEC EDGAR filings and financial news for a specific ticker?

To retrieve SEC EDGAR filings and financial news, query a specific ticker and date range to fetch structured data like 10-K, 10-Q, 8-K forms, and vetted articles with provenance metadata.

What is the best way to aggregate authoritative financial data for due diligence?

Aggregating authoritative financial data for due diligence requires programmatically harvesting SEC EDGAR filings and reputable financial news, enforcing strict provenance and credibility scoring for verifiable reliability.

Can I get structured metadata for 10-K and 8-K filings from SEC EDGAR?

You can get structured metadata for 10-K and 8-K SEC filings, returning a concise JSON array containing fields like ticker, form_type, fiscal_period, filing_date, source_url, and excerpt.

Does this financial retrieval tool normalize dates and currencies across sources?

The financial retrieval tool normalizes dates to UTC and currencies to USD, while removing duplicate articles across aggregated SEC filings and reliable financial news sources.

How are credibility scores applied to financial news and SEC filings?

Credibility scores are applied to rank financial data, assigning weights of 1.0 for SEC filings, 0.90 for transcripts, and 0.80 for reliable news outlets to ensure data reliability.

What limitations apply to extracting financial news from reputable outlets?

Limitations on extracting financial news include enforcing domain filters for vetted outlets like Bloomberg and Reuters, and applying conservative extraction limits with strict machine-parseable source requirements.