Yahoo Finance Intelligence avatar

Yahoo Finance Intelligence

Pricing

from $42.00 / 1,000 stock symbol scrapeds

Go to Apify Store
Yahoo Finance Intelligence

Yahoo Finance Intelligence

Extract Yahoo Finance data: stock prices, financials, analyst ratings, news, and historical data. Track any ticker or market.

Pricing

from $42.00 / 1,000 stock symbol scrapeds

Rating

5.0

(3)

Developer

viralanalyzer

viralanalyzer

Maintained by Community

Actor stats

0

Bookmarked

6

Total users

3

Monthly active users

17 days ago

Last modified

Categories

Share

💹 Yahoo Finance Intelligence — Stock Quotes, Fundamentals, Analyst Ratings & Price History

🔗 View on Apify Store | 🇺🇸 English | 🇧🇷 Português

Extract stock data from Yahoo Finance — real-time quotes, financial fundamentals, analyst recommendations, OHLCV price history, dividends, and stock splits. Supports equities, ETFs, indices, crypto, and forex. Pure HTTP — no browser or API key needed.

✨ Features

  • 📈 Real-time quotes — Price, change, volume, day range, market state
  • 💰 Fundamentals — Revenue, margins, cash flow, debt, ROE, ROA
  • 🎯 Analyst ratings — Target prices, buy/hold/sell breakdown, recommendation key
  • 📊 Price history — OHLCV data with configurable range (1d to max) and interval
  • 💵 Dividends & splits — Historical dividend payments and stock split events
  • 🏢 Company profile — Sector, industry, employees, website, location
  • 🌍 Multi-asset — Equities, ETFs, indices (^GSPC), crypto (BTC-USD), forex
  • Pure HTTP — No browser needed, fast and cost-effective

📥 Input

ParameterTypeRequiredDefaultDescription
symbolsstring[]Ticker symbols (e.g., "AAPL", "BTC-USD", "^GSPC"). Max 50.
includeHistorybooleantrueInclude OHLCV price history
historyRangestring"1mo"Price history range: 1d, 5d, 1mo, 3mo, 6mo, 1y, 2y, 5y, max
historyIntervalstring"1d"Data granularity: 1d, 1wk, 1mo
includeFundamentalsbooleantrueInclude financial data (revenue, margins, analyst targets)
proxyConfigurationobjectProxy settings (residential recommended for large runs)

Input Example

{
"symbols": [
"AAPL",
"MSFT",
"GOOGL",
"AMZN",
"BTC-USD"
],
"includeHistory": true,
"historyRange": "3mo",
"historyInterval": "1d",
"includeFundamentals": true
}

📤 Output

Each symbol produces a comprehensive result with 70+ fields:

FieldTypeDescription
symbolstringTicker symbol
shortNamestringShort display name
longNamestringFull company name
quoteTypestringEQUITY, ETF, INDEX, CRYPTOCURRENCY, CURRENCY
exchangestringExchange name
currencystringTrading currency
regularMarketPricenumberCurrent price
regularMarketChangenumberAbsolute price change
regularMarketChangePercentnumberPrice change %
regularMarketVolumenumberTrading volume
regularMarketDayHighnumberDay high
regularMarketDayLownumberDay low
regularMarketOpennumberOpening price
marketStatestringPRE, REGULAR, POST, CLOSED
marketCapnumberMarket capitalization
trailingPEnumberTrailing P/E ratio
forwardPEnumberForward P/E ratio
priceToBooknumberPrice-to-Book ratio
enterpriseValuenumberEnterprise value
epsTrailingnumberTrailing EPS (12 months)
epsForwardnumberForward EPS estimate
revenueGrowthnumberRevenue growth rate
earningsGrowthnumberEarnings growth rate
profitMarginnumberNet profit margin
operatingMarginnumberOperating margin
grossMarginnumberGross margin
returnOnEquitynumberReturn on equity
returnOnAssetsnumberReturn on assets
totalRevenuenumberTotal revenue
totalCashnumberTotal cash
totalDebtnumberTotal debt
debtToEquitynumberDebt-to-equity ratio
freeCashflownumberFree cash flow
dividendYieldnumberTrailing annual dividend yield
dividendRatenumberTrailing annual dividend rate
exDividendDatestringEx-dividend date (YYYY-MM-DD)
fiftyTwoWeekHighnumber52-week high
fiftyTwoWeekLownumber52-week low
fiftyDayAveragenumber50-day moving average
twoHundredDayAveragenumber200-day moving average
analystTargetMeannumberMean price target
analystTargetHighnumberHighest price target
analystTargetLownumberLowest price target
analystRecommendationstringbuy, hold, sell, strongBuy, etc.
analystCountnumberNumber of analysts
analystBuynumberBuy + strong buy count
analystHoldnumberHold count
analystSellnumberSell + strong sell count
nextEarningsDatestringNext earnings date (YYYY-MM-DD)
sectorstringBusiness sector
industrystringIndustry classification
fullTimeEmployeesnumberEmployee count
websitestringCompany website
countrystringHeadquarters country
sharesOutstandingnumberShares outstanding
betanumberBeta coefficient
priceHistoryobject[]OHLCV array: {date, open, high, low, close, adjClose, volume}
dividendsobject[]Dividend events: {date, amount}
splitsobject[]Split events: {date, ratio}
platformstringAlways "yahoo_finance"
scrapedAtstringISO 8601 timestamp

Output Example

{
"symbol": "AAPL",
"shortName": "Apple Inc.",
"longName": "Apple Inc.",
"quoteType": "EQUITY",
"exchange": "NasdaqGS",
"currency": "USD",
"regularMarketPrice": 237.42,
"regularMarketChange": 3.18,
"regularMarketChangePercent": 1.3587,
"regularMarketVolume": 54230000,
"regularMarketDayHigh": 238.15,
"regularMarketDayLow": 234.02,
"regularMarketOpen": 234.85,
"regularMarketPreviousClose": 234.24,
"marketState": "REGULAR",
"marketCap": 3612000000000,
"trailingPE": 37.4218,
"forwardPE": 32.1547,
"priceToBook": 62.45,
"enterpriseValue": 3680000000000,
"epsTrailing": 6.34,
"epsForward": 7.39,
"revenueGrowth": 0.0487,
"earningsGrowth": 0.1024,
"profitMargin": 0.2637,
"operatingMargin": 0.3142,
"grossMargin": 0.4612,
"returnOnEquity": 1.5718,
"returnOnAssets": 0.2847,
"totalRevenue": 395000000000,
"totalCash": 62484000000,
"totalDebt": 104590000000,
"debtToEquity": 173.77,
"currentRatio": 0.988,
"freeCashflow": 108807000000,
"dividendYield": 0.0044,
"dividendRate": 1.0,
"exDividendDate": "2026-02-10",
"payoutRatio": 0.1578,
"fiftyTwoWeekHigh": 260.10,
"fiftyTwoWeekLow": 169.21,
"fiftyDayAverage": 232.45,
"twoHundredDayAverage": 224.18,
"analystTargetMean": 252.30,
"analystTargetHigh": 300.00,
"analystTargetLow": 200.00,
"analystRecommendation": "buy",
"analystCount": 42,
"analystBuy": 34,
"analystHold": 6,
"analystSell": 2,
"nextEarningsDate": "2026-04-24",
"sector": "Technology",
"industry": "Consumer Electronics",
"fullTimeEmployees": 164000,
"website": "https://www.apple.com",
"country": "United States",
"city": "Cupertino",
"sharesOutstanding": 15204100096,
"floatShares": 15180000000,
"shortRatio": 1.52,
"beta": 1.24,
"priceHistory": [
{
"date": "2026-02-06",
"open": 227.18,
"high": 229.42,
"low": 226.35,
"close": 228.74,
"adjClose": 228.74,
"volume": 48120000
},
{
"date": "2026-02-07",
"open": 229.10,
"high": 231.85,
"low": 228.60,
"close": 231.20,
"adjClose": 231.20,
"volume": 51340000
}
],
"dividends": [
{
"date": "2025-11-08",
"amount": 0.25
},
{
"date": "2026-02-10",
"amount": 0.25
}
],
"splits": [],
"platform": "yahoo_finance",
"scrapedAt": "2026-03-06T12:00:00.000Z"
}

📋 Use Cases

  • Stock Research — Complete fundamental analysis with financials, margins, and ratios
  • Portfolio Tracking — Monitor real-time prices and key metrics for your holdings
  • Analyst Consensus — Aggregate buy/hold/sell ratings and price targets
  • Earnings Calendar — Track upcoming earnings dates and dividend schedules
  • Historical Analysis — Download OHLCV price history for backtesting and charting
  • Sector Screening — Compare companies within sectors by fundamentals
  • Crypto Tracking — Monitor cryptocurrency prices alongside traditional equities
  • ETF/Index Monitoring — Track ETFs, mutual funds, and major indices

❓ FAQ

Q: What asset types does this actor support? A: Equities (AAPL, MSFT), ETFs (SPY, QQQ), indices (^GSPC, ^DJI), crypto (BTC-USD, ETH-USD), and forex (EURUSD=X). Use the appropriate Yahoo Finance ticker format.

Q: Does this need a Yahoo Finance API key? A: No. The actor authenticates via Yahoo Finance's session mechanism (cookie + crumb) automatically. No API key or premium account required.

Q: How far back can I get price history? A: Up to the full history of the ticker using historyRange: "max". Granularity options are daily (1d), weekly (1wk), or monthly (1mo).

Q: Why are some fields returning 0 for my symbol? A: Some fields only apply to certain asset types. For example, crypto symbols will not have sector, industry, or fullTimeEmployees. ETFs and indices lack earnings data. The actor returns 0 for non-applicable numeric fields.

Q: How many symbols can I process in one run? A: Up to 50 symbols per run. Quotes are fetched in batches of 10, and each symbol gets individual fundamentals and chart requests with rate limiting.

💰 Pricing

This actor uses Pay Per Event (PPE) pricing:

MetricCost
Per symbol scraped$0.08

For example, processing 10 symbols costs $0.80.

📝 Changelog

v1.0 (Current)

  • ✅ Real-time quotes via Yahoo Finance v7 API
  • ✅ Financial fundamentals via v10 quoteSummary
  • ✅ OHLCV price history via v8 chart API
  • ✅ Analyst recommendations with buy/hold/sell breakdown
  • ✅ Dividend history and stock split events
  • ✅ Company profile (sector, industry, employees)
  • ✅ Multi-asset support (equities, ETFs, indices, crypto, forex)
  • ✅ Session authentication (cookie + crumb)
  • ✅ Anti-placeholder guardrails for data integrity
  • ✅ PPE billing integration

💹 Yahoo Finance Intelligence — Cotações, Fundamentos, Ratings de Analistas & Histórico de Preços

🇺🇸 English | 🇧🇷 Português

Extraia dados de ações do Yahoo Finance — cotações em tempo real, fundamentos financeiros, recomendações de analistas, histórico de preços OHLCV, dividendos e desdobramentos. Suporta ações, ETFs, índices, cripto e forex. HTTP puro — sem navegador ou chave de API.

✨ Funcionalidades

  • 📈 Cotações em tempo real — Preço, variação, volume, faixa do dia, estado do mercado
  • 💰 Fundamentos — Receita, margens, fluxo de caixa, dívida, ROE, ROA
  • 🎯 Ratings de analistas — Preços-alvo, detalhamento compra/neutro/venda, recomendação
  • 📊 Histórico de preços — Dados OHLCV com faixa configurável (1d até max) e intervalo
  • 💵 Dividendos & desdobramentos — Histórico de pagamento de dividendos e splits
  • 🏢 Perfil da empresa — Setor, indústria, funcionários, site, localização
  • 🌍 Multi-ativos — Ações, ETFs, índices (^GSPC), cripto (BTC-USD), forex
  • HTTP puro — Sem navegador, rápido e econômico

📥 Entrada

ParâmetroTipoObrigatórioPadrãoDescrição
symbolsstring[]Códigos dos ativos (ex: "AAPL", "BTC-USD", "^GSPC"). Máximo 50.
includeHistorybooleantrueIncluir histórico de preços OHLCV
historyRangestring"1mo"Faixa do histórico: 1d, 5d, 1mo, 3mo, 6mo, 1y, 2y, 5y, max
historyIntervalstring"1d"Granularidade dos dados: 1d, 1wk, 1mo
includeFundamentalsbooleantrueIncluir dados financeiros (receita, margens, alvos de analistas)
proxyConfigurationobjetoConfiguração de proxy (residencial recomendado para grandes volumes)

Exemplo de Entrada

{
"symbols": [
"AAPL",
"MSFT",
"GOOGL",
"AMZN",
"BTC-USD"
],
"includeHistory": true,
"historyRange": "3mo",
"historyInterval": "1d",
"includeFundamentals": true
}

📤 Saída

Cada símbolo produz um resultado abrangente com 70+ campos:

CampoTipoDescrição
symbolstringCódigo do ativo
shortNamestringNome curto
longNamestringNome completo da empresa
quoteTypestringEQUITY, ETF, INDEX, CRYPTOCURRENCY, CURRENCY
exchangestringNome da bolsa
currencystringMoeda de negociação
regularMarketPricenúmeroPreço atual
regularMarketChangenúmeroVariação absoluta
regularMarketChangePercentnúmeroVariação %
regularMarketVolumenúmeroVolume negociado
regularMarketDayHighnúmeroMáxima do dia
regularMarketDayLownúmeroMínima do dia
regularMarketOpennúmeroPreço de abertura
marketStatestringPRE, REGULAR, POST, CLOSED
marketCapnúmeroCapitalização de mercado
trailingPEnúmeroP/L trailing
forwardPEnúmeroP/L forward
priceToBooknúmeroPreço/Valor Patrimonial
enterpriseValuenúmeroValor da empresa
epsTrailingnúmeroLPA trailing (12 meses)
epsForwardnúmeroLPA forward estimado
revenueGrowthnúmeroTaxa de crescimento de receita
earningsGrowthnúmeroTaxa de crescimento de lucro
profitMarginnúmeroMargem líquida
operatingMarginnúmeroMargem operacional
grossMarginnúmeroMargem bruta
returnOnEquitynúmeroRetorno sobre patrimônio
returnOnAssetsnúmeroRetorno sobre ativos
totalRevenuenúmeroReceita total
totalCashnúmeroCaixa total
totalDebtnúmeroDívida total
debtToEquitynúmeroDívida/Patrimônio
freeCashflownúmeroFluxo de caixa livre
dividendYieldnúmeroDividend yield anual trailing
dividendRatenúmeroTaxa de dividendo anual trailing
exDividendDatestringData ex-dividendo (AAAA-MM-DD)
fiftyTwoWeekHighnúmeroMáxima de 52 semanas
fiftyTwoWeekLownúmeroMínima de 52 semanas
fiftyDayAveragenúmeroMédia móvel de 50 dias
twoHundredDayAveragenúmeroMédia móvel de 200 dias
analystTargetMeannúmeroPreço-alvo médio
analystTargetHighnúmeroPreço-alvo mais alto
analystTargetLownúmeroPreço-alvo mais baixo
analystRecommendationstringbuy, hold, sell, strongBuy, etc.
analystCountnúmeroNúmero de analistas
analystBuynúmeroCompra + compra forte
analystHoldnúmeroNeutro
analystSellnúmeroVenda + venda forte
nextEarningsDatestringPróxima data de resultados (AAAA-MM-DD)
sectorstringSetor
industrystringIndústria
fullTimeEmployeesnúmeroNúmero de funcionários
websitestringSite da empresa
countrystringPaís da sede
sharesOutstandingnúmeroAções em circulação
betanúmeroCoeficiente beta
priceHistoryobjeto[]Array OHLCV: {date, open, high, low, close, adjClose, volume}
dividendsobjeto[]Eventos de dividendo: {date, amount}
splitsobjeto[]Eventos de split: {date, ratio}
platformstringSempre "yahoo_finance"
scrapedAtstringTimestamp ISO 8601

Exemplo de Saída

{
"symbol": "AAPL",
"shortName": "Apple Inc.",
"longName": "Apple Inc.",
"quoteType": "EQUITY",
"exchange": "NasdaqGS",
"currency": "USD",
"regularMarketPrice": 237.42,
"regularMarketChange": 3.18,
"regularMarketChangePercent": 1.3587,
"regularMarketVolume": 54230000,
"regularMarketDayHigh": 238.15,
"regularMarketDayLow": 234.02,
"regularMarketOpen": 234.85,
"regularMarketPreviousClose": 234.24,
"marketState": "REGULAR",
"marketCap": 3612000000000,
"trailingPE": 37.4218,
"forwardPE": 32.1547,
"priceToBook": 62.45,
"enterpriseValue": 3680000000000,
"epsTrailing": 6.34,
"epsForward": 7.39,
"revenueGrowth": 0.0487,
"earningsGrowth": 0.1024,
"profitMargin": 0.2637,
"operatingMargin": 0.3142,
"grossMargin": 0.4612,
"returnOnEquity": 1.5718,
"returnOnAssets": 0.2847,
"totalRevenue": 395000000000,
"totalCash": 62484000000,
"totalDebt": 104590000000,
"debtToEquity": 173.77,
"currentRatio": 0.988,
"freeCashflow": 108807000000,
"dividendYield": 0.0044,
"dividendRate": 1.0,
"exDividendDate": "2026-02-10",
"payoutRatio": 0.1578,
"fiftyTwoWeekHigh": 260.10,
"fiftyTwoWeekLow": 169.21,
"fiftyDayAverage": 232.45,
"twoHundredDayAverage": 224.18,
"analystTargetMean": 252.30,
"analystTargetHigh": 300.00,
"analystTargetLow": 200.00,
"analystRecommendation": "buy",
"analystCount": 42,
"analystBuy": 34,
"analystHold": 6,
"analystSell": 2,
"nextEarningsDate": "2026-04-24",
"sector": "Technology",
"industry": "Consumer Electronics",
"fullTimeEmployees": 164000,
"website": "https://www.apple.com",
"country": "United States",
"city": "Cupertino",
"sharesOutstanding": 15204100096,
"floatShares": 15180000000,
"shortRatio": 1.52,
"beta": 1.24,
"priceHistory": [
{
"date": "2026-02-06",
"open": 227.18,
"high": 229.42,
"low": 226.35,
"close": 228.74,
"adjClose": 228.74,
"volume": 48120000
},
{
"date": "2026-02-07",
"open": 229.10,
"high": 231.85,
"low": 228.60,
"close": 231.20,
"adjClose": 231.20,
"volume": 51340000
}
],
"dividends": [
{
"date": "2025-11-08",
"amount": 0.25
},
{
"date": "2026-02-10",
"amount": 0.25
}
],
"splits": [],
"platform": "yahoo_finance",
"scrapedAt": "2026-03-06T12:00:00.000Z"
}

📋 Casos de Uso

  • Pesquisa de Ações — Análise fundamental completa com financeiros, margens e índices
  • Acompanhamento de Carteira — Monitore preços em tempo real e métricas-chave
  • Consenso de Analistas — Agregue ratings compra/neutro/venda e preços-alvo
  • Calendário de Resultados — Acompanhe datas de resultados e dividendos
  • Análise Histórica — Baixe histórico OHLCV para backtesting e gráficos
  • Screening por Setor — Compare empresas dentro de setores por fundamentos
  • Rastreamento de Cripto — Monitore criptomoedas junto com ações tradicionais
  • Monitoramento ETF/Índice — Acompanhe ETFs, fundos e índices principais

❓ Perguntas Frequentes

P: Quais tipos de ativos este actor suporta? R: Ações (AAPL, MSFT), ETFs (SPY, QQQ), índices (^GSPC, ^DJI), cripto (BTC-USD, ETH-USD) e forex (EURUSD=X). Use o formato de ticker adequado do Yahoo Finance.

P: Preciso de uma chave de API do Yahoo Finance? R: Não. O actor autentica automaticamente através do mecanismo de sessão do Yahoo Finance (cookie + crumb). Nenhuma chave de API ou conta premium é necessária.

P: Até onde vai o histórico de preços? R: Até o histórico completo do ticker usando historyRange: "max". As opções de granularidade são diária (1d), semanal (1wk) ou mensal (1mo).

P: Por que alguns campos retornam 0 para meu símbolo? R: Alguns campos se aplicam apenas a certos tipos de ativos. Por exemplo, símbolos de cripto não terão sector, industry ou fullTimeEmployees. ETFs e índices não têm dados de lucro. O actor retorna 0 para campos numéricos não aplicáveis.

P: Quantos símbolos posso processar em uma execução? R: Até 50 símbolos por execução. As cotações são buscadas em lotes de 10, e cada símbolo recebe requisições individuais de fundamentos e gráfico com rate limiting.

💰 Preços

Este actor usa precificação Pay Per Event (PPE):

MétricaCusto
Por símbolo extraído$0.08

Por exemplo, processar 10 símbolos custa $0.80.

🔗 Actors Relacionados

📝 Changelog

v1.0 (Atual)

  • ✅ Cotações em tempo real via Yahoo Finance v7 API
  • ✅ Fundamentos financeiros via v10 quoteSummary
  • ✅ Histórico de preços OHLCV via v8 chart API
  • ✅ Recomendações de analistas com detalhamento compra/neutro/venda
  • ✅ Histórico de dividendos e eventos de desdobramento
  • ✅ Perfil da empresa (setor, indústria, funcionários)
  • ✅ Suporte multi-ativos (ações, ETFs, índices, cripto, forex)
  • ✅ Autenticação de sessão (cookie + crumb)
  • ✅ Guardrails anti-placeholder para integridade de dados
  • ✅ Integração com cobrança PPE