FactSet.SDK.BestExecutionAnalyticsforSmarterTradingBEAST
0.3.0
Prefix Reserved
dotnet add package FactSet.SDK.BestExecutionAnalyticsforSmarterTradingBEAST --version 0.3.0
NuGet\Install-Package FactSet.SDK.BestExecutionAnalyticsforSmarterTradingBEAST -Version 0.3.0
<PackageReference Include="FactSet.SDK.BestExecutionAnalyticsforSmarterTradingBEAST" Version="0.3.0" />
<PackageVersion Include="FactSet.SDK.BestExecutionAnalyticsforSmarterTradingBEAST" Version="0.3.0" />
<PackageReference Include="FactSet.SDK.BestExecutionAnalyticsforSmarterTradingBEAST" />
paket add FactSet.SDK.BestExecutionAnalyticsforSmarterTradingBEAST --version 0.3.0
#r "nuget: FactSet.SDK.BestExecutionAnalyticsforSmarterTradingBEAST, 0.3.0"
#:package FactSet.SDK.BestExecutionAnalyticsforSmarterTradingBEAST@0.3.0
#addin nuget:?package=FactSet.SDK.BestExecutionAnalyticsforSmarterTradingBEAST&version=0.3.0
#tool nuget:?package=FactSet.SDK.BestExecutionAnalyticsforSmarterTradingBEAST&version=0.3.0
Best Execution Analytics for Smarter Trading (BEAST) client library for .NET
Enables clients to programmatically access the underlying data which powers the BEAST Liquidity Analytics (LA) and Transaction Cost Analysis (TCA) applications.
This .NET package is automatically generated by the OpenAPI Generator project:
- API version: 3.0.0
- SDK version: 0.3.0
- Build package: com.factset.sdk.codegen.FactSetCSharpNetCoreClientCodegen
For more information, please visit https://developer.factset.com/contact
Requirements
- .NET Standard >= 2.0
Installation
.NET CLI
dotnet add package FactSet.SDK.Utils
dotnet add package FactSet.SDK.BestExecutionAnalyticsforSmarterTradingBEAST -v 0.3.0
NuGet
nuget install FactSet.SDK.Utils
nuget install FactSet.SDK.BestExecutionAnalyticsforSmarterTradingBEAST -Version 0.3.0
Usage
- Generate authentication credentials.
- Setup .NET Standard 2.0 compatible environment.
- Install dependencies.
- Run the following:
The parameter variables defined below are just examples and may potentially contain non valid values. Please replace them with valid values.
Example Code
using System;
using System.Threading.Tasks;
using FactSet.SDK.Utils.Authentication;
using FactSet.SDK.BestExecutionAnalyticsforSmarterTradingBEAST.Api;
using FactSet.SDK.BestExecutionAnalyticsforSmarterTradingBEAST.Client;
using FactSet.SDK.BestExecutionAnalyticsforSmarterTradingBEAST.Model;
namespace Example
{
public static class GetLiquidityAnalyticsExample
{
public static async Task Main()
{
var config = new FactSet.SDK.BestExecutionAnalyticsforSmarterTradingBEAST.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
//
// The confidential client instance should be reused in production environments.
// 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 LiquidityAnalyticsApi(config);
var securityIds = new List<string>(); // List<string> | ISIN for European securities, otherwise TICKER
var startDate = DateTime.Parse("2024-08-21"); // DateTime | Date in the format YYYY-MM-DD
var endDate = DateTime.Parse("2024-08-29"); // DateTime | Date in the format YYYY-MM-DD
try
{
// Get Liquidity Analytics
LiquidityAnalyticsResponseRoot result = apiInstance.GetLiquidityAnalytics(securityIds, startDate, endDate);
Console.WriteLine(result.ToJson());
}
catch (ApiException e)
{
Console.WriteLine("Exception when calling LiquidityAnalyticsApi.GetLiquidityAnalytics: " + 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/analytics/beast/v3
| Class | Method | HTTP request | Description |
|---|---|---|---|
| LiquidityAnalyticsApi | GetLiquidityAnalytics | GET /tca/liquidity/liquidity-analytics | Get Liquidity Analytics |
| LiquidityAnalyticsApi | GetLiquidityQuotes | GET /tca/liquidity/quotes | Get Liquidity Quotes |
| LiquidityAnalyticsApi | GetLiquidityTrades | GET /tca/liquidity/trades | Get Liquidity Trades |
| LiquidityAnalyticsApi | GetLiquidityVolumeAnalytics | GET /tca/liquidity/volume-analytics | Get Liquidity Volume Analytics |
| MarketImpactApi | GetCostImpactV3 | GET /tca/market-impact/cost-impact | Get Cost Impact |
| OrderDetailsApi | GetOrderFillCount | GET /tca/order/fill-count | Get Order Fill Count |
| OrderDetailsApi | GetOrderIndexETF | GET /tca/order/index-etf | Get Index ETF data |
| OrderDetailsApi | GetOrderInfo | GET /tca/order/order-info | Get Order Information |
| OrderDetailsApi | GetOrderIntraStats | GET /tca/order/intra-order-stats | Get Intra Order Stats |
| OrderDetailsApi | GetOrderInvestmentTiming | GET /tca/order/investment-timing | Get Order Investment Timings |
| OrderDetailsApi | GetOrderPriceTimeFills | GET /tca/order/price-time-fills | Get Price Time Fills |
| OrderDetailsApi | GetOrderPriceTimeQuotes | GET /tca/order/price-time-quotes | Get Price Time Quotes |
| OrderDetailsApi | GetOrderPriceTimeTrades | GET /tca/order/price-time-trades | Get Price Time Trades |
| OrderDetailsApi | GetOrderVolumePrice | GET /tca/order/volume-price | Get Order Volume Prices |
| OrderDetailsApi | GetOrderVolumeTime | GET /tca/order/volume-time | Get Order Volume Times |
| OrderDetailsApi | GetOrderVolumeVenue | GET /tca/order/volume-venue | Get Order Volume Venues |
| OrderSearchApi | GetFieldValues | GET /tca/search/field-values | Get Order field values |
| OrderSearchApi | GetOrders | GET /tca/search/orders | Get Orders by field values |
| OutliersApi | GetOutlierMetricsByPercentile | GET /tca/outlier/metrics-by-percentile | Get Outlier Metrics by percentile |
| OutliersApi | GetOutlierMetricsStandard | GET /tca/outlier/metrics-standard | Get Outlier Metrics by standard deviation |
| ReportsApi | GetParentAggregateAnalysis | GET /tca/report/parent-aggregate-analysis | Get Parent Aggregate Analysis |
Documentation for Models
- Model.AggregateMarketImpact
- Model.CostImpactResponseRootV3
- Model.CostImpactV3
- Model.Error
- Model.ErrorResponse
- Model.FieldValuesResponse
- Model.FieldValuesResponseRoot
- Model.IndexETF
- Model.IndexETFResponse
- Model.IndexETFResponseRoot
- Model.IntraOrderStat
- Model.IntraOrderStatResponse
- Model.IntraOrderStatResponseRoot
- Model.InvestmentTiming
- Model.InvestmentTimingResponse
- Model.InvestmentTimingResponseRoot
- Model.LiquidityAnalyticsResponse
- Model.LiquidityAnalyticsResponseRoot
- Model.MarketImpactQuoteAnalytics
- Model.MarketImpactTradeAnalytics
- Model.MultiDayBenchmarks
- Model.Order
- Model.OrderFillCountResponse
- Model.OrderFillCountResponseRoot
- Model.OrderInfoResponse
- Model.OrderInfoResponseRoot
- Model.OrdersResponse
- Model.OrdersResponseRoot
- Model.Outlier
- Model.OutlierData
- Model.OutlierDataResult
- Model.OutlierMetrics
- Model.OutlierResponse
- Model.OutlierResponseRoot
- Model.OutputStrategyBinData
- Model.PriceTimeFill
- Model.PriceTimeFillResponse
- Model.PriceTimeFillResponseRoot
- Model.PriceTimeQuote
- Model.PriceTimeQuoteResponse
- Model.PriceTimeQuoteResponseRoot
- Model.PriceTimeTrade
- Model.PriceTimeTradeResponse
- Model.PriceTimeTradeResponseRoot
- Model.QuotesAnalyticsResponseRoot
- Model.QuotesAndTradesAnalytics
- Model.QuotesAndTradesAnalyticsResponse
- Model.ReportRecord
- Model.ReportResponse
- Model.ReportResponseRoot
- Model.TradesAnalyticsResponseRoot
- Model.VolumeAnalytic
- Model.VolumeAnalyticsResponseRootV3
- Model.VolumeAnalyticsResponseV3
- Model.VolumePrice
- Model.VolumePriceBin
- Model.VolumePriceMetrics
- Model.VolumePriceResponse
- Model.VolumePriceResponseRoot
- Model.VolumeTime
- Model.VolumeTimeResponse
- Model.VolumeTimeResponseRoot
- Model.VolumeVenue
- Model.VolumeVenueResponse
- Model.VolumeVenueResponseRoot
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 2025 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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.1.0)
- JsonSubTypes (>= 1.9.0)
- Newtonsoft.Json (>= 13.0.4)
- Polly (>= 7.2.4)
- 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.
Refer to Changelog on GitHub source repository