[Home](./index.md) > [bitburner](./bitburner.md) > [TIX](./bitburner.tix.md) > [getBidPrice](./bitburner.tix.getbidprice.md) ## TIX.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