ycharts-key-stats-scraping

Extract 100+ financial metrics from YCharts Key Stats pages and push them to the data ingestion API.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/easildur24/investorcenter.ai --skill ycharts-key-stats-scraping
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ycharts-key-stats-scraping
Source: https://github.com/easildur24/investorcenter.ai/tree/main/skills/scrape-ycharts-keystats
Command: npx skills add https://github.com/easildur24/investorcenter.ai --skill ycharts-key-stats-scraping

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Extracts 100+ financial metrics from YCharts Key Stats pages and uploads them to the data ingestion API, reducing manual data collection time.

Core Features & Use Cases

  • Automated Metric Extraction: Capture and parse a large set of financial metrics from YCharts Key Stats pages.
  • Data Ingestion: Normalize and push extracted data to the investorcenter ingestion API for storage and analysis.
  • Use Case: Run for a single ticker to build a complete metrics snapshot for archival reporting or feed multiple tickers in batch processes.

Quick Start

Open YCharts in the OpenClaw browser, capture a full page snapshot, manually extract values, and ingest via the provided Python script.

Frequently Asked Questions about ycharts-key-stats-scraping

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

FAQPage Schema
How do I scrape financial metrics from YCharts Key Stats pages?

To scrape YCharts Key Stats pages, you open YCharts in an OpenClaw browser profile, capture a full page snapshot, manually extract the 100+ financial metrics using provided parse helpers, and push the normalized values to the data ingestion API.

Can I extract YCharts data for a single ticker without full automation?

Yes, you can extract YCharts data for a single ticker using a manual extraction workflow. The skill guides you through capturing the dynamic page snapshot and normalizing the values programmatically before ingesting them via the API.

What credentials do I need to ingest YCharts key stats data?

You need login credentials for both YCharts and the target data ingestion API. Additionally, an active OpenClaw browser profile is required to access and capture the YCharts Key Stats pages for extraction.

How does the parse helper normalize scraped financial metrics?

The parse helper normalizes scraped financial metrics by processing the captured YCharts page snapshot. It formats the manually extracted raw values into a standardized structure suitable for the data ingestion API.

Can I batch process multiple tickers with this YCharts scraping workflow?

The skill is designed for single-ticker workflows to build a complete metrics snapshot. However, you can feed multiple tickers in batch processes by running the manual extraction and ingestion sequence iteratively for each symbol.