Skip to content

calcbench/dotNet_api_client

Repository files navigation

Calcbench API Client

A .net client for Calcbench's API.

Calcbench is an interface to the XBRL encoded 10-(K|Q) documents public companies file on the SEC's Edgar system.

using Calcbench;
string[] companyIdentifers = { "MSFT", "ORCL" };
APIClient client = new();
var filings = await client.Filings(companyIdentifiers: companyIdentifers);
Console.WriteLine(string.Join(",", filings.Select(f => $"{f.entity_name} {f.fiscal_year} {f.fiscal_period} {f.filing_type}")));

Support

andrew@calcbench.com

About

A .net/Csharp client for the Calcbench API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages