# Apple Microsoft and Bitcoin Prices - Yahoo Finance

**Use case:** 

Track Apple, Microsoft, and Bitcoin market data from Yahoo Finance with quotes, prices, changes, volume, exchange, currency, market time, and historical bar cou

## Input

```json
{
  "symbols": [
    "AAPL",
    "MSFT",
    "BTC-USD"
  ],
  "searchQueries": [],
  "includeHistorical": true,
  "historicalRange": "1mo",
  "historicalInterval": "1d",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "symbol": {
    "label": "Symbol",
    "format": "text"
  },
  "name": {
    "label": "Name",
    "format": "text"
  },
  "instrumentType": {
    "label": "Type",
    "format": "text"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "previousClose": {
    "label": "Prev Close",
    "format": "number"
  },
  "change": {
    "label": "Change",
    "format": "number"
  },
  "changePercent": {
    "label": "Change %",
    "format": "number"
  },
  "dayHigh": {
    "label": "Day High",
    "format": "number"
  },
  "dayLow": {
    "label": "Day Low",
    "format": "number"
  },
  "fiftyTwoWeekHigh": {
    "label": "52W High",
    "format": "number"
  },
  "fiftyTwoWeekLow": {
    "label": "52W Low",
    "format": "number"
  },
  "volume": {
    "label": "Volume",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "text"
  },
  "exchange": {
    "label": "Exchange",
    "format": "text"
  },
  "marketTime": {
    "label": "Market Time",
    "format": "text"
  },
  "historicalCount": {
    "label": "History Bars",
    "format": "number"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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