EdgarCacheFramework 1.0.0
Original version had an erroneous default user name. Updated to ensure users pass their own specific username.
See the version list below for details.
dotnet add package EdgarCacheFramework --version 1.0.0
NuGet\Install-Package EdgarCacheFramework -Version 1.0.0
<PackageReference Include="EdgarCacheFramework" Version="1.0.0" />
paket add EdgarCacheFramework --version 1.0.0
#r "nuget: EdgarCacheFramework, 1.0.0"
// Install EdgarCacheFramework as a Cake Addin #addin nuget:?package=EdgarCacheFramework&version=1.0.0 // Install EdgarCacheFramework as a Cake Tool #tool nuget:?package=EdgarCacheFramework&version=1.0.0
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
SecuritiesExchangeCommission.Edgar https://www.nuget.org/package/SecuritiesExchangeCommission.Edgar
Yahoo.Finance https://www.nuget.org/packages/Yahoo.Finance
Microsoft.EntityFrameworkCore - Design, Sqlite, Tools https://learn.microsoft.com/en-us/ef/core/miscellaneous/platforms
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 4.7.2
- Microsoft.EntityFrameworkCore (>= 3.1.30)
- Microsoft.EntityFrameworkCore.Sqlite (>= 3.1.30)
- Microsoft.EntityFrameworkCore.Tools (>= 3.1.30)
- SecuritiesExchangeCommission.Edgar (>= 6.3.2)
- sqlite-net-pcl (>= 1.8.116)
- Xbrl (>= 5.2.0)
- Yahoo.Finance (>= 4.3.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Initial Release for .NET Framework