Skip to main content
Yahoo Finance data via Apify. Fetch comprehensive stock info, news, analytics, and historical prices for any ticker. Runs asynchronously: start a run, poll it, then fetch the rows from the Apify dataset endpoint by run id. 1 endpoint available through Lava’s AI Gateway. See the Yahoo Finance API docs for full documentation.
Supports both managed (Lava’s API keys) and unmanaged (bring your own credentials) mode.

Endpoints

Start a Yahoo Finance scrape (async). Pass tickers (array of symbol strings). Optional start_date / end_date (snake_case, YYYY-MM-DD) bound the historical-price range. Returns a run object; the gateway polls it and bills the real run cost. Fetch rows from GET /v2/actor-runs/{runId}/dataset/items.

POST https://api.apify.com/v2/acts/architjn~yahoo-finance/runs — $0.009 / request
const data = await lava.gateway('https://api.apify.com/v2/acts/architjn~yahoo-finance/runs', { body: {"tickers":["AAPL","GOOG"]} });

Next Steps

All Providers

Browse all supported AI providers

Forward Proxy

Learn how to construct proxy URLs and authenticate requests