Project SEC EDGAR API Library
For this project we are going to expand our CIK Lookup Module to add additional methods to make it a client we can use to find and retrieve the 10K and 10Q documents. To get more context on this explore the SEC Website using the EDGAR search tool.
Review the links above
Read through the API and test the API by making calls with cURL and inspecting the results.
If you need a tool to help parse the JSON while testing on the command line check out JQ
Find a Company 10Q
Search For a Company
Find the latest 10Q they submitted
Open the 10Q
Skim through it to better understand the type of information included
We are going to fully automate the Find a Company 10Q
steps.
Last updated