bitburner-src/doc/source/netscript/tixapi/getPrice.rst

19 lines
542 B
ReStructuredText
Raw Normal View History

2021-10-27 21:16:16 +02:00
getPrice() Netscript Function
==================================
2021-10-27 21:16:16 +02:00
.. js:function:: getPrice(sym)
:RAM cost: 2 GB
2021-03-12 08:51:56 +01:00
:param string sym: Stock symbol
Given a stock's symbol, returns the 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).
.. note:: The stock's price is the average of its bid and ask price.
See :ref:`gameplay_stock_market_spread` for details on what this means.
Example::
2021-10-27 21:16:16 +02:00
getPrice("FSIG");