mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-26 11:10:58 +02:00
679 B
679 B
Home > bitburner > TIX > getAskPrice
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:
getAskPrice(sym: StockSymbol): number;
Parameters
| Parameter | Type | Description |
|---|---|---|
| sym | StockSymbol | Stock symbol. |
Returns:
number
The ask price of a stock.
Remarks
2 GB