{"repo":"TimHanewich/SecuritiesExchangeCommission.Edgar","free":true,"listed":false,"github":"https://github.com/TimHanewich/SecuritiesExchangeCommission.Edgar","clone":"git clone https://github.com/TimHanewich/SecuritiesExchangeCommission.Edgar.git","description":".NET class library for accessing the Security Exchange Commission's EDGAR database.","language":"C#","stars":12,"topics":["edgar","edgar-api","edgar-scraper","finance","sec","securities-and-exchange-commission"],"license":"MIT","category":"databases-storage","readme_excerpt":"SecuritiesExchangeCommission.Edgar .NET class library for accessing the Security Exchange Commission's EDGAR database. This library allows you to access over twenty years worth of financial data that has been reported to the SEC, mostly by publicly traded companies. Install the package from Nuget: Make sure to Identify your Program! The SEC requires all automated tools to declare their traffic by specifying a user agent in each HTTP request header. This library is designed to do that and will pass the User-Agent according to the SEC's expected format ( AppName/1.0 (email) ). This should be the first thing you do! Be sure to follow this step before doing anything with this library! If you do not, it will likely fail to return any data! Querying the SEC EDGAR Database Use the EdgarSearch class to query the database for filings for any publicly traded company. For example, requesting Microsoft's ($MSFT) latest 10-K filings: The first parameter in the CreateAsync static method, stock symbol , can be specified as either the company's public trading symbol (MSFT in this case) or the company's SEC-assigned CIK, or \"Central Index Key\". For example, Microsoft's CIK is 789019. The EdgarSearch instance is going to place the results of your query into its Results property. The Results property contains the most recent results that suite your query, but is limited of the number of results it can fit in one return. To get the next page of results, you can do something like this: Extracting","default_branch":null,"files":null,"tree":[],"storefront":"/r/TimHanewich","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/TimHanewich/SecuritiesExchangeCommission.Edgar/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}