FactSet.SDK.StocksAPIforDigitalPortals
0.10.12
Prefix Reserved
See the version list below for details.
dotnet add package FactSet.SDK.StocksAPIforDigitalPortals --version 0.10.12
NuGet\Install-Package FactSet.SDK.StocksAPIforDigitalPortals -Version 0.10.12
<PackageReference Include="FactSet.SDK.StocksAPIforDigitalPortals" Version="0.10.12" />
paket add FactSet.SDK.StocksAPIforDigitalPortals --version 0.10.12
#r "nuget: FactSet.SDK.StocksAPIforDigitalPortals, 0.10.12"
// Install FactSet.SDK.StocksAPIforDigitalPortals as a Cake Addin #addin nuget:?package=FactSet.SDK.StocksAPIforDigitalPortals&version=0.10.12 // Install FactSet.SDK.StocksAPIforDigitalPortals as a Cake Tool #tool nuget:?package=FactSet.SDK.StocksAPIforDigitalPortals&version=0.10.12
Stocks API for Digital Portals client library for .NET
The Stocks API features a screener to search for equity instruments based on stock-specific parameters.
Parameters for up to three fiscal years might now be used in one request; data is available for the ten most recent completed fiscal years. Estimates are available for the current and two consecutive fiscal years. Search criteria also include benchmark-related attributes (beta, correlation, outperformance), and ESG parameters, based on FactSet’s Truvalue ESG scores.
A separate endpoint returns the possible values and value ranges for the parameters that the endpoint /stock/notation/screener/search accepts Application developers can request the values and value ranges only for a restricted set of notations that match predefined parameters. This functionality may be used to pre-fill the values and value ranges of the parameters of the /stock/notation/screener/search endpoint so that performing a search always leads to a non-empty set of notations.
The endpoint /stock/notation/ranking/intraday/list ranks stocks notations using intraday figures, for example to build a gainers/losers list.
Additional endpoints include end-of-day benchmark key figures, and selected fundamentals (as of end of fiscal year and with daily updates).
This API is fully integrated with the corresponding Quotes API, allowing access to detailed price and performance information of instruments, as well as basic security identifier cross-reference. For direct access to price histories, please refer to the Time Series API for Digital Portals.
Similar criteria based screener APIs exist for fixed income instruments and securitized derivatives: See the Bonds API and the Securitized Derivatives API for details.
See also the recipe "Enrich Your Digital Portal with Flexible Equity Screening".
This .NET package is automatically generated by the OpenAPI Generator project:
- API version: 2
- Package version: 0.10.12
- Build package: com.factset.sdk.codegen.FactSetCSharpNetCoreClientCodegen
Requirements
- .NET Standard >= 2.0
Installation
.NET CLI
dotnet add package FactSet.SDK.Utils
dotnet add package FactSet.SDK.StocksAPIforDigitalPortals -v 0.10.12
NuGet
nuget install FactSet.SDK.Utils
nuget install FactSet.SDK.StocksAPIforDigitalPortals -Version 0.10.12
Usage
- Generate authentication credentials.
- Setup .NET Standard 2.0 compatible environment.
- Install dependencies.
- Run the following:
using System;
using System.Threading.Tasks;
using FactSet.SDK.Utils.Authentication;
using FactSet.SDK.StocksAPIforDigitalPortals.Api;
using FactSet.SDK.StocksAPIforDigitalPortals.Client;
using FactSet.SDK.StocksAPIforDigitalPortals.Model;
namespace Example
{
public static class GetCompanyBoardListByInstrumentExample
{
public static async Task Main()
{
var config = new FactSet.SDK.StocksAPIforDigitalPortals.Client.Configuration();
// Examples for each supported authentication method are below,
// choose one that satisfies your use case.
/* (Preferred) OAuth 2.0: FactSetOAuth2 */
// See https://github.com/FactSet/enterprise-sdk#oauth-20
// for information on how to create the app-config.json file
// See https://github.com/FactSet/enterprise-sdk-utils-dotnet#authentication
// for more information on using the ConfidentialClient class
ConfidentialClient confidentialClient = await ConfidentialClient.CreateAsync("/path/to/app-config.json");
config.OAuth2Client = confidentialClient;
/* Basic authentication: FactSetApiKey */
// See https://github.com/FactSet/enterprise-sdk#api-key
// for information how to create an API key
// config.Username = "USERNAME-SERIAL";
// config.Password = "API-KEY";
var apiInstance = new CompanyApi(config);
var id = "id_example"; // string |
var attributes = new List<string>(); // List<string> | Limit the attributes returned in the response to the specified set. (optional)
var language = "language_example"; // string | (optional)
try
{
// List of boards for a company, with their officers.
InlineResponse2005 result = apiInstance.GetCompanyBoardListByInstrument(id, attributes, language);
Console.WriteLine(result.ToJson());
}
catch (ApiException e)
{
Console.WriteLine("Exception when calling CompanyApi.GetCompanyBoardListByInstrument: " + e.Message );
Console.WriteLine("Status Code: "+ e.ErrorCode);
Console.WriteLine(e.StackTrace);
}
}
}
}
Using a Proxy
To use the API client with a HTTP proxy, setup a System.Net.WebProxy
Configuration c = new Configuration();
System.Net.WebProxy webProxy = new System.Net.WebProxy("http://myProxyUrl:80/");
webProxy.Credentials = System.Net.CredentialCache.DefaultCredentials;
c.Proxy = webProxy;
Documentation for API Endpoints
All URIs are relative to https://api.factset.com/wealth/v1
Class | Method | HTTP request | Description |
---|---|---|---|
CompanyApi | GetCompanyBoardListByInstrument | GET /company/board/listByInstrument | List of boards for a company, with their officers. |
CompanyApi | GetCompanyBoardOfficerFunctionDeliveryList | GET /company/board/officer/function/delivery/list | List of officer functions as provided by a delivery. |
CompanyApi | GetCompanyBoardTypeList | GET /company/board/type/list | List of company board types. |
CompanyApi | PostCompanyEstimatesListByInstrument | POST /company/estimates/listByInstrument | Estimates for selected figures for a stock. |
CompanyApi | PostCompanyKeyItemsCurrentGetByInstrument | POST /company/keyItems/current/getByInstrument | Fundamentals for a stock with potentially daily updates. |
CompanyApi | PostCompanyKeyItemsFiscalYearListByInstrument | POST /company/keyItems/fiscalYear/listByInstrument | Selected fundamentals for a stock with values as of the end of a fiscal year. |
StockApi | GetStockCompositeProfileGetByNotation | GET /stock/composite/profile/getByNotation | Provides key elements of a stock profile together with the profile of the issuing company. |
StockApi | GetStockDividendTypeList | GET /stock/dividend/type/list | List of dividend types. |
StockApi | GetStockNotationKeyFiguresBenchmarkMonth1Get | GET /stock/notation/keyFigures/benchmark/month/1/get | End-of-day (EOD) benchmark key figures of a stock for the time range of one month. |
StockApi | GetStockNotationKeyFiguresBenchmarkMonth3Get | GET /stock/notation/keyFigures/benchmark/month/3/get | End-of-day (EOD) benchmark key figures of a stock for the time range of three months. |
StockApi | GetStockNotationKeyFiguresBenchmarkMonth6Get | GET /stock/notation/keyFigures/benchmark/month/6/get | End-of-day (EOD) benchmark key figures of a stock for the time range of six months. |
StockApi | GetStockNotationKeyFiguresBenchmarkWeek1Get | GET /stock/notation/keyFigures/benchmark/week/1/get | End-of-day (EOD) benchmark key figures of a stock for the time range of one week. |
StockApi | GetStockNotationKeyFiguresBenchmarkYear1Get | GET /stock/notation/keyFigures/benchmark/year/1/get | End-of-day (EOD) benchmark key figures of a stock for the time range of one year. |
StockApi | GetStockNotationKeyFiguresBenchmarkYear3Get | GET /stock/notation/keyFigures/benchmark/year/3/get | End-of-day (EOD) benchmark key figures of a stock for the time range of three years. |
StockApi | GetStockNotationKeyFiguresBenchmarkYear5Get | GET /stock/notation/keyFigures/benchmark/year/5/get | End-of-day (EOD) benchmark key figures of a stock for the time range of five years. |
StockApi | GetStockOwnerList | GET /stock/owner/list | List of owners for a specific type of a company's shares. |
StockApi | GetStockRecommendationAggregateGet | GET /stock/recommendation/aggregate/get | Target price and aggregated recommendations for a stock. |
StockApi | GetStockRecommendationAggregateHistoryList | GET /stock/recommendation/aggregate/history/list | Current and historical trade recommendations and target prices for a stock. |
StockApi | PostStockDividendList | POST /stock/dividend/list | List of dividends for a stock. |
StockApi | PostStockNotationRankingIntradayList | POST /stock/notation/ranking/intraday/list | Ranking of stocks' notations using intraday figures. |
StockApi | PostStockNotationScreenerSearch | POST /stock/notation/screener/search | Screener for stocks' notations based on stock-specific parameters. |
StockApi | PostStockNotationScreenerValueRangesGet | POST /stock/notation/screener/valueRanges/get | Possible values and value ranges for the parameters used in the endpoint /stock/notation/screener/search . |
Documentation for Models
- Model.CursorBasedPaginationOutputObject
- Model.CursorBasedPaginationOutputObjectWithoutTotal
- Model.ErrorMetaObject
- Model.InlineResponse200
- Model.InlineResponse2001
- Model.InlineResponse20010
- Model.InlineResponse20010Data
- Model.InlineResponse20010DataCurrency
- Model.InlineResponse20010DataDates
- Model.InlineResponse20010DataDividends
- Model.InlineResponse20010DataGross
- Model.InlineResponse20010DataOccurrence
- Model.InlineResponse20010DataOccurrenceFrequency
- Model.InlineResponse20010DataType
- Model.InlineResponse20011
- Model.InlineResponse20011Data
- Model.InlineResponse20012
- Model.InlineResponse20012Data
- Model.InlineResponse20012DataBenchmarks
- Model.InlineResponse20012DataNotation
- Model.InlineResponse20012DataNotationInstrument
- Model.InlineResponse20012DataStatus
- Model.InlineResponse20013
- Model.InlineResponse20013Accumulated
- Model.InlineResponse20013Currency
- Model.InlineResponse20013Data
- Model.InlineResponse20013Fsym
- Model.InlineResponse20013FsymListing
- Model.InlineResponse20013FsymRegional
- Model.InlineResponse20013Instrument
- Model.InlineResponse20013InstrumentIndustryClassification
- Model.InlineResponse20013InstrumentIndustryClassificationRbics
- Model.InlineResponse20013Market
- Model.InlineResponse20013Meta
- Model.InlineResponse20013Trade
- Model.InlineResponse20013TradePerformance
- Model.InlineResponse20014
- Model.InlineResponse20014Benchmark
- Model.InlineResponse20014BenchmarkBeta
- Model.InlineResponse20014BenchmarkCorrelation
- Model.InlineResponse20014BenchmarkIndex
- Model.InlineResponse20014BenchmarkOutperformance
- Model.InlineResponse20014Compliance
- Model.InlineResponse20014ComplianceFrance
- Model.InlineResponse20014CurrentKeyFigures
- Model.InlineResponse20014CurrentKeyFiguresCompany
- Model.InlineResponse20014CurrentKeyFiguresCompanyCurrencyDependent
- Model.InlineResponse20014CurrentKeyFiguresCompanyCurrencyDependentPerShare
- Model.InlineResponse20014CurrentKeyFiguresShareInstrument
- Model.InlineResponse20014CurrentKeyFiguresShareInstrumentCurrencyDependent
- Model.InlineResponse20014CurrentKeyFiguresShareInstrumentCurrencyDependentPerShare
- Model.InlineResponse20014CurrentKeyFiguresShareInstrumentRatios
- Model.InlineResponse20014Data
- Model.InlineResponse20014Esg
- Model.InlineResponse20014EsgTruvalueLabs
- Model.InlineResponse20014EsgTruvalueLabsSasb
- Model.InlineResponse20014EsgTruvalueLabsSasbAllCategories
- Model.InlineResponse20014EsgTruvalueLabsSasbMateriality
- Model.InlineResponse20014EsgTruvalueLabsSdg
- Model.InlineResponse20014EsgTruvalueLabsSdgImpact
- Model.InlineResponse20014Estimates
- Model.InlineResponse20014EstimatesFirstFiscalYear
- Model.InlineResponse20014EstimatesFirstFiscalYearCurrencyDependentEstimates
- Model.InlineResponse20014EstimatesFirstFiscalYearCurrencyDependentEstimatesCurrency
- Model.InlineResponse20014EstimatesFirstFiscalYearCurrencyDependentEstimatesEbit
- Model.InlineResponse20014EstimatesFirstFiscalYearCurrencyDependentEstimatesEbitda
- Model.InlineResponse20014EstimatesFirstFiscalYearCurrencyDependentEstimatesPerShare
- Model.InlineResponse20014EstimatesFirstFiscalYearCurrencyDependentEstimatesPerShareCashFlow
- Model.InlineResponse20014EstimatesFirstFiscalYearCurrencyDependentEstimatesPerShareDividends
- Model.InlineResponse20014EstimatesFirstFiscalYearCurrencyDependentEstimatesPerShareEarnings
- Model.InlineResponse20014EstimatesFirstFiscalYearCurrencyDependentEstimatesPerShareSales
- Model.InlineResponse20014EstimatesFirstFiscalYearFiscalYear
- Model.InlineResponse20014EstimatesFirstFiscalYearRatios
- Model.InlineResponse20014EstimatesFirstFiscalYearRatiosDividendYield
- Model.InlineResponse20014EstimatesFirstFiscalYearRatiosEnterpriseValueEbit
- Model.InlineResponse20014EstimatesFirstFiscalYearRatiosEnterpriseValueEbitda
- Model.InlineResponse20014EstimatesFirstFiscalYearRatiosEnterpriseValueSales
- Model.InlineResponse20014EstimatesFirstFiscalYearRatiosPriceBookValue
- Model.InlineResponse20014EstimatesFirstFiscalYearRatiosPriceCashFlow
- Model.InlineResponse20014EstimatesFirstFiscalYearRatiosPriceEarnings
- Model.InlineResponse20014EstimatesFirstFiscalYearRatiosPriceEarningsGrowth
- Model.InlineResponse20014EstimatesFirstFiscalYearRatiosPriceFreeCashFlow
- Model.InlineResponse20014EstimatesFirstFiscalYearRatiosPriceSales
- Model.InlineResponse20014EstimatesFirstFiscalYearReturnOnAssets
- Model.InlineResponse20014EstimatesFirstFiscalYearReturnOnEquity
- Model.InlineResponse20014EstimatesSecondFiscalYear
- Model.InlineResponse20014EstimatesThirdFiscalYear
- Model.InlineResponse20014Instrument
- Model.InlineResponse20014InstrumentCompany
- Model.InlineResponse20014InstrumentCompanyCountry
- Model.InlineResponse20014InstrumentIndustryClassification
- Model.InlineResponse20014InstrumentIndustryClassificationRbics
- Model.InlineResponse20014InstrumentIndustryClassificationRbicsLevel1
- Model.InlineResponse20014InstrumentIndustryClassificationRbicsLevel2
- Model.InlineResponse20014InstrumentIndustryClassificationRbicsLevel3
- Model.InlineResponse20014InstrumentIndustryClassificationRbicsLevel4
- Model.InlineResponse20014InstrumentIndustryClassificationRbicsLevel5
- Model.InlineResponse20014InstrumentIndustryClassificationRbicsLevel6
- Model.InlineResponse20014InstrumentNsin
- Model.InlineResponse20014Market
- Model.InlineResponse20014Nsin
- Model.InlineResponse20014Performance
- Model.InlineResponse20014PerformanceEndOfDay
- Model.InlineResponse20014Recommendation
- Model.InlineResponse20014RecommendationConsensus
- Model.InlineResponse20014RecommendationConsensusChange
- Model.InlineResponse20014RecommendationCounts
- Model.InlineResponse20014ReportedKeyFigures
- Model.InlineResponse20014ReportedKeyFiguresFirstFiscalYear
- Model.InlineResponse20014ReportedKeyFiguresFirstFiscalYearCurrencyDependentKeyFigures
- Model.InlineResponse20014ReportedKeyFiguresFirstFiscalYearCurrencyDependentKeyFiguresCurrency
- Model.InlineResponse20014ReportedKeyFiguresFirstFiscalYearCurrencyDependentKeyFiguresPerShare
- Model.InlineResponse20014ReportedKeyFiguresFirstFiscalYearFiscalYear
- Model.InlineResponse20014ReportedKeyFiguresFirstFiscalYearRatios
- Model.InlineResponse20014ReportedKeyFiguresSecondFiscalYear
- Model.InlineResponse20014ReportedKeyFiguresThirdFiscalYear
- Model.InlineResponse20014RsiWilder
- Model.InlineResponse20014SimpleMovingAverage
- Model.InlineResponse20014SimpleMovingAverageTradingDaysSinceCrossover
- Model.InlineResponse20014SimpleMovingAverageTradingDaysSinceCrossoverSma20vs50
- Model.InlineResponse20014SimpleMovingAverageTradingDaysSinceCrossoverSma50vs200
- Model.InlineResponse20014TradingValue
- Model.InlineResponse20014TradingValueAverage
- Model.InlineResponse20014ValueUnit
- Model.InlineResponse20014Volatility
- Model.InlineResponse20015
- Model.InlineResponse20015Data
- Model.InlineResponse20015DataCategories
- Model.InlineResponse20015DataCompany
- Model.InlineResponse20015DataCompanyCountry
- Model.InlineResponse20015DataCompliance
- Model.InlineResponse20015DataComplianceFrance
- Model.InlineResponse20015DataEstimates
- Model.InlineResponse20015DataEstimatesFirstFiscalYear
- Model.InlineResponse20015DataEstimatesFirstFiscalYearCurrencyDependentEstimates
- Model.InlineResponse20015DataEstimatesFirstFiscalYearCurrencyDependentEstimatesCurrency
- Model.InlineResponse20015DataEstimatesFirstFiscalYearCurrencyDependentEstimatesEbit
- Model.InlineResponse20015DataEstimatesFirstFiscalYearCurrencyDependentEstimatesEbitMean
- Model.InlineResponse20015DataEstimatesFirstFiscalYearCurrencyDependentEstimatesEbitda
- Model.InlineResponse20015DataEstimatesFirstFiscalYearCurrencyDependentEstimatesPerShare
- Model.InlineResponse20015DataEstimatesFirstFiscalYearCurrencyDependentEstimatesPerShareCashFlow
- Model.InlineResponse20015DataEstimatesFirstFiscalYearCurrencyDependentEstimatesPerShareDividends
- Model.InlineResponse20015DataEstimatesFirstFiscalYearCurrencyDependentEstimatesPerShareEarnings
- Model.InlineResponse20015DataEstimatesFirstFiscalYearCurrencyDependentEstimatesPerShareSales
- Model.InlineResponse20015DataEstimatesFirstFiscalYearFiscalYear
- Model.InlineResponse20015DataEstimatesFirstFiscalYearRatios
- Model.InlineResponse20015DataEstimatesFirstFiscalYearRatiosDividendYield
- Model.InlineResponse20015DataEstimatesFirstFiscalYearRatiosDividendYieldMean
- Model.InlineResponse20015DataEstimatesFirstFiscalYearRatiosEnterpriseValueEbit
- Model.InlineResponse20015DataEstimatesFirstFiscalYearRatiosEnterpriseValueEbitda
- Model.InlineResponse20015DataEstimatesFirstFiscalYearRatiosEnterpriseValueSales
- Model.InlineResponse20015DataEstimatesFirstFiscalYearRatiosPriceBookValue
- Model.InlineResponse20015DataEstimatesFirstFiscalYearRatiosPriceCashFlow
- Model.InlineResponse20015DataEstimatesFirstFiscalYearRatiosPriceEarnings
- Model.InlineResponse20015DataEstimatesFirstFiscalYearRatiosPriceEarningsGrowth
- Model.InlineResponse20015DataEstimatesFirstFiscalYearRatiosPriceFreeCashFlow
- Model.InlineResponse20015DataEstimatesFirstFiscalYearRatiosPriceSales
- Model.InlineResponse20015DataEstimatesFirstFiscalYearReturnOnAssets
- Model.InlineResponse20015DataEstimatesFirstFiscalYearReturnOnEquity
- Model.InlineResponse20015DataEstimatesSecondFiscalYear
- Model.InlineResponse20015DataEstimatesThirdFiscalYear
- Model.InlineResponse20015DataIndustryClassification
- Model.InlineResponse20015DataLevel
- Model.InlineResponse20015DataMarket
- Model.InlineResponse20015DataParent
- Model.InlineResponse20015DataPerformance
- Model.InlineResponse20015DataPerformanceEndOfDay
- Model.InlineResponse20015DataPerformanceEndOfDayDay1
- Model.InlineResponse20015DataPerformanceEndOfDayMonth1
- Model.InlineResponse20015DataPerformanceEndOfDayMonths3
- Model.InlineResponse20015DataPerformanceEndOfDayMonths6
- Model.InlineResponse20015DataPerformanceEndOfDayWeek1
- Model.InlineResponse20015DataPerformanceEndOfDayYear1
- Model.InlineResponse20015DataPerformanceEndOfDayYearToDate
- Model.InlineResponse20015DataPerformanceEndOfDayYears3
- Model.InlineResponse20015DataPerformanceEndOfDayYears5
- Model.InlineResponse20015DataPerformanceIntraday
- Model.InlineResponse20015DataRecommendation
- Model.InlineResponse20015DataRecommendationConsensus
- Model.InlineResponse20015DataRecommendationCounts
- Model.InlineResponse20015DataRecommendationCountsTotal
- Model.InlineResponse20015DataReportedKeyFigures
- Model.InlineResponse20015DataReportedKeyFiguresFirstFiscalYear
- Model.InlineResponse20015DataReportedKeyFiguresFirstFiscalYearCurrencyDependentKeyFigures
- Model.InlineResponse20015DataReportedKeyFiguresFirstFiscalYearCurrencyDependentKeyFiguresCurrency
- Model.InlineResponse20015DataReportedKeyFiguresFirstFiscalYearCurrencyDependentKeyFiguresEbit
- Model.InlineResponse20015DataReportedKeyFiguresFirstFiscalYearCurrencyDependentKeyFiguresEbitda
- Model.InlineResponse20015DataReportedKeyFiguresFirstFiscalYearCurrencyDependentKeyFiguresMarketCapitalization
- Model.InlineResponse20015DataReportedKeyFiguresFirstFiscalYearCurrencyDependentKeyFiguresPerShare
- Model.InlineResponse20015DataReportedKeyFiguresFirstFiscalYearCurrencyDependentKeyFiguresPerShareBookValue
- Model.InlineResponse20015DataReportedKeyFiguresFirstFiscalYearCurrencyDependentKeyFiguresPerShareCashFlow
- Model.InlineResponse20015DataReportedKeyFiguresFirstFiscalYearCurrencyDependentKeyFiguresPerShareDividends
- Model.InlineResponse20015DataReportedKeyFiguresFirstFiscalYearCurrencyDependentKeyFiguresPerShareRecurringEarnings
- Model.InlineResponse20015DataReportedKeyFiguresFirstFiscalYearCurrencyDependentKeyFiguresPerShareSales
- Model.InlineResponse20015DataReportedKeyFiguresFirstFiscalYearEbitMargin
- Model.InlineResponse20015DataReportedKeyFiguresFirstFiscalYearEbitdaMargin
- Model.InlineResponse20015DataReportedKeyFiguresFirstFiscalYearGrossIncomeMargin
- Model.InlineResponse20015DataReportedKeyFiguresFirstFiscalYearNetIncomeMargin
- Model.InlineResponse20015DataReportedKeyFiguresFirstFiscalYearOperatingMargin
- Model.InlineResponse20015DataReportedKeyFiguresFirstFiscalYearRatios
- Model.InlineResponse20015DataReportedKeyFiguresFirstFiscalYearRatiosDebtEquity
- Model.InlineResponse20015DataReportedKeyFiguresFirstFiscalYearRatiosDividendYield
- Model.InlineResponse20015DataReportedKeyFiguresFirstFiscalYearRatiosEnterpriseValueEbit
- Model.InlineResponse20015DataReportedKeyFiguresFirstFiscalYearRatiosEnterpriseValueEbitda
- Model.InlineResponse20015DataReportedKeyFiguresFirstFiscalYearRatiosEnterpriseValueSales
- Model.InlineResponse20015DataReportedKeyFiguresFirstFiscalYearRatiosPriceBookValue
- Model.InlineResponse20015DataReportedKeyFiguresFirstFiscalYearRatiosPriceCashFlow
- Model.InlineResponse20015DataReportedKeyFiguresFirstFiscalYearRatiosPriceEarnings
- Model.InlineResponse20015DataReportedKeyFiguresFirstFiscalYearRatiosPriceFreeCashFlow
- Model.InlineResponse20015DataReportedKeyFiguresFirstFiscalYearRatiosPriceSales
- Model.InlineResponse20015DataReportedKeyFiguresFirstFiscalYearReturnOnAssets
- Model.InlineResponse20015DataReportedKeyFiguresFirstFiscalYearReturnOnEquity
- Model.InlineResponse20015DataReportedKeyFiguresSecondFiscalYear
- Model.InlineResponse20015DataReportedKeyFiguresThirdFiscalYear
- Model.InlineResponse20015DataRsiWilder
- Model.InlineResponse20015DataRsiWilderDays14
- Model.InlineResponse20015DataSimpleMovingAverage
- Model.InlineResponse20015DataSimpleMovingAverageDays20
- Model.InlineResponse20015DataSimpleMovingAverageDays200
- Model.InlineResponse20015DataSimpleMovingAverageDays50
- Model.InlineResponse20015DataSimpleMovingAverageTradingDaysSinceCrossover
- Model.InlineResponse20015DataSimpleMovingAverageTradingDaysSinceCrossoverSma20vs50
- Model.InlineResponse20015DataSimpleMovingAverageTradingDaysSinceCrossoverSma20vs50Down
- Model.InlineResponse20015DataSimpleMovingAverageTradingDaysSinceCrossoverSma20vs50Up
- Model.InlineResponse20015DataSimpleMovingAverageTradingDaysSinceCrossoverSma20vs50UpNumberDays
- Model.InlineResponse20015DataSimpleMovingAverageTradingDaysSinceCrossoverSma50vs200
- Model.InlineResponse20015DataSimpleMovingAverageTradingDaysSinceCrossoverSma50vs200Down
- Model.InlineResponse20015DataSimpleMovingAverageTradingDaysSinceCrossoverSma50vs200Up
- Model.InlineResponse20015DataStockType
- Model.InlineResponse20015DataTradingValue
- Model.InlineResponse20015DataTradingValueAverage
- Model.InlineResponse20015DataTradingValueAverageDays30
- Model.InlineResponse20015DataTradingValueAverageDays5
- Model.InlineResponse20015DataValueUnit
- Model.InlineResponse20015DataVolatility
- Model.InlineResponse2001Data
- Model.InlineResponse2001DataBalanceSheet
- Model.InlineResponse2001DataBalanceSheetCashAndDueFromBanks
- Model.InlineResponse2001DataBalanceSheetCashAndShortTermInvestments
- Model.InlineResponse2001DataBalanceSheetNetDebt
- Model.InlineResponse2001DataBalanceSheetTotalAssets
- Model.InlineResponse2001DataBalanceSheetTotalCash
- Model.InlineResponse2001DataBalanceSheetTotalDebt
- Model.InlineResponse2001DataBalanceSheetTotalDeposits
- Model.InlineResponse2001DataBalanceSheetTotalLiabilities
- Model.InlineResponse2001DataBalanceSheetTotalLoans
- Model.InlineResponse2001DataBalanceSheetTotalShareholdersEquity
- Model.InlineResponse2001DataCashFlow
- Model.InlineResponse2001DataCashFlowCapitalExpenditures
- Model.InlineResponse2001DataCashFlowNetFinancingCashFlow
- Model.InlineResponse2001DataCashFlowNetInvestingCashFlow
- Model.InlineResponse2001DataCashFlowNetOperating
- Model.InlineResponse2001DataCompany
- Model.InlineResponse2001DataCurrency
- Model.InlineResponse2001DataFiscalYear
- Model.InlineResponse2001DataFiscalYearData
- Model.InlineResponse2001DataIncomeStatement
- Model.InlineResponse2001DataIncomeStatementClaimLossExpense
- Model.InlineResponse2001DataIncomeStatementEbit
- Model.InlineResponse2001DataIncomeStatementEbitda
- Model.InlineResponse2001DataIncomeStatementGrossIncome
- Model.InlineResponse2001DataIncomeStatementInterestExpense
- Model.InlineResponse2001DataIncomeStatementInterestIncome
- Model.InlineResponse2001DataIncomeStatementLoanLossProvision
- Model.InlineResponse2001DataIncomeStatementLongTermInsuranceReserves
- Model.InlineResponse2001DataIncomeStatementNetIncome
- Model.InlineResponse2001DataIncomeStatementNetInterestIncome
- Model.InlineResponse2001DataIncomeStatementNetInterestIncomeAfterLoanLossProvision
- Model.InlineResponse2001DataIncomeStatementOperatingExpense
- Model.InlineResponse2001DataIncomeStatementOperatingIncome
- Model.InlineResponse2001DataIncomeStatementOperatingIncomeAfterInterestExpense
- Model.InlineResponse2001DataIncomeStatementSales
- Model.InlineResponse2001DataNsin
- Model.InlineResponse2001DataPerShare
- Model.InlineResponse2001DataPerShareBookValue
- Model.InlineResponse2001DataPerShareCashFlow
- Model.InlineResponse2001DataPerShareDilutedEarnings
- Model.InlineResponse2001DataPerShareDividends
- Model.InlineResponse2001DataPerShareEarnings
- Model.InlineResponse2001DataPerShareFreeCashFlow
- Model.InlineResponse2001DataPerShareRecurringDilutedEarnings
- Model.InlineResponse2001DataPerShareSales
- Model.InlineResponse2001DataPerShareTangibleBookValue
- Model.InlineResponse2001DataRatios
- Model.InlineResponse2001DataSharesOutstanding
- Model.InlineResponse2001DataSharesOutstandingAverage
- Model.InlineResponse2001DataType
- Model.InlineResponse2002
- Model.InlineResponse2002BalanceSheet
- Model.InlineResponse2002BalanceSheetNetDebt
- Model.InlineResponse2002BalanceSheetReturnOnAssets
- Model.InlineResponse2002BalanceSheetReturnOnEquity
- Model.InlineResponse2002Currency
- Model.InlineResponse2002Data
- Model.InlineResponse2002FiscalYear
- Model.InlineResponse2002IncomeStatement
- Model.InlineResponse2002IncomeStatementEbit
- Model.InlineResponse2002IncomeStatementEbitda
- Model.InlineResponse2002IncomeStatementSales
- Model.InlineResponse2002PerShare
- Model.InlineResponse2002PerShareCashFlow
- Model.InlineResponse2002PerShareDividends
- Model.InlineResponse2002PerShareEarnings
- Model.InlineResponse2002PerShareNetAssetValue
- Model.InlineResponse2002PerShareSales
- Model.InlineResponse2002Ratios
- Model.InlineResponse2002RatiosDividendYield
- Model.InlineResponse2002RatiosEnterpriseValueEbit
- Model.InlineResponse2002RatiosEnterpriseValueEbita
- Model.InlineResponse2002RatiosEnterpriseValueEbitda
- Model.InlineResponse2002RatiosEnterpriseValueFreeCashFlow
- Model.InlineResponse2002RatiosEnterpriseValueSales
- Model.InlineResponse2002RatiosPriceBookValue
- Model.InlineResponse2002RatiosPriceCashFlow
- Model.InlineResponse2002RatiosPriceEarnings
- Model.InlineResponse2002RatiosPriceEarningsGrowth
- Model.InlineResponse2002RatiosPriceFreeCashFlow
- Model.InlineResponse2002RatiosPriceSales
- Model.InlineResponse2003
- Model.InlineResponse2003Data
- Model.InlineResponse2003DataRecommendation
- Model.InlineResponse2003DataRecommendationCounts
- Model.InlineResponse2003DataTargetPrice
- Model.InlineResponse2003DataTargetPriceCurrency
- Model.InlineResponse2004
- Model.InlineResponse2004Data
- Model.InlineResponse2004DataAggregatedRecommendations
- Model.InlineResponse2004DataRecommendation
- Model.InlineResponse2005
- Model.InlineResponse2005Data
- Model.InlineResponse2005Function
- Model.InlineResponse2005Officers
- Model.InlineResponse2005Type
- Model.InlineResponse2006
- Model.InlineResponse2006Data
- Model.InlineResponse2006Functions
- Model.InlineResponse2007
- Model.InlineResponse2007Data
- Model.InlineResponse2008
- Model.InlineResponse2008Data
- Model.InlineResponse2008DataOwners
- Model.InlineResponse2008DataOwnership
- Model.InlineResponse2008DataType
- Model.InlineResponse2009
- Model.InlineResponse2009Data
- Model.InlineResponse200Data
- Model.InlineResponse200DataCompany
- Model.InlineResponse200DataCompanyCountry
- Model.InlineResponse200DataCompanyKeyFigures
- Model.InlineResponse200DataCompanyKeyFiguresCurrencyDependentKeyFigures
- Model.InlineResponse200DataCompanyKeyFiguresCurrencyDependentKeyFiguresMarketCapitalizationSharesOutstanding
- Model.InlineResponse200DataCompanyKeyFiguresCurrencyDependentKeyFiguresPerShare
- Model.InlineResponse200DataCompanyKeyFiguresCurrencyDependentKeyFiguresPerShareBookValue
- Model.InlineResponse200DataCompanyKeyFiguresCurrencyDependentKeyFiguresPerShareCashFlow
- Model.InlineResponse200DataCompanyKeyFiguresCurrencyDependentKeyFiguresPerShareEarnings
- Model.InlineResponse200DataCompanyKeyFiguresCurrencyDependentKeyFiguresPerShareSales
- Model.InlineResponse200DataCompanyKeyFiguresFreeFloat
- Model.InlineResponse200DataCompanyKeyFiguresSharesOutstanding
- Model.InlineResponse200DataFsym
- Model.InlineResponse200DataFsymSecurity
- Model.InlineResponse200DataNsin
- Model.InlineResponse200DataShareInstrumentKeyFigures
- Model.InlineResponse200DataShareInstrumentKeyFiguresCurrencyDependentKeyFigures
- Model.InlineResponse200DataShareInstrumentKeyFiguresCurrencyDependentKeyFiguresPerShare
- Model.InlineResponse200DataShareInstrumentKeyFiguresCurrencyDependentKeyFiguresPerShareDividend
- Model.InlineResponse200DataShareInstrumentKeyFiguresRatios
- Model.InlineResponse200DataShareInstrumentKeyFiguresRatiosDividendYield
- Model.InlineResponse200DataShareInstrumentKeyFiguresRatiosEarningsYield
- Model.InlineResponse200DataShareInstrumentKeyFiguresRatiosPriceBookValue
- Model.InlineResponse200DataShareInstrumentKeyFiguresRatiosPriceCashFlow
- Model.InlineResponse200DataShareInstrumentKeyFiguresRatiosPriceEarnings
- Model.InlineResponse200DataShareInstrumentKeyFiguresRatiosPriceSales
- Model.InlineResponse200Meta
- Model.OffsetBasedPaginationOutputObject
- Model.OffsetBasedPaginationOutputObjectWithoutTotal
- Model.PartialOutputObject
- Model.PostCompanyEstimatesListByInstrumentRequest
- Model.PostCompanyEstimatesListByInstrumentRequestData
- Model.PostCompanyEstimatesListByInstrumentRequestDataCurrency
- Model.PostCompanyEstimatesListByInstrumentRequestDataFiscalYears
- Model.PostCompanyEstimatesListByInstrumentRequestMeta
- Model.PostCompanyKeyItemsCurrentGetByInstrumentRequest
- Model.PostCompanyKeyItemsCurrentGetByInstrumentRequestData
- Model.PostCompanyKeyItemsCurrentGetByInstrumentRequestDataCurrency
- Model.PostCompanyKeyItemsCurrentGetByInstrumentRequestMeta
- Model.PostCompanyKeyItemsFiscalYearListByInstrumentRequest
- Model.PostCompanyKeyItemsFiscalYearListByInstrumentRequestData
- Model.PostCompanyKeyItemsFiscalYearListByInstrumentRequestDataCurrency
- Model.PostCompanyKeyItemsFiscalYearListByInstrumentRequestDataFiscalYears
- Model.PostStockDividendListRequest
- Model.PostStockDividendListRequestData
- Model.PostStockDividendListRequestDataFilter
- Model.PostStockDividendListRequestDataFilterPeriod
- Model.PostStockDividendListRequestDataFilterType
- Model.PostStockDividendListRequestDataIdentifier
- Model.PostStockDividendListRequestMeta
- Model.PostStockNotationRankingIntradayListRequest
- Model.PostStockNotationRankingIntradayListRequestData
- Model.PostStockNotationRankingIntradayListRequestDataCompany
- Model.PostStockNotationRankingIntradayListRequestDataCompanyCountry
- Model.PostStockNotationRankingIntradayListRequestDataCurrency
- Model.PostStockNotationRankingIntradayListRequestDataIndexMembership
- Model.PostStockNotationRankingIntradayListRequestDataIndustryClassification
- Model.PostStockNotationRankingIntradayListRequestDataInstrumentRestrictionList
- Model.PostStockNotationRankingIntradayListRequestDataMarket
- Model.PostStockNotationRankingIntradayListRequestDataMarketPriority
- Model.PostStockNotationRankingIntradayListRequestDataNotationRestrictionList
- Model.PostStockNotationRankingIntradayListRequestDataPerformance
- Model.PostStockNotationRankingIntradayListRequestDataPerformanceRelative
- Model.PostStockNotationRankingIntradayListRequestDataPerformanceRelativeMaximum
- Model.PostStockNotationRankingIntradayListRequestDataPerformanceRelativeMinimum
- Model.PostStockNotationRankingIntradayListRequestDataPrices
- Model.PostStockNotationRankingIntradayListRequestMeta
- Model.PostStockNotationRankingIntradayListRequestMetaPagination
- Model.PostStockNotationScreenerSearchRequest
- Model.PostStockNotationScreenerSearchRequestData
- Model.PostStockNotationScreenerSearchRequestDataBenchmark
- Model.PostStockNotationScreenerSearchRequestDataBenchmarkBeta
- Model.PostStockNotationScreenerSearchRequestDataBenchmarkBetaMonth1
- Model.PostStockNotationScreenerSearchRequestDataBenchmarkBetaMonths3
- Model.PostStockNotationScreenerSearchRequestDataBenchmarkBetaMonths6
- Model.PostStockNotationScreenerSearchRequestDataBenchmarkBetaWeek1
- Model.PostStockNotationScreenerSearchRequestDataBenchmarkBetaYear1
- Model.PostStockNotationScreenerSearchRequestDataBenchmarkBetaYears3
- Model.PostStockNotationScreenerSearchRequestDataBenchmarkBetaYears5
- Model.PostStockNotationScreenerSearchRequestDataBenchmarkCorrelation
- Model.PostStockNotationScreenerSearchRequestDataBenchmarkOutperformance
- Model.PostStockNotationScreenerSearchRequestDataBenchmarkOutperformanceMonth1
- Model.PostStockNotationScreenerSearchRequestDataBenchmarkOutperformanceMonths3
- Model.PostStockNotationScreenerSearchRequestDataBenchmarkOutperformanceMonths6
- Model.PostStockNotationScreenerSearchRequestDataBenchmarkOutperformanceWeek1
- Model.PostStockNotationScreenerSearchRequestDataBenchmarkOutperformanceYear1
- Model.PostStockNotationScreenerSearchRequestDataBenchmarkOutperformanceYears3
- Model.PostStockNotationScreenerSearchRequestDataBenchmarkOutperformanceYears5
- Model.PostStockNotationScreenerSearchRequestDataCompany
- Model.PostStockNotationScreenerSearchRequestDataCompanyCountry
- Model.PostStockNotationScreenerSearchRequestDataCompanyCountryExclude
- Model.PostStockNotationScreenerSearchRequestDataCompanyCountryRestrict
- Model.PostStockNotationScreenerSearchRequestDataCompliance
- Model.PostStockNotationScreenerSearchRequestDataComplianceFrance
- Model.PostStockNotationScreenerSearchRequestDataComplianceFranceAnd
- Model.PostStockNotationScreenerSearchRequestDataComplianceFranceOr
- Model.PostStockNotationScreenerSearchRequestDataCurrencyDependentEstimates
- Model.PostStockNotationScreenerSearchRequestDataCurrencyDependentEstimatesCurrency
- Model.PostStockNotationScreenerSearchRequestDataCurrencyDependentEstimatesEbit
- Model.PostStockNotationScreenerSearchRequestDataCurrencyDependentEstimatesEbitMean
- Model.PostStockNotationScreenerSearchRequestDataCurrencyDependentEstimatesEbitda
- Model.PostStockNotationScreenerSearchRequestDataCurrencyDependentEstimatesPerShare
- Model.PostStockNotationScreenerSearchRequestDataCurrencyDependentEstimatesPerShareCashFlow
- Model.PostStockNotationScreenerSearchRequestDataCurrencyDependentEstimatesPerShareDividends
- Model.PostStockNotationScreenerSearchRequestDataCurrencyDependentEstimatesPerShareEarnings
- Model.PostStockNotationScreenerSearchRequestDataCurrencyDependentEstimatesPerShareSales
- Model.PostStockNotationScreenerSearchRequestDataCurrencyDependentKeyFigures
- Model.PostStockNotationScreenerSearchRequestDataCurrencyDependentKeyFiguresCurrency
- Model.PostStockNotationScreenerSearchRequestDataCurrencyDependentKeyFiguresEbit
- Model.PostStockNotationScreenerSearchRequestDataCurrencyDependentKeyFiguresEbitda
- Model.PostStockNotationScreenerSearchRequestDataCurrencyDependentKeyFiguresMarketCapitalization
- Model.PostStockNotationScreenerSearchRequestDataCurrencyDependentKeyFiguresPerShare
- Model.PostStockNotationScreenerSearchRequestDataCurrencyDependentKeyFiguresPerShareBookValue
- Model.PostStockNotationScreenerSearchRequestDataCurrencyDependentKeyFiguresPerShareCashFlow
- Model.PostStockNotationScreenerSearchRequestDataCurrencyDependentKeyFiguresPerShareDividends
- Model.PostStockNotationScreenerSearchRequestDataCurrencyDependentKeyFiguresPerShareRecurringDilutedEarnings
- Model.PostStockNotationScreenerSearchRequestDataCurrencyDependentKeyFiguresPerShareSales
- Model.PostStockNotationScreenerSearchRequestDataCurrentKeyFigures
- Model.PostStockNotationScreenerSearchRequestDataCurrentKeyFiguresCompany
- Model.PostStockNotationScreenerSearchRequestDataCurrentKeyFiguresCompanyCurrencyDependent
- Model.PostStockNotationScreenerSearchRequestDataCurrentKeyFiguresCompanyCurrencyDependentCurrency
- Model.PostStockNotationScreenerSearchRequestDataCurrentKeyFiguresCompanyCurrencyDependentMarketCapitalizationSharesOutstanding
- Model.PostStockNotationScreenerSearchRequestDataCurrentKeyFiguresCompanyCurrencyDependentPerShare
- Model.PostStockNotationScreenerSearchRequestDataCurrentKeyFiguresCompanyCurrencyDependentPerShareBookValue
- Model.PostStockNotationScreenerSearchRequestDataCurrentKeyFiguresCompanyCurrencyDependentPerShareCashFlow
- Model.PostStockNotationScreenerSearchRequestDataCurrentKeyFiguresCompanyCurrencyDependentPerShareEarnings
- Model.PostStockNotationScreenerSearchRequestDataCurrentKeyFiguresCompanyCurrencyDependentPerShareSales
- Model.PostStockNotationScreenerSearchRequestDataCurrentKeyFiguresCompanyFreeFloat
- Model.PostStockNotationScreenerSearchRequestDataCurrentKeyFiguresCompanySharesOutstanding
- Model.PostStockNotationScreenerSearchRequestDataCurrentKeyFiguresCompanySharesOutstandingMaximum
- Model.PostStockNotationScreenerSearchRequestDataCurrentKeyFiguresCompanySharesOutstandingMinimum
- Model.PostStockNotationScreenerSearchRequestDataCurrentKeyFiguresShareInstrument
- Model.PostStockNotationScreenerSearchRequestDataCurrentKeyFiguresShareInstrumentCurrencyDependent
- Model.PostStockNotationScreenerSearchRequestDataCurrentKeyFiguresShareInstrumentCurrencyDependentPerShare
- Model.PostStockNotationScreenerSearchRequestDataCurrentKeyFiguresShareInstrumentCurrencyDependentPerShareDividend
- Model.PostStockNotationScreenerSearchRequestDataCurrentKeyFiguresShareInstrumentRatios
- Model.PostStockNotationScreenerSearchRequestDataCurrentKeyFiguresShareInstrumentRatiosDividendYield
- Model.PostStockNotationScreenerSearchRequestDataCurrentKeyFiguresShareInstrumentRatiosEarningsYield
- Model.PostStockNotationScreenerSearchRequestDataCurrentKeyFiguresShareInstrumentRatiosPriceBookValue
- Model.PostStockNotationScreenerSearchRequestDataCurrentKeyFiguresShareInstrumentRatiosPriceCashFlow
- Model.PostStockNotationScreenerSearchRequestDataCurrentKeyFiguresShareInstrumentRatiosPriceEarnings
- Model.PostStockNotationScreenerSearchRequestDataCurrentKeyFiguresShareInstrumentRatiosPriceSales
- Model.PostStockNotationScreenerSearchRequestDataEbitMargin
- Model.PostStockNotationScreenerSearchRequestDataEbitMarginMaximum
- Model.PostStockNotationScreenerSearchRequestDataEbitMarginMinimum
- Model.PostStockNotationScreenerSearchRequestDataEbitdaMargin
- Model.PostStockNotationScreenerSearchRequestDataEsg
- Model.PostStockNotationScreenerSearchRequestDataEsgTruvalueLabs
- Model.PostStockNotationScreenerSearchRequestDataEsgTruvalueLabsSasb
- Model.PostStockNotationScreenerSearchRequestDataEsgTruvalueLabsSasbAllCategories
- Model.PostStockNotationScreenerSearchRequestDataEsgTruvalueLabsSasbAllCategoriesInsight
- Model.PostStockNotationScreenerSearchRequestDataEsgTruvalueLabsSasbAllCategoriesInsightMaximum
- Model.PostStockNotationScreenerSearchRequestDataEsgTruvalueLabsSasbAllCategoriesInsightMinimum
- Model.PostStockNotationScreenerSearchRequestDataEsgTruvalueLabsSasbAllCategoriesMomentum
- Model.PostStockNotationScreenerSearchRequestDataEsgTruvalueLabsSasbAllCategoriesRanking
- Model.PostStockNotationScreenerSearchRequestDataEsgTruvalueLabsSasbMateriality
- Model.PostStockNotationScreenerSearchRequestDataEsgTruvalueLabsSdg
- Model.PostStockNotationScreenerSearchRequestDataEsgTruvalueLabsSdgImpact
- Model.PostStockNotationScreenerSearchRequestDataEsgTruvalueLabsSdgImpactMomentum
- Model.PostStockNotationScreenerSearchRequestDataEstimates
- Model.PostStockNotationScreenerSearchRequestDataFiscalYear
- Model.PostStockNotationScreenerSearchRequestDataFiscalYear1
- Model.PostStockNotationScreenerSearchRequestDataGrossIncomeMargin
- Model.PostStockNotationScreenerSearchRequestDataIndexMembership
- Model.PostStockNotationScreenerSearchRequestDataIndustryClassification
- Model.PostStockNotationScreenerSearchRequestDataIndustryClassificationExclude
- Model.PostStockNotationScreenerSearchRequestDataIndustryClassificationRestrict
- Model.PostStockNotationScreenerSearchRequestDataNetIncomeMargin
- Model.PostStockNotationScreenerSearchRequestDataOperatingMargin
- Model.PostStockNotationScreenerSearchRequestDataPerformance
- Model.PostStockNotationScreenerSearchRequestDataPerformanceEndOfDay
- Model.PostStockNotationScreenerSearchRequestDataPerformanceEndOfDayDay1
- Model.PostStockNotationScreenerSearchRequestDataPerformanceEndOfDayYearToDate
- Model.PostStockNotationScreenerSearchRequestDataPerformanceIntraday
- Model.PostStockNotationScreenerSearchRequestDataRatios
- Model.PostStockNotationScreenerSearchRequestDataRatios1
- Model.PostStockNotationScreenerSearchRequestDataRatios1DividendYield
- Model.PostStockNotationScreenerSearchRequestDataRatios1EnterpriseValueEbit
- Model.PostStockNotationScreenerSearchRequestDataRatios1EnterpriseValueEbitda
- Model.PostStockNotationScreenerSearchRequestDataRatios1EnterpriseValueSales
- Model.PostStockNotationScreenerSearchRequestDataRatios1PriceBookValue
- Model.PostStockNotationScreenerSearchRequestDataRatios1PriceCashFlow
- Model.PostStockNotationScreenerSearchRequestDataRatios1PriceEarnings
- Model.PostStockNotationScreenerSearchRequestDataRatios1PriceEarningsGrowth
- Model.PostStockNotationScreenerSearchRequestDataRatios1PriceEarningsGrowthMean
- Model.PostStockNotationScreenerSearchRequestDataRatios1PriceFreeCashFlow
- Model.PostStockNotationScreenerSearchRequestDataRatios1PriceSales
- Model.PostStockNotationScreenerSearchRequestDataRatiosDebtEquity
- Model.PostStockNotationScreenerSearchRequestDataRatiosDividendYield
- Model.PostStockNotationScreenerSearchRequestDataRatiosEnterpriseValueEbit
- Model.PostStockNotationScreenerSearchRequestDataRatiosEnterpriseValueEbitda
- Model.PostStockNotationScreenerSearchRequestDataRatiosEnterpriseValueSales
- Model.PostStockNotationScreenerSearchRequestDataRatiosPriceBookValue
- Model.PostStockNotationScreenerSearchRequestDataRatiosPriceCashFlow
- Model.PostStockNotationScreenerSearchRequestDataRatiosPriceEarnings
- Model.PostStockNotationScreenerSearchRequestDataRatiosPriceFreeCashFlow
- Model.PostStockNotationScreenerSearchRequestDataRatiosPriceSales
- Model.PostStockNotationScreenerSearchRequestDataRecommendation
- Model.PostStockNotationScreenerSearchRequestDataRecommendationConsensus
- Model.PostStockNotationScreenerSearchRequestDataRecommendationConsensusChange
- Model.PostStockNotationScreenerSearchRequestDataRecommendationConsensusRange
- Model.PostStockNotationScreenerSearchRequestDataRecommendationCounts
- Model.PostStockNotationScreenerSearchRequestDataRecommendationCountsTotal
- Model.PostStockNotationScreenerSearchRequestDataRecommendationCountsTotalMaximum
- Model.PostStockNotationScreenerSearchRequestDataRecommendationCountsTotalMinimum
- Model.PostStockNotationScreenerSearchRequestDataReportedKeyFigures
- Model.PostStockNotationScreenerSearchRequestDataReturnOnAssets
- Model.PostStockNotationScreenerSearchRequestDataReturnOnAssets1
- Model.PostStockNotationScreenerSearchRequestDataReturnOnAssets1Mean
- Model.PostStockNotationScreenerSearchRequestDataReturnOnEquity
- Model.PostStockNotationScreenerSearchRequestDataReturnOnEquity1
- Model.PostStockNotationScreenerSearchRequestDataRsiWilder
- Model.PostStockNotationScreenerSearchRequestDataRsiWilderDays14
- Model.PostStockNotationScreenerSearchRequestDataSimpleMovingAverage
- Model.PostStockNotationScreenerSearchRequestDataSimpleMovingAverageDays20
- Model.PostStockNotationScreenerSearchRequestDataSimpleMovingAverageDays200
- Model.PostStockNotationScreenerSearchRequestDataSimpleMovingAverageDays50
- Model.PostStockNotationScreenerSearchRequestDataSimpleMovingAverageTradingDaysSinceCrossover
- Model.PostStockNotationScreenerSearchRequestDataSimpleMovingAverageTradingDaysSinceCrossoverSma20vs50
- Model.PostStockNotationScreenerSearchRequestDataSimpleMovingAverageTradingDaysSinceCrossoverSma20vs50NumberDays
- Model.PostStockNotationScreenerSearchRequestDataSimpleMovingAverageTradingDaysSinceCrossoverSma20vs50NumberDaysMaximum
- Model.PostStockNotationScreenerSearchRequestDataSimpleMovingAverageTradingDaysSinceCrossoverSma20vs50NumberDaysMinimum
- Model.PostStockNotationScreenerSearchRequestDataSimpleMovingAverageTradingDaysSinceCrossoverSma50vs200
- Model.PostStockNotationScreenerSearchRequestDataSimpleMovingAverageTradingDaysSinceCrossoverSma50vs200NumberDays
- Model.PostStockNotationScreenerSearchRequestDataSimpleMovingAverageTradingDaysSinceCrossoverSma50vs200NumberDaysMaximum
- Model.PostStockNotationScreenerSearchRequestDataSimpleMovingAverageTradingDaysSinceCrossoverSma50vs200NumberDaysMinimum
- Model.PostStockNotationScreenerSearchRequestDataTradingValue
- Model.PostStockNotationScreenerSearchRequestDataTradingValueAverage
- Model.PostStockNotationScreenerSearchRequestDataTradingValueAverageDays30
- Model.PostStockNotationScreenerSearchRequestDataTradingValueAverageDays5
- Model.PostStockNotationScreenerSearchRequestDataValidation
- Model.PostStockNotationScreenerSearchRequestDataValidationInstrumentSelectionList
- Model.PostStockNotationScreenerSearchRequestDataValidationInstrumentSelectionListExclude
- Model.PostStockNotationScreenerSearchRequestDataValidationInstrumentSelectionListRestrict
- Model.PostStockNotationScreenerSearchRequestDataValidationMarket
- Model.PostStockNotationScreenerSearchRequestDataValidationMarketPriority
- Model.PostStockNotationScreenerSearchRequestDataValidationMarketSelection
- Model.PostStockNotationScreenerSearchRequestDataValidationMarketSelectionExclude
- Model.PostStockNotationScreenerSearchRequestDataValidationMarketSelectionRestrict
- Model.PostStockNotationScreenerSearchRequestDataValidationNotationSelectionList
- Model.PostStockNotationScreenerSearchRequestDataValidationNotationSelectionListExclude
- Model.PostStockNotationScreenerSearchRequestDataValidationNotationSelectionListRestrict
- Model.PostStockNotationScreenerSearchRequestDataValidationPrices
- Model.PostStockNotationScreenerSearchRequestDataValidationPricesLatest
- Model.PostStockNotationScreenerSearchRequestDataValidationPricesPrevious
- Model.PostStockNotationScreenerSearchRequestDataValidationValueUnit
- Model.PostStockNotationScreenerSearchRequestDataValidationValueUnitExclude
- Model.PostStockNotationScreenerSearchRequestDataValidationValueUnitRestrict
- Model.PostStockNotationScreenerSearchRequestDataVolatility
- Model.PostStockNotationScreenerSearchRequestMeta
- Model.PostStockNotationScreenerSearchRequestMetaPagination
- Model.PostStockNotationScreenerValueRangesGetRequest
- Model.PostStockNotationScreenerValueRangesGetRequestData
- Model.PostStockNotationScreenerValueRangesGetRequestDataRecommendation
- Model.PostStockNotationScreenerValueRangesGetRequestDataRecommendationConsensus
- Model.StatusObject
Documentation for Authorization
FactSetApiKey
- Type: HTTP basic authentication
FactSetOAuth2
- Type: OAuth
- Flow: application
- Authorization URL:
- Scopes: N/A
Contributing
Please refer to the contributing guide.
Copyright
Copyright 2022 FactSet Research Systems Inc
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- FactSet.SDK.Utils (>= 1.0.0)
- JsonSubTypes (>= 1.8.0)
- Newtonsoft.Json (>= 13.0.1)
- Polly (>= 7.2.2)
- RestSharp (>= 106.15.0)
- System.ComponentModel.Annotations (>= 5.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.11.1 | 91 | 7/11/2024 |
0.11.0 | 97 | 6/14/2024 |
0.10.14 | 128 | 4/10/2024 |
0.10.13 | 256 | 10/25/2023 |
0.10.12 | 147 | 8/30/2023 |
0.10.11 | 145 | 8/11/2023 |
0.10.10 | 139 | 6/6/2023 |
0.10.9 | 171 | 5/11/2023 |
0.10.8 | 225 | 3/1/2023 |
0.10.7 | 245 | 2/24/2023 |
0.10.6 | 314 | 1/12/2023 |
0.10.4 | 298 | 12/15/2022 |
0.10.3 | 392 | 8/31/2022 |
0.10.1 | 406 | 7/21/2022 |
0.10.0 | 408 | 5/24/2022 |
0.9.4 | 368 | 8/31/2022 |
0.9.3 | 386 | 7/21/2022 |
0.9.2 | 406 | 5/24/2022 |
0.9.1 | 424 | 2/14/2022 |
0.9.0 | 412 | 2/2/2022 |
Refer to Changelog on GitHub source repository