{
  "data": {
    "id": "Mu50xzbgsvq7gvvLl",
    "userId": "HIMU0xktu1JeZb4Xl",
    "name": "yahoo-finance-stock-data-scraper",
    "username": "fetch_cat",
    "description": "Extract public Yahoo Finance quote metadata and historical OHLCV rows for stocks, ETFs, indices, crypto, forex, and funds for spreadsheets, dashboards, and APIs.",
    "isPublic": true,
    "createdAt": "2026-06-18T00:14:07.781Z",
    "modifiedAt": "2026-07-16T04:27:50.490Z",
    "taggedBuilds": {
      "latest": {
        "buildId": "e9bo0DhJBQa2VEHsB",
        "finishedAt": "2026-07-16T04:27:50.490Z",
        "buildNumberInt": 100010,
        "buildNumber": "0.1.10"
      }
    },
    "stats": {
      "totalBuilds": 10,
      "totalRuns": 182,
      "totalUsers": 5,
      "totalUsers7Days": 0,
      "totalUsers30Days": 2,
      "totalUsers90Days": 2,
      "lastRunStartedAt": "2026-08-26T13:56:29.876Z",
      "actorReviewCount": 0,
      "actorReviewRating": 0,
      "bookmarkCount": 0,
      "publicActorRunStats30Days": {
        "ABORTED": 0,
        "FAILED": 0,
        "SUCCEEDED": 38,
        "TIMED-OUT": 0,
        "TOTAL": 38
      }
    },
    "versions": [
      {
        "versionNumber": "0.1",
        "sourceType": "SOURCE_FILES",
        "buildTag": "latest"
      }
    ],
    "defaultRunOptions": {
      "build": "latest",
      "timeoutSecs": 300,
      "memoryMbytes": 256
    },
    "exampleRunInput": {
      "body": "{\n  \"symbols\": [\n    \"AAPL\",\n    \"MSFT\",\n    \"SPY\"\n  ],\n  \"range\": \"1mo\",\n  \"interval\": \"1d\",\n  \"includeRawTimestamps\": true,\n  \"maxConcurrency\": 3\n}",
      "contentType": "application/json; charset=utf-8"
    },
    "categories": [
      "BUSINESS",
      "NEWS",
      "DEVELOPER_TOOLS"
    ],
    "isDeprecated": false,
    "title": "Yahoo Finance Stock Data Scraper: OHLCV & Quotes",
    "pictureUrl": "https://apify-image-uploads-prod.s3.us-east-1.amazonaws.com/HIMU0xktu1JeZb4Xl-actor-Mu50xzbgsvq7gvvLl-4p3YZzJAua-yahoo-finance-stock-data-scraper-actor-icon.png",
    "seoTitle": "Yahoo Finance Stock & OHLCV Data Scraper",
    "seoDescription": "Export Yahoo Finance OHLCV price rows and quote metadata for stocks, ETFs, indexes, forex, and crypto. Build dashboards, backtests, CSV, JSON, API.",
    "pricingInfos": [
      {
        "pricingModel": "PAY_PER_EVENT",
        "createdAt": "2026-06-18T00:16:41.317Z",
        "startedAt": "2026-06-18T00:16:40.000Z",
        "apifyMarginPercentage": 0.2,
        "pricingPerEvent": {
          "actorChargeEvents": {
            "start": {
              "eventTitle": "Start",
              "eventDescription": "One-time fee per run.",
              "eventPriceUsd": 0.005,
              "isOneTimeEvent": true
            },
            "result": {
              "eventTitle": "Chart row",
              "eventDescription": "One Yahoo Finance chart row saved to the dataset.",
              "isPrimaryEvent": true,
              "eventTieredPricingUsd": {
                "FREE": {
                  "tieredEventPriceUsd": 0.000575
                },
                "BRONZE": {
                  "tieredEventPriceUsd": 0.0005
                },
                "SILVER": {
                  "tieredEventPriceUsd": 0.00039
                },
                "GOLD": {
                  "tieredEventPriceUsd": 0.0003
                },
                "PLATINUM": {
                  "tieredEventPriceUsd": 0.0002
                },
                "DIAMOND": {
                  "tieredEventPriceUsd": 0.00014
                }
              }
            }
          }
        }
      },
      {
        "pricingModel": "PAY_PER_EVENT",
        "startedAt": "2026-06-18T00:21:07.000Z",
        "pricingPerEvent": {
          "actorChargeEvents": {
            "start": {
              "eventTitle": "Start",
              "eventDescription": "One-time fee per run.",
              "eventPriceUsd": 0.005,
              "isOneTimeEvent": true
            },
            "result": {
              "eventTitle": "Chart row",
              "eventDescription": "One Yahoo Finance chart row saved to the dataset.",
              "isPrimaryEvent": true,
              "eventTieredPricingUsd": {
                "FREE": {
                  "tieredEventPriceUsd": 0.000115
                },
                "BRONZE": {
                  "tieredEventPriceUsd": 0.0001
                },
                "SILVER": {
                  "tieredEventPriceUsd": 0.000078
                },
                "GOLD": {
                  "tieredEventPriceUsd": 0.00006
                },
                "PLATINUM": {
                  "tieredEventPriceUsd": 0.00004
                },
                "DIAMOND": {
                  "tieredEventPriceUsd": 0.000028
                }
              }
            }
          }
        },
        "createdAt": "2026-06-18T00:21:07.859Z",
        "apifyMarginPercentage": 0.2
      }
    ],
    "notice": "NONE",
    "isCritical": false,
    "isGeneric": false,
    "hasNoDataset": false,
    "isSourceCodeHidden": true,
    "standbyUrl": null,
    "actorPermissionLevel": "LIMITED_PERMISSIONS",
    "readmeSummary": "## Yahoo Finance Stock Data Scraper\n\nA scraper that exports public Yahoo Finance quote metadata and timestamped historical OHLCV price rows for stocks, ETFs, indices, crypto, forex, and funds; it fetches Yahoo Finance chart data by range and interval to produce repeatable time-series exports (CSV/JSON/Excel/API-compatible) for spreadsheets, dashboards, backtests, research notebooks, and AI-agent workflows. Technical capabilities include retrieving quote-level market context (exchange, currency, market prices, timezone), building chart datasets across daily/weekly/monthly and available intraday intervals, including adjusted prices, volume, dividends and split information, handling mixed asset-class lists in one run, performing concurrent symbol requests with bounded retries, and resuming incomplete symbol runs; outputs are structured, timestamped price rows plus quote metadata and source references for downstream analysis.\n\n## Use cases\n\n- Exporting repeatable stock and market-data exports for spreadsheets and data files (CSV, JSON, Excel)\n- Building OHLCV datasets for backtesting trading strategies\n- Investment research and watchlist price-history comparisons\n- Feeding dashboards and BI tools with fresh market rows\n- Market monitoring via scheduled symbol runs to track latest prices\n- AI-agent workflows that need recent prices or chart data for summarization",
    "deploymentKey": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDON3e5u3nUn+ifyUQxKHMElTZ21NZeDtIBSj7lm+8rb+tUdnsYl/7b59HCIVgzeuT4tJ/J34iCFcT6HW18BJwVU1MJqVy01xCoSvXgStVYJghuzW89kM1J+7FjXXMw/8kx6R5naCW5aSdSE7ZnDGSFJHo0SBY4yFQtnH9wwLUDAu6ILv2uQi+rW7TUxnyiyuFzhXljSRjqo3Ap8bl10VSKO+k9HSzZdbS8KDKG10ZrkLwNES2H7oMRV4Tdm7D7xgrN9PDhMdo3NowoLIQVD0TbHmGCndandUnaKmFWYeiDvB4nzBJwfQeSXAR0HmxENPPjAfoQBirJQ8HVcQkgo3tH \n"
  }
}