[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.
**Returns:** number The bid price of a stock. ## Remarks RAM cost: 2 GB