Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into main
  • Loading branch information
tylerjthomas9 committed Jun 4, 2021
2 parents d17fa21 + fd00594 commit 7fd01d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ using ScrapeSEC: get_metadata
get_metadata(2012, 2020)
```

Download 10-K, 8-K, and 10-Q filings from the first quarter of 2000
Download 10-K, 8-K, and 10-Q filings for 2012-2020

```julia
using ScrapeSEC: get_quarterly_filings
get_quarterly_filings("../metadata/2000-QTR1.tsv", filing_types=["10-K", "8-K", "10-Q"])
get_quarterly_filings(2012, 2020; filing_types=["10-K", "8-K", "10-Q"])
```

0 comments on commit 7fd01d9

Please sign in to comment.