[Home](./index.md) > [bitburner](./bitburner.md) > [Stock](./bitburner.stock.md) > [getAskPrice](./bitburner.stock.getaskprice.md) ## Stock.getAskPrice() method Returns the ask price of that stock. **Signature:** ```typescript getAskPrice(sym: string): number; ``` ## Parameters
Parameter Type Description
sym string Stock symbol.
**Returns:** number The ask price of a stock. ## Remarks RAM cost: 2 GB