Yahoo Finance API | Prices, Fundamentals & News avatar

Yahoo Finance API | Prices, Fundamentals & News

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Yahoo Finance API | Prices, Fundamentals & News

Yahoo Finance API | Prices, Fundamentals & News

Export Yahoo Finance prices, company fundamentals, financial statements, news, earnings, and holder data for stocks and crypto in structured JSON.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Xtech

Xtech

Maintained by Community

Actor stats

1

Bookmarked

26

Total users

0

Monthly active users

4 days ago

Last modified

Share

Export structured Yahoo Finance data for stocks and crypto: prices, fundamentals, financial statements, news, earnings, and holders. Each paid ticker row bundles every requested feature that Yahoo returns.

Pricing

  • $0.01 per ticker result saved to the default dataset, plus a $0.01 Actor start event.
  • One result can contain company info, price history, statements, news, holders, and the other selected features for that symbol.
  • Example: a run that returns 10 ticker results costs $0.11.

๐ŸŽฏ What You Get

  • Complete Stock Info: Extract name, sector, industry, market cap, and over 100+ data points for any ticker.
  • Historical Data: Fetch daily historical prices and volume with customizable periods.
  • Financial Statements: Extract Income Statement, Balance Sheet, and Cash Flow statements.
  • Market Insights: Get recommendations, news, dividends, splits, and calendar events.
  • Holder Information: Analyze major and institutional holders.
  • Cryptocurrency Support: Scrape data for BTC-USD, ETH-USD, and other crypto pairs.
  • Bounded Bulk Processing: Process up to 25 symbols with at most four ticker requests running concurrently.

๐Ÿ”ง Features

  • info: General company information and statistics.
  • history: Historical price data.
  • financials: Yearly and quarterly income statements.
  • balance_sheet: Yearly and quarterly balance sheets.
  • cashflow: Yearly and quarterly cash flow statements.
  • recommendations: Analyst recommendations.
  • news: Latest news articles related to the ticker.
  • actions: Dividend and stock split history.
  • major_holders: Breakdown of major shareholders.
  • institutional_holders: List of institutional investors.
  • calendar: Upcoming earnings, dividends, and other events.
  • earnings: Historical earnings data.

๐Ÿ’ก Example Output

{
"symbol": "AAPL",
"scraped_at": "2026-01-14T12:00:00Z",
"info": {
"longName": "Apple Inc.",
"sector": "Technology",
"industry": "Consumer Electronics",
"currentPrice": 185.92,
"marketCap": 2874650656768
},
"history": [
{
"Date": "2025-12-14 00:00:00",
"Open": 184.50,
"High": 186.20,
"Low": 184.10,
"Close": 185.92,
"Volume": 52345600
}
]
}

โšก Quick Start

  1. Enter the stock symbols (e.g., AAPL, MSFT, GOOGL).
  2. Select the data features you want to extract.
  3. Choose the historical period (e.g., 1mo, 1y, max).
  4. Run the scraper and get your financial data!

๐Ÿ“ Configuration

{
"symbols": ["AAPL", "MSFT", "TSLA", "BTC-USD"],
"features": ["info", "history", "financials", "news"],
"history_period": "1mo"
}

Parameters

  • symbols: List of stock symbols to scrape. Can be a list of strings or a comma-separated string.
  • features: List of data types to extract (options: info, history, financials, balance_sheet, cashflow, recommendations, news, actions, major_holders, institutional_holders, calendar, earnings).
  • history_period: The period for historical data (e.g., 1d, 5d, 1mo, 3mo, 6mo, 1y, 2y, 5y, 10y, ytd, max).

Start with one ticker and the default info + history features:

{
"symbols": ["AAPL"],
"features": ["info", "history"],
"history_period": "1mo"
}

The Actor returns one billable dataset item per symbol when at least one requested feature succeeds. A ticker with some unavailable features is preserved as a partial result with features_succeeded and feature_errors. If every requested feature fails, the unbillable diagnostic is written to sourceResults instead of the default dataset. You are not charged separate result events for every feature inside the same ticker row. Add financial statements, news, or holder features only when you need those larger payloads. No Yahoo API key is required.

Ready-to-run recipes

Current price and one-month history:

{"symbols":["AAPL"],"features":["info","history"],"history_period":"1mo"}

Crypto snapshot:

{"symbols":["BTC-USD","ETH-USD"],"features":["info","history"],"history_period":"5d"}

Fundamental research:

{"symbols":["MSFT"],"features":["info","financials","balance_sheet","cashflow"]}

๐Ÿ“Š Perfect For

  • Investors: Deep dive into company fundamentals and price action.
  • Data Analysts: Build financial models with clean JSON data.
  • FinTech Developers: Power your apps with reliable Yahoo Finance data.
  • Market Researchers: Track institutional holdings and analyst sentiment.

Use the input presets to start with a small set of tickers, then schedule the Actor for recurring market monitoring.