Skip to main content
The Marketstack plugin syncs data locally. Use corsair.marketstack.db.<entity>.search({ data, limit?, offset? }) with the filters listed per entity.

Currencies

Path: marketstack.db.currencies.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Dividends

Path: marketstack.db.dividends.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Eod Bars

Path: marketstack.db.eodBars.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Exchanges

Path: marketstack.db.exchanges.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Splits

Path: marketstack.db.splits.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Tickers

Path: marketstack.db.tickers.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.