Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/quantopian/zipline
/ functions
Functions
4,252 in github.com/quantopian/zipline
⨍
Functions
4,252
◇
Types & classes
1,004
↳
Endpoints
31
Method
fuzzy_symbol_ownership_map
(self)
zipline/assets/assets.py:382
Method
fuzzy_symbol_ownership_maps_by_country_code
(self)
zipline/assets/assets.py:386
Method
g
(context, data)
tests/test_algorithm.py:566
Method
g
(self)
tests/utils/test_final.py:24
Method
g
(self)
tests/utils/test_final.py:45
Method
g
(self)
tests/utils/test_final.py:172
Method
g
()
tests/utils/test_argcheck.py:77
Method
gen_boolops
Generate all possible interleavings of & and | between all possible orderings of x, y, and z.
tests/pipeline/test_numerical_expression.py:560
Function
gen_calendars
Generate calendars to use as inputs.
zipline/testing/core.py:1056
Method
gen_ranking_cases
()
tests/pipeline/test_factor.py:630
Method
gen_tables
(self, assets)
tests/utils/daily_bar_writer.py:27
Function
generate_daily_test_data
(first_day, last_day, starting_open,
tests/history/generate_csvs.py:24
Function
generate_minute_test_data
Utility method to generate fake minute-level CSV data. :param first_day: first trading day :param last_day: last trading day :param s
tests/history/generate_csvs.py:90
Method
get
Return the result of calling the function or reraise any exceptions that were raised.
zipline/utils/pool.py:27
Method
get_adjustments
Calculates both split adjustments and overwrites for all sids.
zipline/pipeline/loaders/earnings_estimates.py:967
Method
get_adjustments_for_sid
Collects both overwrites and adjustments for a particular sid. Parameters ---------- split_adjusted_asof_idx : int
zipline/pipeline/loaders/earnings_estimates.py:907
Function
get_cmdclass
()
versioneer.py:1408
Method
get_contract_center
Parameters ---------- root_symbol : str The root symbol for the contract chain. dt : Timestamp
zipline/assets/roll_finder.py:242
Method
get_current
Get a Panel that is the current data in view. It is not safe to persist these objects because internal data might change
zipline/utils/data.py:165
Method
get_current_future_chain
Retrieves the future chain for the contract at the given `dt` according the `continuous_future` specification. Returns
zipline/data/data_portal.py:1391
Method
get_expected_estimate
(self, q1_knowledge, q2_knowledge,
tests/pipeline/test_quarters_estimates.py:626
Method
get_expected_estimate
(self, q1_knowledge, q2_knowledge,
tests/pipeline/test_quarters_estimates.py:666
Method
get_expected_output
(expected_views, values, asset_info)
tests/pipeline/test_blaze.py:2061
Method
get_fetcher_assets
Returns a list of assets for the current date, as defined by the fetcher data. Returns ------- list: a list
zipline/data/data_portal.py:1244
Method
get_fourth_asset_view
(expected_views, window_length)
tests/pipeline/test_blaze.py:1971
Method
get_history_window
(self, assets, end_dt, bar_count, frequency, field, data_frequency, ffill=True)
zipline/testing/core.py:722
Method
get_last_traded_dt
(self, asset, dt)
zipline/data/resample.py:596
Method
get_last_traded_dt
(self, asset, dt)
zipline/data/dispatch_bar_reader.py:99
Method
get_last_traded_dt
(self, asset, day)
zipline/data/bcolz_daily_bars.py:620
Method
get_last_traded_dt
(self, asset, dt)
zipline/data/minute_bars.py:1152
Method
get_last_traded_dt
Get the latest minute on or before ``dt`` in which ``asset`` traded. If there are no trades on or before ``dt``, returns ``pd.NaT``.
zipline/data/continuous_future_reader.py:158
Method
get_last_traded_dt
Parameters ---------- asset : zipline.asset.Asset The asset identifier. dt : datetime64-like
zipline/data/in_memory_daily_bars.py:114
Method
get_last_traded_dt
Get the latest day on or before ``dt`` in which ``asset`` traded. If there are no trades on or before ``dt``, returns ``pd.NaT``.
zipline/data/hdf5_daily_bars.py:1046
Method
get_limit_price
Get the limit price for this order. Returns either None or a numerical value >= 0.
zipline/finance/execution.py:32
Method
get_loader
(column)
zipline/testing/fixtures.py:1731
Method
get_loader
(c)
tests/pipeline/base.py:97
Method
get_loader
(cls, column)
tests/pipeline/test_international_markets.py:164
Method
get_loader
(c)
tests/pipeline/test_engine.py:1115
Function
get_open_and_close
(day, early_closes)
zipline/utils/tradingcalendar.py:393
Method
get_order
Lookup an order based on the order id returned from one of the order functions. Parameters ---------- order_id : str
zipline/algorithm.py:1947
Method
get_pipeline_loader
(self)
tests/pipeline/test_pipeline_algo.py:754
Method
get_rates
Get rates to convert ``bases`` into ``quote``. See :class:`zipline.data.fx.base.FXRateReader` for details.
zipline/data/fx/in_memory.py:29
Method
get_rates
Get rates to convert ``bases`` into ``quote``. See :class:`zipline.data.fx.base.FXRateReader` for details.
zipline/data/fx/hdf5.py:184
Method
get_rates
(self, rate, quote, bases, dts)
zipline/data/fx/exploding.py:12
Method
get_scalar_asset_spot_value
(self, asset, field, dt, data_frequency)
zipline/testing/core.py:716
Method
get_shifted_qtrs
(self, zero_qtrs, num_announcements)
zipline/pipeline/loaders/earnings_estimates.py:753
Method
get_shifted_qtrs
(self, zero_qtrs, num_announcements)
zipline/pipeline/loaders/earnings_estimates.py:807
Method
get_sids
(cls)
tests/pipeline/test_quarters_estimates.py:540
Method
get_sids
(cls)
tests/pipeline/test_quarters_estimates.py:1124
Method
get_simple_transform
(self, asset, transform_name, dt, data_frequency, bars=None)
zipline/data/data_portal.py:1328
Method
get_simulated_impact
(self, order, current_price,
zipline/finance/slippage.py:580
Method
get_simulation_dt
(self)
zipline/gens/tradesimulation.py:84
Method
get_spot_value
(self, asset, field, dt, data_frequency)
zipline/testing/core.py:756
Method
get_stop_price
Get the stop price for this order. Returns either None or a numerical value >= 0.
zipline/finance/execution.py:40
Method
get_txn_volume
(self, data, order)
zipline/finance/slippage.py:597
Method
get_value
(self, sid, dt, field)
zipline/data/dispatch_bar_reader.py:94
Method
get_value
Parameters ---------- sid : int The asset identifier. day : datetime64-like Midnight of the d
zipline/data/bcolz_daily_bars.py:678
Method
get_value
Retrieve the value at the given coordinates. Parameters ---------- sid : int The asset identifier.
zipline/data/continuous_future_reader.py:127
Method
get_value
Parameters ---------- sid : int The asset identifier. day : datetime64-like Midnight of the d
zipline/data/in_memory_daily_bars.py:92
Method
get_value
Retrieve the value at the given coordinates. Parameters ---------- sid : int The asset identifier.
zipline/data/hdf5_daily_bars.py:1008
Method
get_value
(self, col, sid, dt)
zipline/testing/core.py:996
Function
get_version
()
versioneer.py:1404
Method
get_zeroth_quarter_idx
Filters for releases that are on or after each simulation date and determines the next quarter by picking out the upcoming release fo
zipline/pipeline/loaders/earnings_estimates.py:756
Method
get_zeroth_quarter_idx
Filters for releases that are on or after each simulation date and determines the previous quarter by picking out the most recent
zipline/pipeline/loaders/earnings_estimates.py:810
Function
getinstance
()
zipline/utils/argcheck.py:29
Function
getname
(column)
zipline/pipeline/loaders/blaze/core.py:195
Function
git_get_keywords
(versionfile_abs)
versioneer.py:931
Function
git_get_keywords
(versionfile_abs)
zipline/_version.py:111
Function
git_pieces_from_vcs
(tag_prefix, root, verbose, run_command=run_command)
versioneer.py:1000
Function
git_versions_from_keywords
(keywords, tag_prefix, verbose)
versioneer.py:955
Method
graph_repr
Short repr to use when rendering Pipeline graphs.
zipline/pipeline/expression.py:337
Method
graph_repr
Short repr to use when rendering Pipeline graphs.
zipline/pipeline/mixins.py:225
Method
graph_repr
(self)
zipline/pipeline/mixins.py:278
Method
graph_repr
Short repr to use when rendering Pipeline graphs.
zipline/pipeline/mixins.py:366
Method
graph_repr
Short repr to use when rendering Pipeline graphs.
zipline/pipeline/classifiers/classifier.py:462
Method
graph_repr
Short repr to use when rendering Pipeline graphs.
zipline/pipeline/data/dataset.py:377
Method
graph_repr
Short repr to use when rendering Pipeline graphs.
zipline/pipeline/factors/factor.py:1469
Method
graph_repr
(self)
zipline/pipeline/factors/factor.py:1561
Method
graph_repr
(self)
zipline/pipeline/factors/factor.py:1791
Method
graph_repr
(self)
zipline/pipeline/filters/filter.py:475
Method
graph_repr
(self)
zipline/pipeline/filters/filter.py:585
Method
graph_repr
(self)
zipline/pipeline/filters/filter.py:632
Method
graph_repr
(self)
zipline/pipeline/filters/filter.py:747
Method
h
(self)
tests/utils/test_final.py:108
Method
h
(self)
tests/utils/test_final.py:176
Method
h
Pass the abstract tests by creating this method.
tests/utils/test_final.py:194
Method
h
(a)
tests/utils/test_argcheck.py:227
Function
handle_data
(context, data)
zipline/examples/buyapple.py:32
Function
handle_data
(context, data)
zipline/examples/dual_ema_talib.py:54
Function
handle_data
(context, data)
zipline/examples/dual_moving_average.py:41
Function
handle_data
(context, data)
zipline/examples/buy_and_hold.py:34
Method
handle_data
(self, data)
zipline/algorithm.py:452
Method
handle_data
(self, data)
zipline/test_algorithms.py:146
Method
handle_data
(self, data)
zipline/test_algorithms.py:159
Method
handle_data
(self, data)
zipline/test_algorithms.py:169
Method
handle_data
(self, data)
zipline/test_algorithms.py:190
Method
handle_data
(self, data)
zipline/test_algorithms.py:212
Method
handle_data
(self, data)
zipline/test_algorithms.py:234
Method
handle_data
(self, data)
zipline/test_algorithms.py:264
Method
handle_data
(self, context, data, dt)
zipline/utils/events.py:212
← previous
next →
2,401–2,500 of 4,252, ranked by callers