Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FactSet

Analytics API Engines .NET SDK

build nuget API version Apache-2 licenseDeprecated

**Note: The Analytics SDK will be deprecated effective 31-Aug-2026. While we intend to provide limited security fixes till 31-Aug-2026, this SDK will be archived thereafter and will no longer receive updates or security patches. Please migrate to our Enterprise SDK, which is the long-term supported solution from FactSet. Please choose the appropriate API-specific Enterprise SDK from these search results: enterprise-sdk

Use this library to integrate with FactSet's Analytics APIs. Below APIs are supported by this SDK.

Contents

Requirements

  • .Net Standard 2.0 or higher

Installation

  • Install with Package Manager Console:

    Install-Package FactSet.AnalyticsAPI.Engines
  • Install with NuGet:

    nuget install FactSet.AnalyticsAPI.Engines
  • Install with .NET Core:

    dotnet add package FactSet.AnalyticsAPI.Engines
  • Alternatively, download or clone this repository, build the SDK and add it as reference to your project:

    git clone https://github.com/factset/analyticsapi-engines-dotnet-sdk.git
    cd auto-generated-sdk
    dotnet build auto-generated-sdk/src/FactSet.AnalyticsAPI.Engines

Usage

Refer examples project for sample code snippets to quickly get started with the SDK

Tests

First, clone the repo locally and cd into the directory.

git clone https://github.com/factset/analyticsapi-engines-dotnet-sdk.git
cd tests

Before running the tests, set the below environment variables. Use the Developer Portal Manage API Keys page to get these values.

export ANALYTICS_API_USERNAME_SERIAL = "username-serial"
export ANALYTICS_API_PASSWORD = "apikey"

Run the tests with below command.

dotnet test

Contributing

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages