Retrieve company filing from the SEC
Retrieve a company’s filing link from the SEC (U.S. Securities and Exchange Commission).
Common use cases
Category
- Security & Exchange Commission
| NAME | DESCRIPTION | TYPE | REQUIRED | EXAMPLE |
|---|
| Company name | The company name that will be used in the search. | Text | Yes | Google |
| Form type | The type of filing to be retrieved from the SEC | PredefinedChoice List | Yes | S-11MEF |
| Company ticker symbol | Ticker symbol of a company | Text | No | GOOGL |
Note: the value of inputs can either be a set value in the configuration of the Wrk Action within the Wrkflow, or a variable from the Data Library. These variables in the Data Library section are the outputs of previous Wrk Actions in the Wrkflow.
Outputs (what you get)
| NAME | DESCRIPTION | TYPE | REQUIRED | EXAMPLE |
|---|
| SEC filing link | Link to SEC company filing file | URL | Yes | https://secfiling/document/d/Lcrzit |
Outcomes
| NAME | DESCRIPTION |
|---|
| Success | This status is selected if the correct company filing was successfully retrieved. |
| Unsuccessful | This status is selected in the event of the following scenarios:- Web page link not provided- Application site is down- Instructions to search for information are not provided |
Requirements