The Intrinio C# SDK wraps all API endpoints into an easy-to-use set of classes, methods, and response objects.
To install the SDK use NuGet:
nuget install Intrinio.SDK
Be sure to add all package assemblies as references and include the SDK in your code as follows:
using Intrinio.SDK.Api; using Intrinio.SDK.Client; using Intrinio.SDK.Model;View C# SDK on GitHub