What problem does it solve?
Accessing reliable, up-to-date market and financial data for stocks, ETFs, indices, and currencies often requires paid APIs or complex setups. This Skill provides a free, no‑API‑key solution by leveraging Yahoo Finance through the yfinance library.
Core Features & Use Cases
- Historical OHLCV: Download minute‑level to monthly price data for US and Hong Kong securities, with automatic handling of interval limits.
- Company Fundamentals: Retrieve financial statements, key ratios, dividends, splits, and insider transactions.
- Institutional Holdings & Market Indices: Access institutional holder data, major index values, and sector ETFs.
- FX Rates: Pull foreign‑exchange rates directly from Yahoo Finance.
- Use Case Example: An analyst can quickly pull the past year’s daily price series for AAPL and its fundamental metrics to feed into a backtesting model without writing any custom scraper code.
Quick Start
Retrieve the last 30 days of daily OHLCV data for AAPL using the yfinance skill.