gs_quant.markets.baskets.Basket.get_close_prices

Basket.get_close_prices(start=datetime.date(1952, 1, 1), end=datetime.date(2023, 8, 14))

Get close price series

Return type:

Series

Returns:

timeseries of close prices

Usage

Get close prices for an asset

Examples

Get close price series:

>>> from gs_quant.markets.securities import SecurityMaster
>>>
>>> gs = SecurityMaster.get_asset("GS", AssetIdentifier.TICKER)
>>> gs.get_close_prices()

See also

DataMeasure get_data_series()