hmG3
TA-Lib.NETCore
C#

๐Ÿ“ˆ A modern port to .NET (C#) of Technical Analysis Library

Last updated Mar 30, 2026
121
Stars
48
Forks
1
Issues
0
Stars/day
Attention Score
56
Language breakdown
C# 100.0%
โ–ธ Files click to expand
README

Technical Analysis Library for .NET

`TALib.NETCore is an independent .NET adaptation of the renowned Technical Analysis Library (TA-Lib) originally developed by Mario Fortier - an open-source ANSI C library, which offers a comprehensive suite of functions for technical analysis of financial time series data. \ It is written entirely in C# with zero dependencies for the .NET platform. This repository contains the source code of the library's latest version, licensed under The GNU Lesser General Public License. This license allows the library to be freely used, including in commercial projects, subject to certain conditions.

License .NET8.0 NuGet NuGet\ test-analyse Coverage status Maintainability rating Code quality CodeFactor Security rating

Installation

A compiled binary of the library is provided by the TALib.NETCore` NuGet package. To install it, run the following command in the Package Manager Console:

Install-Package TALib.NETCore

or in .NET Core CLI:

dotnet add package TALib.NETCore

Documentation

Read the DOCS for more information on how to use the library.

References

๐Ÿ”— More in this category

ยฉ 2026 GitRepoTrend ยท hmG3/TA-Lib.NETCore ยท Updated daily from GitHub