Zacks Institutional Holding Companies

Zacks Institutional Holding Companies Csharp API Documentation

Returns Zacks institutional holding companies data

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

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

Parameters

NameTypeDescriptionNotes
tickerstringReturn companies with the given ticker[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.ApiResponseZacksInstitutionalHoldingCompanies

Properties

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

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  
SharesOutstandingdecimal?The number of shares shares outstanding for the stock  
LastClosePricedecimal?The last close price of the stock listed  
LastCloseDateDateTime?Last closing price of the stock listed  
InstitutionalSharesHeldPercentdecimal?Percentage of shares outstanding held by institutions in the stock listed  
InstitutionalSharesBuydecimal?Number of shares bought by institutions in the stock listed  
InstitutionalSharesSelldecimal?Number of shares sold by institutions in the stock listed  
InstitutionalPositionsIncreasedecimal?Number of institutions who increased their shares held in the stock listed  
InstitutionalPositionsDecreasedecimal?Number of institutions who decrease their shares held in the stock listed  
InstitutionalPositionsUnchangeddecimal?Number of institutions who did not change their shares held in the stock listed  
InstitutionalPositionsTotaldecimal?Total number of institutions who hold shares in the stock listed