Zacks Institutional Holdings

Zacks Institutional Holdings Csharp API Documentation

Returns Zacks institutional holdings data

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

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

Parameters

NameTypeDescriptionNotes
tickerstringReturn holdings where the company being held has the given ticker[optional]  
ownerCikstringReturn holdings where the owner/holder has 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.ApiResponseZacksInstitutionalHoldings

Properties

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

Properties

NameTypeDescription
CompanyZacksInstitutionalHoldingCompanySummary 
OwnerZacksInstitutionalHoldingOwnerSummary 
AsOfDateDateTime?Quarter end date listed in the most recent 13F report filed by the institution  
SharesHelddecimal?Number of shares of the stock listed  
SharedHeldPercentdecimal?Percent of shares outstanding held of the stock by the institution listed  
SharesChangedecimal?Change in shares of the stock held by the institution listed  
SharesChangePercentdecimal?Percentage change in shares of the stock held by the institution listed  
MarketValuedecimal?Market value of shares outstanding held of the stock listed  
MarketValueChangedecimal?Change in market value shares of the stock listed  
LastSecFilingTypestringThe report type of the latest SEC filing  
LastSecFilingDateDateTime?The date of the latest SEC filing  
LastSecFilingSharesdecimal?The  
HistoricalHoldingsList 
object
Intrinio.SDK.Model.ZacksInstitutionalHoldingCompanySummary

Properties

NameTypeDescription
TickerstringThe Zacks common exchange ticker  
NamestringThe company name of the stock listed  
ExchangestringExhange where the stock is traded whose shares are held by the institution  
object
Intrinio.SDK.Model.ZacksInstitutionalHoldingOwnerSummary

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  
object
Intrinio.SDK.Model.ZacksInstitutionalHoldingHistoricalSummary

Properties

NameTypeDescription
AsOfDateDateTime?The date of the institutional holding  
SharesHelddecimal?The number of shares held