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
↓ 1 callers
Method
write
Writes data to a SQLite file to be read by SQLiteAdjustmentReader. Parameters ---------- splits : pandas.DataFrame,
zipline/data/adjustments.py:583
↓ 1 callers
Function
write_compressed
Write a compressed (gzipped) file to `path`.
zipline/testing/core.py:1360
↓ 1 callers
Function
write_daily_data
(tempdir, sim_params, sids, trading_calendar)
zipline/testing/core.py:473
↓ 1 callers
Method
write_direct
Write asset metadata to a sqlite database in the format that it is stored in the assets db. Parameters ---------- equ
zipline/assets/asset_writer.py:513
↓ 1 callers
Method
write_dividend_data
Write both dividend payouts and the derived price adjustment ratios.
zipline/data/adjustments.py:570
↓ 1 callers
Method
write_dividend_payouts
Write dividend payout data to SQLite table `dividend_payouts`.
zipline/data/adjustments.py:439
↓ 1 callers
Method
write_h5_fx_rates
Write cls.fx_rates to disk with an HDF5FXRateWriter. Returns an HDF5FXRateReader that reader from written data.
zipline/testing/fixtures.py:2178
↓ 1 callers
Function
write_hdf5_daily_bars
Write an HDF5 file of pricing data using an HDF5DailyBarWriter.
zipline/testing/core.py:1770
↓ 1 callers
Method
write_hdf5_daily_bars
Write HDF5 pricing data using an HDF5DailyBarWriter. Parameters ---------- path : str Location (relative
zipline/testing/fixtures.py:1223
↓ 1 callers
Function
write_minute_data
(trading_calendar, tempdir, minutes, sids)
zipline/testing/core.py:423
↓ 1 callers
Method
write_stock_dividend_payouts
(self, frame)
zipline/data/adjustments.py:449
↓ 1 callers
Method
writer_from_close
(self, close)
tests/data/test_adjustments.py:81
↓ 1 callers
Function
zipline_root
Get the root directory for all zipline-managed files. For testing purposes, this accepts a dictionary to interpret as the os environment
zipline/utils/paths.py:107
Method
ASSET_FINDER_COUNTRY_CODE
(cls)
tests/pipeline/test_downsampling.py:608
Method
BCOLZ_DAILY_BAR_COUNTRY_CODE
(cls)
zipline/testing/fixtures.py:1051
Method
BENCHMARK_RETURNS
(cls)
zipline/testing/fixtures.py:581
Method
BENCHMARK_SID
The sid to use as a benchmark. Can be overridden to use an alternative benchmark.
zipline/testing/fixtures.py:1996
Method
CREATE_BARDATA_DATA_FREQUENCY
(cls)
tests/test_blotter.py:103
Method
CREATE_BARDATA_DATA_FREQUENCY
(cls)
tests/finance/test_slippage.py:81
Method
CREATE_BARDATA_DATA_FREQUENCY
(cls)
tests/finance/test_slippage.py:588
Method
EQUITY_DAILY_BAR_COUNTRY_CODES
(cls)
zipline/testing/fixtures.py:805
Method
EQUITY_DAILY_BAR_LOOKBACK_DAYS
(cls)
zipline/testing/fixtures.py:795
Method
FUTURE_DAILY_BAR_LOOKBACK_DAYS
(cls)
zipline/testing/fixtures.py:930
Method
FX_RATES_DEFAULT_RATE
(cls)
zipline/testing/fixtures.py:2111
Method
SEEDED_RANDOM_PIPELINE_DEFAULT_DOMAIN
(cls)
tests/pipeline/test_downsampling.py:612
Method
T
(n)
tests/data/test_adjustments.py:101
Function
_
(*args, **kwargs)
zipline/__main__.py:106
Function
_
(f)
zipline/assets/asset_db_migrations.py:147
Method
_
(self)
zipline/assets/assets.py:1277
Method
_
(name)
tests/data/bundles/test_core.py:67
Method
__array_finalize__
Called by Numpy after array construction. There are three cases where this can happen: 1. Someone tries to directly constru
zipline/lib/labelarray.py:269
Method
__call__
(self, *args, **kwargs)
zipline/utils/memoize.py:245
Method
__call__
(self, func)
zipline/utils/input_validation.py:834
Method
__call__
(self, *args, **kwargs)
zipline/utils/context_tricks.py:58
Method
__call__
(self, column)
zipline/pipeline/loaders/blaze/core.py:863
Method
__contains__
(self, key)
setup.py:41
Method
__contains__
(self, name)
zipline/protocol.py:99
Method
__contains__
(self, key)
zipline/utils/memoize.py:181
Method
__contains__
(self, value)
zipline/utils/enum.py:104
Method
__contains__
(self, other, _ops=_ops)
zipline/utils/range.py:68
Method
__contains__
(self, item)
zipline/utils/security_list.py:52
Method
__contains__
(self, term)
zipline/pipeline/graph.py:71
Method
__contains__
(self, column)
zipline/pipeline/loaders/blaze/core.py:851
Method
__copy__
(self)
zipline/utils/sentinel.py:73
Method
__deepcopy__
(self, _memo)
zipline/utils/sentinel.py:70
Method
__delitem__
(self, key)
zipline/utils/memoize.py:169
Method
__delitem__
(self, key)
zipline/utils/cache.py:270
Method
__enter__
Set the given algo instance, storing any previously-existing instance.
zipline/utils/api_support.py:30
Method
__enter__
(self)
zipline/utils/cache.py:242
Method
__enter__
(self)
zipline/utils/cache.py:327
Method
__enter__
(self)
zipline/utils/numpy_utils.py:418
Method
__enter__
(self)
zipline/utils/context_tricks.py:5
Method
__enter__
(self)
zipline/utils/context_tricks.py:63
Method
__enter__
(self)
zipline/utils/context_tricks.py:77
Method
__enter__
(self)
zipline/data/adjustments.py:133
Method
__enter__
(self)
zipline/data/adjustments.py:374
Method
__enter__
(self)
zipline/testing/core.py:860
Method
__enter__
(self)
zipline/testing/core.py:1449
Method
__eq__
(self, other)
zipline/currency.py:62
Method
__eq__
(self, other)
zipline/protocol.py:96
Method
__eq__
(self, other)
zipline/utils/memoize.py:157
Method
__eq__
Examples -------- >>> range(1) == range(1) True >>> range(0, 5, 2) == range(0, 5, 2)
zipline/utils/range.py:127
Method
__eq__
(self, other)
zipline/utils/idbox.py:25
Method
__eq__
(self, other)
zipline/assets/exchange_info.py:54
Method
__eq__
(self, other)
zipline/lib/labelarray.py:821
Method
__eq__
(other)
zipline/testing/predicates.py:85
Method
__eq__
(self, other)
zipline/testing/predicates.py:117
Method
__eq__
(self, other)
zipline/pipeline/loaders/blaze/core.py:798
Method
__eq__
(self, other)
tests/pipeline/test_engine.py:151
Method
__exit__
Restore the algo instance stored in __enter__.
zipline/utils/api_support.py:37
Method
__exit__
(self, type_, value, tb)
zipline/utils/cache.py:245
Method
__exit__
(self, *exc_info)
zipline/utils/cache.py:331
Method
__exit__
(self, *exc_info)
zipline/utils/numpy_utils.py:426
Method
__exit__
(self, *excinfo)
zipline/utils/context_tricks.py:8
Method
__exit__
(self, *excinfo)
zipline/utils/context_tricks.py:66
Method
__exit__
(self, *excinfo)
zipline/utils/context_tricks.py:80
Method
__exit__
(self, *exc_info)
zipline/data/adjustments.py:136
Method
__exit__
(self, *exc_info)
zipline/data/adjustments.py:377
Method
__get__
(self, instance, owner)
zipline/utils/memoize.py:40
Method
__get__
(self, instance, owner)
zipline/utils/final.py:114
Method
__get__
(self, instance, owner)
zipline/utils/final.py:122
Method
__get__
(self, instance, owner)
zipline/utils/classproperty.py:7
Method
__get__
(self, instance, owner)
zipline/pipeline/data/dataset.py:722
Method
__get__
(self, instance, owner)
zipline/pipeline/data/dataset.py:871
Method
__get__
(self, instance, owner)
zipline/pipeline/loaders/blaze/core.py:240
Method
__getattr__
(self, attr)
zipline/protocol.py:39
Method
__getattr__
(self, attr)
zipline/protocol.py:331
Method
__getattr__
(self, attr)
zipline/utils/exploding_object.py:19
Method
__getattr__
(self, attr)
zipline/finance/position.py:64
Method
__getattribute__
(self, name)
zipline/pipeline/factors/factor.py:1732
Function
__getitem__
``__getitem__`` is deprecated, please use attribute access instead.
zipline/protocol.py:131
Method
__getitem__
(self, key)
setup.py:52
Method
__getitem__
(self, index)
zipline/utils/memoize.py:139
Method
__getitem__
(self, key)
zipline/utils/memoize.py:172
Method
__getitem__
(self, key)
zipline/utils/cache.py:253
Method
__getitem__
(self, key)
zipline/utils/dummy.py:9
Method
__getitem__
(self, indexer)
zipline/lib/labelarray.py:438
Method
__getitem__
(self, name)
zipline/finance/transaction.py:34
Method
__getitem__
(self, key)
zipline/pipeline/term.py:238
Method
__getitem__
(self, column)
zipline/pipeline/loaders/blaze/core.py:854
← previous
next →
1,401–1,500 of 4,252, ranked by callers