Yahoo Finance Scraper - Stocks, ETFs, Crypto API avatar

Yahoo Finance Scraper - Stocks, ETFs, Crypto API

Pricing

Pay per usage

Go to Apify Store
Yahoo Finance Scraper - Stocks, ETFs, Crypto API

Yahoo Finance Scraper - Stocks, ETFs, Crypto API

Scrape Yahoo Finance for stocks, ETFs, crypto & forex: live quotes, historical OHLCV prices, fundamentals/financials, and news — by ticker, with no API key. Pay-per-result market data.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Renzo Madueno

Renzo Madueno

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Yahoo Finance Scraper — Stocks, ETFs, Crypto & Forex Data API

Scrape live quotes, historical prices, fundamentals, and news for stocks, ETFs, crypto, forex, and indices from Yahoo Finance — by ticker, in one run, with no API key. The pay-per-result alternative to paid market-data APIs.

Using it and it works? Leave a 30-second review. It's the single biggest thing that helps other developers find it.

What can this Actor do?

For any ticker (AAPL, SPY, BTC-USD, EURUSD=X, ^GSPC), pull any of:

  • Live quote — price, change %, day high/low, 52-week range, volume, market state.
  • Historical prices (OHLCV) — open/high/low/close/adjusted-close/volume, any interval (1m → 1mo) and range (1d → max).
  • Fundamentals / financials — market cap, P/E, EPS, margins, revenue & growth, cash, debt, ROE, analyst target & recommendation, sector, industry, employees.
  • News — latest headlines per ticker with publisher and timestamp.

Plus symbol search to look up tickers by company name.

How do I get stock data?

  1. Add your symbols (e.g. AAPL, BTC-USD).
  2. Pick the data to fetch (quote / history / fundamentals / news).
  3. Run it — one clean JSON/CSV row per result, ready for your spreadsheet, dashboard, backtest, or AI agent.

How much does it cost?

Pay-per-result — no subscription, a fraction of paid market-data APIs:

EventPrice
Actor start$0.01
Per symbol/data result$0.004
Symbol search$0.004

What does the output look like?

{ "dataType": "quote", "symbol": "AAPL", "price": 295.95, "changePercent": -1.1, "currency": "USD", "exchange": "NasdaqGS" }
{ "dataType": "fundamentals", "symbol": "AAPL", "marketCap": 4500000000000, "peRatio": 32.1, "profitMargins": 0.27, "recommendation": "buy" }
{ "dataType": "history", "symbol": "BTC-USD", "candles": [{ "date": "2026-06-17", "close": 71000, "volume": 1234 }] }

Use cases

  • Backtesting & quant — pull historical OHLCV for any ticker, any timeframe.
  • Dashboards & watchlists — live quotes across stocks, crypto, and forex.
  • Fundamental screening — compare P/E, margins, growth, and analyst targets.
  • AI finance agents — feed clean market JSON straight into your LLM/MCP workflow.

FAQ

Do I need an API key or account? No. It uses Yahoo Finance's public endpoints.

Which assets are supported? Stocks, ETFs, mutual funds, crypto (BTC-USD), forex (EURUSD=X), and indices (^GSPC) — anything with a Yahoo ticker.

How fresh are quotes? Real-time/near-real-time during market hours, per Yahoo.

Can I pull thousands of tickers? Yes — pass them all in symbols.

Other Actors by this author

Need app, company, or web data too? See my other Actors — App Store & Google Play, company enrichment, Google Maps, and more.


Built and maintained by Renzo Madueño. Found a bug or want another field? Open an issue or leave a review — I read every message. Data via Yahoo Finance; for informational purposes only, not financial advice.