[Home](./index.md) > [bitburner](./bitburner.md) > [TIX](./bitburner.tix.md) > [getAskPrice](./bitburner.tix.getaskprice.md) ## TIX.getAskPrice() method Given a stock’s symbol (NOT the company name), returns the ask price of that stock. The symbol is a sequence of two to four capital letters. Signature: ```typescript getAskPrice(sym: StockSymbol): number; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | sym | [StockSymbol](./bitburner.stocksymbol.md) | Stock symbol. | Returns: number The ask price of a stock. ## Remarks 2 GB