EdgarCacheFramework 1.0.0

Suggested Alternatives

EdgarCacheFramework 1.0.1

Additional Details

Original version had an erroneous default user name. Updated to ensure users pass their own specific username.

There is a newer version of this package available.
See the version list below for details.
dotnet add package EdgarCacheFramework --version 1.0.0
                    
NuGet\Install-Package EdgarCacheFramework -Version 1.0.0
                    
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.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EdgarCacheFramework" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="EdgarCacheFramework" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add EdgarCacheFramework --version 1.0.0
                    
#r "nuget: EdgarCacheFramework, 1.0.0"
                    
#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.
#addin nuget:?package=EdgarCacheFramework&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=EdgarCacheFramework&version=1.0.0
                    
Install as a Cake Tool

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

DataPullHelper pullHelper = new DataPullHelper();
//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 421 11/7/2022
1.0.1 454 10/23/2022 1.0.1 is deprecated because it has critical bugs.
1.0.0 493 10/22/2022 1.0.0 is deprecated.

Initial Release for .NET Framework