Zacks Institutional Holding Owners

Zacks Institutional Holding Owners Csharp API Documentation

Returns Zacks institutional holding owners data

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

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 GetZacksInstitutionalHoldingOwnersExample
{
public static void Main()
{
Configuration.Default.AddApiKey("api_key", "YOUR_API_KEY");
Configuration.Default.AllowRetries = true;
var zacksApi = new ZacksApi();
string cik = null;
int? pageSize = 100;
string nextPage = null;
ApiResponseZacksInstitutionalHoldingOwners result = zacksApi.GetZacksInstitutionalHoldingOwners(cik, pageSize, nextPage);
Console.WriteLine(JsonConvert.SerializeObject(result, Formatting.Indented));
}
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
cikstringReturn owners with the given Central Index Key (CIK)[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.ApiResponseZacksInstitutionalHoldingOwners

Properties

NameTypeDescription
OwnersListZacks institutional holding owners data  
NextPagestringThe token required to request the next page of the data. If null, no further results are available.  
object
Intrinio.SDK.Model.ZacksInstitutionalHoldingOwnerDetail

Properties

NameTypeDescription
NamestringThe owner's name  
CikstringThe Central Index Key (CIK) assigned to the company by the SEC as a unique identifier, used in SEC filings  
AddressstringThe owner's address  
CityStatestringThe owner's city and state (City, ST)  
LocationCodestringThe owner's location code. (‘D' = Domestic, ‘C' = Canadian, ‘F' = Foreign)  
PhoneNumberstringThe owner's phone number  
PostalCodestringThe owner's postal code  
UrlstringThe owner's website url  
InvestmentStylestringThe owner's investment style (‘I' = Income, ‘V' = Value, ‘G' = Growth, ‘B' = Growth at a Reasonable Price, ‘A' = Aggressive Growth, ‘P' = Passive/Index, ‘D' = Deep Value)  
NumberOfHoldingsdecimal?Count of equity holdings only, doesn't include bonds or other funds held  
TotalHoldingsValuedecimal?Market value of equity holdings in 1,000s. Sum of shares held times last close price.  
PortfolioTurnoverPercentdecimal?Annual portfolio turnover in terms of percentage of total value.  
IsFundstringIf 'Y', the owner is a fund? (‘Y' = Yes, ‘N' = No)  
FundTickerstringFund ticker if the institution is a fund  
HasFundManagerstringDoes the fund have a manager. (‘Y' = Yes, ‘N' = No)  
FundManagerCitystringThe fund manager's city  
FundManagerNamestringThe fund manager's name  
FundManagerStatestringThe fund manager's state  
Files13fstringIf 'Y', the company files the SEC 13F report. (‘Y' = Yes, ‘N' = No)  
IsEtfstringIf 'Y', the owner is an ETF. (‘Y' = Yes, ‘N' = No)  
LastUpdatedOnDateTime?The the last updated date