You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ETFHistoricalStats.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,17 +12,14 @@
12
12
13
13
Name | Type | Description
14
14
------------ | ------------- | -------------
15
-
**messages** | [**list[ERRORUNKNOWN]**](.md) | A list of messages related to the request, such as warnings or errors.
15
+
**messages** | list[str] | A list of messages related to the request, such as warnings or errors.
16
16
**etf** | [**ETFSummary**](ETFSummary.md) | A brief summary of the ETF it which these stats refer. Not included when returning historical stats.
17
17
**stats** | [**list[ETFStats]**](ETFStats.md) | The historical stats for the ETF
18
18
**next_page** | str | The token required to request the next page of the data. If null, no further results are available.
0 commit comments