Zacks ETF Holdings

Zacks ETF Holdings Csharp API Documentation

Returns Zacks ETF holdings data

API Class:
Intrinio.SDK.Api.ZacksApi
Instance Method:
GetZacksEtfHoldings()

Stock Price Code Example

Use my API Key
using System;
using System.Diagnostics;
using System.Collections;
using System.Collections.Generic;
using Intrinio.SDK.Api;
using Intrinio.SDK.Client;
using Intrinio.SDK.Model;
using Newtonsoft.Json;
namespace Example
{
public class GetZacksEtfHoldingsExample
{
public static void Main()
{
Configuration.Default.AddApiKey("api_key", "YOUR_API_KEY");
Configuration.Default.AllowRetries = true;
var zacksApi = new ZacksApi();
string etfTicker = "SPY";
string holdingSymbol = "AAPL";
decimal? weightGreater = null;
decimal? weightLess = null;
int? pageSize = 100;
string nextPage = null;
ApiResponseZacksETFHoldings result = zacksApi.GetZacksEtfHoldings(etfTicker, holdingSymbol, weightGreater, weightLess, pageSize, nextPage);
Console.WriteLine(JsonConvert.SerializeObject(result, Formatting.Indented));
}
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
etfTickerstringReturn holdings of the ETF with the given ticker[optional]  
holdingSymbolstringReturn holdings where the instrument being held has the given trading symbol[optional]  
weightGreaterdecimal?Return on the holdings with a weight greater than[optional]  
weightLessdecimal?Return on the holdings with a weight less than[optional]  
pageSizeint?The number of results to return[optional] [default to 100]  
nextPagestringGets the next page of data from a previous API call[optional]  


Return Type

object
Intrinio.SDK.Model.ApiResponseZacksETFHoldings

Properties

NameTypeDescription
HoldingsListZacks ETF holding data  
NextPagestringThe token required to request the next page of the data. If null, no further results are available.  
object
Intrinio.SDK.Model.ZacksETFHolding

Properties

NameTypeDescription
EtfTickerstringThe ETF's common ticker  
EtfNamestringThe ETF's name  
HoldingSymbolstringThe holding's common ticker  
HoldingNamestringThe holding's name  
DateOfHoldingDateTime?The date of the holding  
Sharesdecimal?The number of shares  
Weightdecimal?The weight of the holding