Skip to main content
POST
/
searchStocks
searchStocks
curl --request POST \
  --url https://alphainsider.com/api/searchStocks \
  --header 'Content-Type: application/json' \
  --data '
{
  "search": "<string>",
  "type": "stock",
  "limit": 123
}
'
{
  "success": true,
  "response": [
    {
      "stock_id": "9ot8fZX7romhU2Q8kV97r",
      "figi_composite": "BBG000N9MNX3",
      "symbol": "TSLA",
      "name": "Tesla, Inc. Common Stock",
      "sector": "Manufacturing",
      "security": "stock",
      "exchange": "NASDAQ",
      "stock": "TSLA",
      "peg": "USD",
      "provider": "polygon",
      "slippage": "0.000000000000000",
      "fee": "0.000000000000000",
      "links": {
        "finviz": "https://www.finviz.com/quote.ashx?t=TSLA",
        "trading_view": "https://www.tradingview.com/symbols/NASDAQ-TSLA/",
        "yahoo_finance": "https://finance.yahoo.com/quote/TSLA",
        "google_finance": "https://www.google.com/finance/quote/TSLA:NASDAQ"
      },
      "stock_status": "active",
      "bid": "217.88",
      "ask": "217.96",
      "last": "217.96"
    }
  ]
}

Body

application/json

Term to search for.

type
enum<string>
Available options:
stock,
cryptocurrency
limit
number

Number of results to return.

Response

Request was successful.