Skip to contents

Free of charge. Mirrors metadata.get_dataset_range. Newer servers report a range per schema, which is how you learn that a venue's quotes start years after its trades.

Usage

db_get_dataset_range(dataset)

Arguments

dataset

Dataset code, e.g. "GLBX.MDP3".

Value

A tibble with schema, start and end. When the server reports only one overall range, schema is NA. The parsed JSON is attached as the "raw" attribute.

Examples

if (FALSE) { # \dontrun{
db_get_dataset_range("OPRA.PILLAR")
} # }