Scrapers.lat logo scrapers.lat
自動化

Yahoo Finance Stock & Crypto Prices Scraper

Extract Yahoo Finance stock and crypto market data by symbol: price, change, market cap, PE, EPS, 52-week range, volume, supply and OHLCV history. Export to JSON, CSV or Excel.

78 レコードあたりの項目 JSON · CSV · Excel · API 従量課金
yahoo-finance-scraper.json 200 OK
{
  "symbol": "AAPL",
  "name": "Apple Inc.",
  "type": "equity",
  "quoteType": "Equity",
  "currency": "USD",
  "exchange": "NasdaqGS",
  "marketState": "CLOSED",
  "price": 333.02,
  "change": 11.36
}
得られるもの

各実行で、型が揃ったきれいなレコードを返します。CRM・スプレッドシート・データベースにそのまま使えます。

  • 結果ごとに 1 レコード、重複排除・正規化済み
  • JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
  • クラウドで従量課金。インストールも保守も不要
返される項目
SymbolNameTypeQuote TypeCurrencyExchangeMarket StatePriceChangeChange PercentPrevious CloseOpenDay HighDay Low
出力サンプル

実際の 1 レコード例。受け取る形そのままです。

SymbolNameTypeQuote Type
AAPLApple Inc.equityEquity
MSFTMicrosoft CorporationequityEquity
BTC-USDBitcoin USDcryptoCryptocurrency
GET /yahoo-finance-scraper
{
  "symbol": "AAPL",
  "name": "Apple Inc.",
  "type": "equity",
  "quoteType": "Equity",
  "currency": "USD",
  "exchange": "NasdaqGS",
  "marketState": "CLOSED",
  "price": 333.02,
  "change": 11.36
}

よくある質問

Which symbols and markets does it cover?

Any ticker that exists on Yahoo Finance: US and international stocks, ETFs, mutual funds, indices such as ^GSPC, currency pairs such as EURUSD=X, and cryptocurrencies quoted as BTC-USD or ETH-USD. Mix stocks and crypto freely in one run.

How many symbols can I request in one run?

Hundreds. Symbols are fetched in efficient batches, so a list of a few hundred tickers returns in a single quick run. Use Max Items to cap how many symbols are processed.

Can I get historical prices, not just the live quote?

Yes. Pick a History Range (for example 1mo, 1y or max) and a candle interval, and every record gets a history array of open, high, low, close, adjusted close and volume. Leave the range empty for a faster quote-only run.

Why are some fields empty on crypto or on certain stocks?

Fields are asset-specific. Crypto records include circulating and max supply but no price-to-earnings ratio, while equities include valuation and dividend fields but no supply. A stock that pays no dividend simply has an empty dividend yield.

What happens if a symbol is misspelled or delisted?

That symbol gets its own record with an error message instead of prices, and the rest of the run continues normally, so one bad ticker never breaks the batch.

あなたの準備ができ次第。

今すぐ Apify でスクレイパーを実行するか、必要にぴったり合わせて作らせてください。