# Changelog of Google Finance Stock Quotes Scraper (`automation-lab/google-finance-market-data-scraper`) Actor

- **URL**: https://apify.com/automation-lab/google-finance-market-data-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/automation-lab/google-finance-market-data-scraper.md

## Changelog

### 0.1.2 — 2026-09-11

#### Reliability

- Restored quote extraction after Google Finance nested its detailed quote payload more deeply in the page's embedded data.
- Made quote discovery resilient to future wrapper-level changes while still validating the requested ticker, exchange, and numeric price.

### 0.1.1

- Reduced the default memory allocation to 256 MB for more cost-efficient HTTP runs.
- Processed quote pages sequentially to keep chart-enabled portfolio runs reliable within that allocation.

### 0.1.0

- Added ticker/exchange and Google Finance quote URL inputs with duplicate removal.
- Added typed current quote, market context, source URL, and extraction timestamp fields.
- Added optional one-month daily OHLCV chart points with a configurable 31-point limit.
- Added bounded retries, input validation, partial-success handling, and optional Apify Proxy routing.
