bitburner-src/doc/source/netscript/tixapi/getStockBidPrice.rst
2021-03-12 02:51:56 -05:00

14 lines
446 B
ReStructuredText

getStockBidPrice() Netscript Function
=====================================
.. js:function:: getStockBidPrice(sym)
:RAM cost: 2 GB
:param string sym: Stock symbol
Given a stock's symbol, returns the bid price of that stock (the symbol is a sequence
of two to four capital letters, **not** the name of the company to which that stock belongs).
See :ref:`gameplay_stock_market_spread` for details on what the bid price is.