<!-- Do not edit this file. It is automatically generated by API Documenter. --> [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. <b>Signature:</b> ```typescript getBidPrice(sym: string): number; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | sym | string | Stock symbol. | <b>Returns:</b> number The bid price of a stock. ## Remarks RAM cost: 2 GB