Returns Zacks ETF holdings data
Name | Type | Description | Notes |
---|---|---|---|
etfTicker | string | Return holdings of the ETF with the given ticker | [optional] |
holdingSymbol | string | Return holdings where the instrument being held has the given trading symbol | [optional] |
weightGreater | decimal? | Return on the holdings with a weight greater than | [optional] |
weightLess | decimal? | Return on the holdings with a weight less than | [optional] |
pageSize | int? | The number of results to return | [optional] [default to 100] |
nextPage | string | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
Holdings | List | Zacks ETF holding data |
NextPage | string | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description |
---|---|---|
EtfTicker | string | The ETF's common ticker |
EtfName | string | The ETF's name |
HoldingSymbol | string | The holding's common ticker |
HoldingName | string | The holding's name |
DateOfHolding | DateTime? | The date of the holding |
Shares | decimal? | The number of shares |
Weight | decimal? | The weight of the holding |