[Home](./index.md) > [bitburner](./bitburner.md) > [Stock](./bitburner.stock.md) > [getBidPrice](./bitburner.stock.getbidprice.md) ## Stock.getBidPrice() method Returns the bid price of that stock. **Signature:** ```typescript getBidPrice(sym: string): number; ``` ## Parameters
| Parameter | Type | Description |
|---|---|---|
| sym | string | Stock symbol. |