Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 615 Bytes

strategy_methods.data.rst

File metadata and controls

20 lines (16 loc) · 615 Bytes

Data

Data methods are made to get data for you to use in your strategies. You can use them to get historical pricing data (eg. get_symbol_bars()) and more. You can see a list of them below:

.. currentmodule:: lumibot.strategies.strategy.Strategy

.. autosummary::
    :toctree: strategy_methods.data
    :template: strategy_methods_template.rst

    get_last_price
    get_last_prices
    get_historical_prices
    get_historical_prices_for_assets
    start_realtime_bars
    get_realtime_bars
    cancel_realtime_bars
    get_yesterday_dividend
    get_yesterday_dividends