Investing.com Stock Scraper — Quotes, Historical & Financials avatar

Investing.com Stock Scraper — Quotes, Historical & Financials

Pricing

from $7.50 / 1,000 results

Go to Apify Store
Investing.com Stock Scraper — Quotes, Historical & Financials

Investing.com Stock Scraper — Quotes, Historical & Financials

Scrapes Investing.com for any listed stock worldwide: live quote, fundamentals, 48 financial ratios, dividends, earnings history, profile, historical OHLCV (daily/weekly/monthly) and full financial statements (income, balance sheet, cash flow). One bundled record per ticker. No browser, no login.

Pricing

from $7.50 / 1,000 results

Rating

0.0

(0)

Developer

kibalee

kibalee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Investing.com Stock Scraper

Scrapes Investing.com for any listed stock worldwide: quote, fundamentals, ratios, dividends, earnings, profile — plus historical OHLCV and full financial statements on request. No browser, no login.

What you get

One bundled record per instrument:

{
"instrumentId": "6408",
"symbol": "AAPL",
"name": "Apple Inc",
"url": "https://www.investing.com/equities/apple-computer-inc",
"exchange": "NASDAQ",
"market": "United States",
"isin": "US0378331005",
"currency": "USD",
"quote": {
"last": 333.08, "change": 0.81, "changePct": 0.24,
"open": 334.79, "high": 335.5, "low": 331.34, "previousClose": 333.08,
"volume": 39269147, "averageVolume": 53694600,
"fiftyTwoWeekHigh": 344.57, "fiftyTwoWeekLow": 236.32,
"premarket": {"price": 331.14, "change": -1.94, "changePct": -0.58},
"afterHours": {"price": 330.29, "change": -2.79, "changePct": -0.84},
"lastUpdate": "2026-09-14T20:39:59Z"
},
"fundamentals": {
"marketCap": 4860000000000, "revenue": 466820000000, "eps": 8.7171,
"peRatio": 38.47, "dividend": 1.08, "dividendYieldPct": 0.33,
"sharesOutstanding": 14594180000, "beta": 1.09
},
"technicalSummary": {"P1D": "strong_buy", "P1W": "strong_buy", "P1M": "strong_buy"},
"profile": {"sector": "Technology", "industry": "...", "employees": 166000, "...": "..."},
"dividends": {"summary": {"annualized_payout": 1.08, "...": "..."}, "history": []},
"ratios": [{"key": "asset_turnover_ttm", "name": "Asset Turnover TTM", "value": 1.306235, "industryValue": 1.229714}],
"earnings": {"nextReportDate": "2026-10-29", "latestRelease": {}, "upcoming": [], "history": []}
}

Add historical and financials to the same record with the options below.

  • quote — last price, change, open/high/low, previous close, volume, average volume, 52-week range, pre-market and after-hours, last update time.
  • fundamentals — market cap, revenue, EPS, P/E, dividend per share, dividend yield, shares outstanding, one-year return, beta.
  • ratios — 48 profitability/valuation/leverage indicators, each with the industry average for comparison.
  • dividends — summary (annualized payout, yield, payout ratio, 5-year growth) plus the 20 most recent payments.
  • earnings — next report date, latest release (EPS actual/forecast/surprise, revenue, post-earnings price move), upcoming estimates and past reports.
  • profile — sector, industry, employee count, business description, executives, contact details.
  • historical (optional) — OHLCV rows with adjusted raw prices and volume.
  • financials (optional) — income statement, balance sheet and cash flow, 10 annual + 10 quarterly periods each, every line item keyed and named.

Input

FieldDescription
symbolsTickers or company names. US and international: AAPL, MSFT, BBCA (Jakarta), 7203 (Tokyo). Prefix an exchange to pick a cross-listing: Xetra:AAPL.
instrumentUrlsDirect Investing.com path or URL instead of a lookup, e.g. /equities/apple-computer-inc.
exchangePreferred exchange when a ticker trades in several markets.
includeHistoricalAdd the OHLCV array (default false).
startDate / endDateHistory range, YYYY-MM-DD. Default: last 365 days.
timeFrameDaily (default), Weekly or Monthly.
includeFinancialsAdd the three financial statements (default false).

Running with no input returns the latest quote bundle for AAPL.

What it does not do

  • It does not scrape news articles. The news list on a quote page is site-wide market news, not instrument-specific, so it is left out.
  • Dividend history is limited to the 20 most recent payments (the summary carries the aggregates).
  • It is a snapshot at run time. Prices move; re-run to refresh.
  • Financial statement amounts are in the instrument's reporting currency, identified by currencyId on each report and by currency at the record level.

Notes

  • Ticker lookup uses Investing.com's own search relevance; an exact ticker match on a stock listing wins over ETFs, depositary receipts and cross-listings. Add exchange to override.
  • One instrument costs 2 requests (lookup + quote), plus 1 for history and 3 for the financial statements.