# Reliance Stock Fundamentals - India

**Use case:** 

Scrape Reliance stock fundamentals with price, day change, market cap, P/E, P/B, ROE, ROCE, promoter holding, sector, and scraped timestamp.

## Input

```json
{
  "symbols": [
    "RELIANCE"
  ],
  "source": "both",
  "consolidated": true,
  "includeFinancials": false,
  "includeShareholding": false,
  "maxResults": 1,
  "maxConcurrency": 1,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "symbol": {
    "label": "Symbol",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "currentPrice": {
    "label": "Price (INR)",
    "format": "number"
  },
  "dayChangePercent": {
    "label": "Day change %",
    "format": "number"
  },
  "marketCapCrore": {
    "label": "Market cap (Cr)",
    "format": "number"
  },
  "peRatio": {
    "label": "P/E",
    "format": "number"
  },
  "pbRatio": {
    "label": "P/B",
    "format": "number"
  },
  "roePercent": {
    "label": "ROE %",
    "format": "number"
  },
  "rocePercent": {
    "label": "ROCE %",
    "format": "number"
  },
  "promoterHoldingPercent": {
    "label": "Promoter %",
    "format": "number"
  },
  "sector": {
    "label": "Sector",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [India Stock Fundamentals: Screener + Moneycontrol](https://apify.com/fascinating_lentil/india-stock-fundamentals-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fascinating_lentil/india-stock-fundamentals-scraper) to learn more, explore other use cases, and run it yourself.