# Nasdaq Search ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/nasdaq/search` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/nasdaq-search | ## Description Get detailed real-time stock data for Tesla Inc. from Nasdaq to enhance financial analysis and investment decisions. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.piloterr.com/register ## Example Request ```bash curl --location --request GET 'https://api.piloterr.com/v2/nasdaq/search' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "ceo": "Elon Musk", "price": { "change": 12.34, "currency": "USD", "lastSalePrice": 1234.56, "percentChange": 1.01 }, "sector": "Consumer Discretionary", "symbol": "TSLA", "volume": 7890123, "company": "Tesla Inc.", "peRatio": 25.67, "website": "https://www.tesla.com", "dayRange": { "low": 1200, "high": 1250 }, "exchange": "NasdaqGS", "industry": "Automobiles", "marketCap": 1234567890, "yearRange": { "low": 800, "high": 1400 }, "description": "Tesla, Inc. designs, develops, manufactures, leases, and sells electric vehicles, and energy generation and storage systems.The company operates through two segments, Automotive and Energy Generation and Storage.It offers sedan and sport utility vehicle under the Model 3, Model Y, Model S, and Model X names.", "earningsDate": "2023-10-20", "dividendYield": 0, "exDividendDate": null, "numberEmployees": 70000 } ``` ## Documentation ## Overview Get detailed real-time stock data for Tesla Inc. from Nasdaq to enhance financial analysis and investment decisions. ## Quickstart ``` GET https://api.piloterr.com/v2/nasdaq/search?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Nasdaq Search data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Nasdaq without maintaining scrapers - Power internal dashboards and workflow automations with live Nasdaq data