BYOD
Bring Your Own Data: single widget, own backend or native integration setup in OpenBB Terminal Pro.
Syntax
=OBB.BYOD(widget,[backend],[symbol],[date],[optional])
Examples
=OBB.BYOD("widget_name")
=OBB.BYOD("widget_name","backend_name")
Parameters
Name | Type | Description | Required |
---|---|---|---|
widget | Text | Name of the widget to get data for. | True |
backend | Text | Name of the backend to use, required for widgets in custom backends or native integrations (e.g. database, snowflake). | False |
symbol | Text | Symbol to get data for, if applicable. | False |
date | Text | Date to get data for, if applicable. | False |
optional | Any | Optional parameters as (n rows by 2 columns) range selection or array constant (e.g. value1; value2). | False |