View source: R/data_narrative.R
| describe_binance_data | R Documentation |
Fetches Binance OHLCV data and creates a compact narrative for the resulting standardized market table.
describe_binance_data(
symbol = "ETHUSDT",
interval = "1m",
start_time = NULL,
end_time = NULL,
limit = 1500L,
tz = "UTC",
paginate = TRUE
)
symbol |
Trading pair symbol. |
interval |
Candlestick interval. |
start_time |
Optional start time. |
end_time |
Optional end time. |
limit |
Page size. Binance futures allows up to 1500. |
tz |
Time zone applied to returned timestamps. |
paginate |
Logical. Request multiple pages when needed. |
Character scalar narrative.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.