Skip to content

Commit dd450ef

Browse files
committed
DOC: Improve reference data docs
1 parent 64e9f66 commit dd450ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

databento/reference/api/corporate.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def get_range(
3434
start_date: date | str,
3535
end_date: date | str | None = None,
3636
dataset: Dataset | str | None = None,
37-
symbols: Iterable[str | int] | str | int | None = None,
37+
symbols: Iterable[str] | str | None = None,
3838
stype_in: SType | str = "raw_symbol",
3939
events: Iterable[str] | str | None = None,
4040
) -> pd.DataFrame:
@@ -51,13 +51,13 @@ def get_range(
5151
The end date (UTC) of the request time range (exclusive).
5252
dataset : Dataset or str, optional
5353
The dataset code (string identifier) for the request.
54-
symbols : Iterable[str | int] or str or int, optional
54+
symbols : Iterable[str] or str, optional
5555
The symbols to filter for. Takes up to 2,000 symbols per request.
5656
If more than 1 symbol is specified, the data is merged and sorted by time.
5757
If 'ALL_SYMBOLS' or `None` then will be for **all** symbols.
5858
stype_in : SType or str, default 'raw_symbol'
5959
The input symbology type to resolve from.
60-
Use any of 'raw_symbol', 'nasdaq_symbol', 'local_code', 'isin', 'us_code',
60+
Use any of 'raw_symbol', 'nasdaq_symbol', 'isin', 'us_code',
6161
'bbg_comp_id', 'bbg_comp_ticker', 'figi', 'figi_ticker'.
6262
events : Iterable[str] or str, optional
6363
The event types to filter for.

0 commit comments

Comments
 (0)