# Get NSE stock quotes like Reliance by API

**Use case:** 

Fetch live NSE quotes from Google Finance by API. Get price, currency, and key stats for Reliance or any Indian ticker as clean JSON.

## Input

```json
{
  "queries": [
    "GOOGL:NASDAQ",
    "AAPL:NASDAQ",
    "BTC-USD"
  ],
  "q": "RELIANCE:NSE",
  "hl": "en",
  "window": "1D",
  "max_queries": 0
}
```

## Output

```json
{
  "search_parameters": {
    "label": "Search Parameters"
  },
  "search_metadata": {
    "label": "Metadata"
  },
  "search_timestamp": {
    "label": "Fetched At"
  },
  "summary": {
    "label": "Quote"
  },
  "graph": {
    "label": "Price History"
  },
  "markets": {
    "label": "Markets"
  },
  "knowledge_graph": {
    "label": "Company Info"
  },
  "news_results": {
    "label": "News"
  },
  "financials": {
    "label": "Financials"
  },
  "discover_more": {
    "label": "Related"
  },
  "error": {
    "label": "Error"
  },
  "error_message": {
    "label": "Error message"
  },
  "error_type": {
    "label": "Error type"
  },
  "timestamp": {
    "label": "Timestamp"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Finance API](https://apify.com/johnvc/google-finance-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/google-finance-api) to learn more, explore other use cases, and run it yourself.