# Stock Tiingo Public Data | Tickers & Metadata

**Use case:** 

Extract Tiingo Public Data | Tickers & Metadata data filtered by Stock. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "exchange": "NYSE",
  "assetType": "Stock"
}
```

## Output

```json
{
  "ticker": {
    "label": "🔤 Ticker",
    "format": "text"
  },
  "exchange": {
    "label": "🏛️ Exchange",
    "format": "text"
  },
  "assetType": {
    "label": "📊 Asset Type",
    "format": "text"
  },
  "priceCurrency": {
    "label": "💱 Currency",
    "format": "text"
  },
  "startDate": {
    "label": "📅 Start",
    "format": "text"
  },
  "endDate": {
    "label": "📅 End",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "text"
  },
  "source": {
    "label": "📡 Source",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Collected",
    "format": "text"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Tiingo Public Data Scraper | Tickers & Metadata](https://apify.com/parseforge/tiingo-public-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/tiingo-public-scraper) to learn more, explore other use cases, and run it yourself.