Returns Zacks ETF holdings data
| Name | Description | Example |
|---|---|---|
|
etf_ticker
|
Return holdings of the ETF with the given ticker | SPY |
|
holding_symbol
|
Return holdings where the instrument being held has the given trading symbol | AAPL |
|
weight_greater
|
Return on the holdings with a weight greater than | 2.5 |
|
weight_less
|
Return on the holdings with a weight less than | 2.5 |
|
page_size
|
The number of results to return | - |
|
next_page
|
Gets the next page of data from a previous API call | - |
|
etf_ticker
* required
Return holdings of the ETF with the given ticker
|
||
|
holding_symbol
* required
Return holdings where the instrument being held has the given trading symbol
|
||
|
weight_greater
* required
Return on the holdings with a weight greater than
|
||
|
weight_less
* required
Return on the holdings with a weight less than
|
||
|
page_size
* required
The number of results to return
|
||
|
next_page
* required
Gets the next page of data from a previous API call
|
| Name | Description | Type |
|---|---|---|
| holdings | Zacks ETF holding data | array |
|
etf_ticker
|
The ETF's common ticker | string |
|
etf_name
|
The ETF's name | string |
|
holding_symbol
|
The holding's common ticker | string |
|
holding_name
|
The holding's name | string |
|
date_of_holding
|
The date of the holding | date |
|
shares
|
The number of shares | number |
|
weight
|
The weight of the holding | number |
| next_page | The token required to request the next page of the data. If null, no further results are available. | string |
|
holdings
Zacks ETF holding data
|
||
|
next_page
The token required to request the next page of the data. If null, no further results are available.
|