# Oversold Stocks Screener (RSI Below 30)

**Use case:** 

Find oversold stocks (RSI < 30) with price, RSI, fundamentals and technicals from FinViz. No login. Export JSON, CSV, Excel.

## Input

```json
{
  "screeners": [
    "ta_oversold"
  ],
  "maxResults": 100,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "screener": {
    "label": "Screener",
    "format": "string"
  },
  "ticker": {
    "label": "Ticker",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "sector": {
    "label": "Sector",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "changePercent": {
    "label": "Change %",
    "format": "number"
  },
  "marketCap": {
    "label": "Market Cap",
    "format": "string"
  },
  "pe": {
    "label": "P/E",
    "format": "number"
  },
  "forwardPe": {
    "label": "Forward P/E",
    "format": "number"
  },
  "ps": {
    "label": "P/S",
    "format": "number"
  },
  "roe": {
    "label": "ROE",
    "format": "string"
  },
  "profitMargin": {
    "label": "Profit Margin",
    "format": "string"
  },
  "beta": {
    "label": "Beta",
    "format": "number"
  },
  "rsi": {
    "label": "RSI",
    "format": "number"
  },
  "perfYear": {
    "label": "Perf Year",
    "format": "string"
  },
  "instOwn": {
    "label": "Inst Own",
    "format": "string"
  },
  "shortFloat": {
    "label": "Short Float",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [FinViz Stock Screener](https://apify.com/sheshinmcfly/finviz-stock-screener) with a specific input configuration. Visit the [Actor detail page](https://apify.com/sheshinmcfly/finviz-stock-screener) to learn more, explore other use cases, and run it yourself.