EdgarCacheFramework 1.0.1

Additional Details

Required passing of custom agent name.

There is a newer version of this package available.
See the version list below for details.
dotnet add package EdgarCacheFramework --version 1.0.1
NuGet\Install-Package EdgarCacheFramework -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EdgarCacheFramework" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EdgarCacheFramework --version 1.0.1
#r "nuget: EdgarCacheFramework, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install EdgarCacheFramework as a Cake Addin
#addin nuget:?package=EdgarCacheFramework&version=1.0.1

// Install EdgarCacheFramework as a Cake Tool
#tool nuget:?package=EdgarCacheFramework&version=1.0.1

Yahoo-SEC-Data-Cache-Framework

This project minimizes external requests to Yahoo and SEC EDGAR XBRL filings by caching searched results in a code first, run-time generated SQLite database.

Stock prices are validated after 90 days from caching in case of stock splits. SEC EDGAR XBRL filings over periods are cross referenced with the latest filings in case of adjustments (10-KA & 10-QA).

Usage

//Create a new datapull helper and pass it a username
DataPullHelper pullHelper = new DataPullHelper("MyUserAgentName");
//Retreive financial statements
FinancialStatement[] statements = await pullHelper.GetFinancialStatements("MSFT", "10-Q", 2);
//Retreive stockprices
HistoricalDataRecord[] stockPrices = await pullHelper.GetStockPrice("MSFT", DateTime.Parse("1/1/2020"), DateTime.Today);

Dependencies

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 330 11/7/2022
1.0.1 364 10/23/2022
1.0.0 393 10/22/2022

Initial Release for .NET Framework