# Get the Latest News for a Stock Ticker

**Use case:** 

Recent Yahoo Finance news headlines and links for a given stock symbol.

## Input

```json
{
  "tickers": [
    "NVDA"
  ],
  "dataBlocks": [
    "news"
  ],
  "range": "1mo",
  "interval": "1d",
  "fundamentalsGranularity": "annual",
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "news": {
    "label": "News",
    "format": "array"
  },
  "ticker": {
    "label": "Ticker",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  },
  "title": {
    "label": "Headline",
    "format": "text"
  },
  "publisher": {
    "label": "Publisher",
    "format": "text"
  },
  "published_at": {
    "label": "Published",
    "format": "date"
  },
  "url": {
    "label": "Link",
    "format": "link"
  },
  "news_type": {
    "label": "Type",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Yahoo Finance Scraper — Quotes, History, Fundamentals & News](https://apify.com/leorochasantos/yahoo-finance-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/leorochasantos/yahoo-finance-scraper) to learn more, explore other use cases, and run it yourself.