---
title: "Get Deal Stock Info"
method: GET
path: "/v2/datasets/odyssey/deals/{id}/stock-info"
tags: ["odyssey"]
---

# Get Deal Stock Info

`GET /v2/datasets/odyssey/deals/{id}/stock-info`

Get current stock information for a deal's company. Public companies only.

## Path parameters

- `id` string, required

## Response `200`

Successful Response

- OdysseyDealsStockInfoResponse
  - `deal_id` string
  - `company_name` string
  - `search_results` OdysseyDealsStockInfoResponseSearchResultsItems[]
    - `title` string
    - `url` string
    - `snippet` string
  - `data_sources` string[]

---

[API](https://skmtc.dev/runcaptain/apis/api-reference.md) · [All operations](https://skmtc.dev/runcaptain/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/runcaptain/api-reference/revisions/fe4649e3f4aa/schema)
