View source: R/crypto_derivatives_data.R
| sync_local_crypto_derivatives | R Documentation |
Synchronize One Crypto Derivatives Dataset
sync_local_crypto_derivatives(
provider,
dataset_type,
symbol,
interval = NULL,
from = NULL,
to = NULL,
limit = NULL,
local_path = NULL,
overlap_days = 2L,
config = NULL,
storage = c("single", "monthly")
)
provider |
|
dataset_type |
Funding, open-interest, mark/index price, basis, or Binance long-short-ratio dataset identifier. |
symbol |
Provider instrument identifier. |
interval |
Required Binance open-interest period; otherwise a local label. |
from, to |
Optional inclusive UTC time bounds. |
limit |
Provider page size. |
local_path |
Optional derivatives storage directory. |
overlap_days |
Days re-fetched before the latest local observation. |
config |
Optional exchange configuration. |
storage |
Local storage mode: monolithic |
A local synchronization result list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.