A .NET Standard 2.0 library for accessing Twelve Data's stock market APIs
- Compatible with projects that target .NET Standard 2.0 including .NET Framework, .NET Core, and Xamarin
- Aims to access all APIs (work in progress, starting with Time Series and high demand technical indicators first)
- Lightweight with just a single external dependency (Newtonsoft.JSON)
- Response data is automatically converted to a more appropriate data type (i.e a stock price is provided as a string in JSON and then converted to a double)
https://www.nuget.org/packages/TwelveDataSharp/
Documentation is available under the wiki: https://github.com/pseudomarkets/TwelveDataSharp/wiki/Getting-Started
This is NOT an official Twelve Data library, and the author of this library is not affiliated with Twelve Data in any way, shape or form. Twelve Data APIs and data are Copyright © 2020 Twelve Data Pte. Ltd.