View source: R/crypto_derivatives_data.R
| get_local_crypto_derivatives | R Documentation |
Read Local Crypto Derivatives Data
get_local_crypto_derivatives(
provider,
dataset_type,
symbol,
interval = NULL,
local_path = NULL,
storage = c("single", "monthly"),
from = NULL,
to = NULL
)
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. |
local_path |
Optional derivatives storage directory. |
storage |
Local storage mode: monolithic |
from, to |
Optional inclusive UTC time bounds. |
A data.table, or NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.