Returns Zacks ETF holdings data
Name | Type | Description | Notes |
---|---|---|---|
etf_ticker | str | Return holdings of the ETF with the given ticker | [optional] |
holding_symbol | str | Return holdings where the instrument being held has the given trading symbol | [optional] |
weight_greater | float | Return on the holdings with a weight greater than | [optional] |
weight_less | float | Return on the holdings with a weight less than | [optional] |
page_size | int | The number of results to return | [optional] [default to 100] |
next_page | str | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
holdings | list[ZacksETFHolding] | Zacks ETF holding data |
next_page | str | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description |
---|---|---|
etf_ticker | str | The ETF's common ticker |
etf_name | str | The ETF's name |
holding_symbol | str | The holding's common ticker |
holding_name | str | The holding's name |
date_of_holding | date | The date of the holding |
shares | float | The number of shares |
weight | float | The weight of the holding |