SkillAgentSearch skills...

StooqApi

A .NET wrapper for Stooq, based on .NET Standard 2.0

Install / Use

/learn @karlwancl/StooqApi
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

StooqApi

Build status NuGet license

A .NET wrapper for Stooq, based on .NET Standard 2.0

Feature

  • Get historical data from Stooq.com

Installation

PM> Install-Package StooqApi

Usage

Add Reference

using StooqApi;

Get Historical Data

var candles = await Stooq.GetHistoricalAsync("aapl", Period.Daily, new DateTime(2017, 1, 3));
Console.WriteLine($"DateTime: {candles[0].DateTime}, Open: {candles[0].Open}, High: {candles[0].High}, Low: {candles[0].Low}, Close: {candles[0].Close}");

Powered by

  • Flurl (@tmenier) - A simple & elegant fluent-style REST api library
View on GitHub
GitHub Stars8
CategoryDevelopment
Updated4mo ago
Forks7

Languages

C#

Security Score

87/100

Audited on Nov 5, 2025

No findings