<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) > [bitburner](./bitburner.md) > [TIX](./bitburner.tix.md) > [getAskPrice](./bitburner.tix.getaskprice.md) ## TIX.getAskPrice() method Returns the ask price of that stock. <b>Signature:</b> ```typescript getAskPrice(sym: string): number; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | sym | string | Stock symbol. | <b>Returns:</b> number The ask price of a stock. ## Remarks RAM cost: 2 GB