File size: 1,265 Bytes
93e3b9f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---
license: mit
tags:
- nlp
pretty_name: SP500 EDGAR 10-K Filings
---

# Dataset Card for SP500-EDGAR-10K

## Dataset Description

- **Homepage:** 
- **Repository:** 
- **Paper:** 
- **Leaderboard:** 
- **Point of Contact:** 

### Dataset Summary

This dataset contains the annual reports for all SP500 historical constituents from 2010-2022 from SEC EDGAR Form 10-K filings.
It also contains n-day future returns of each firm's stock price from each filing date.

## Dataset Structure

### Data Fields

[More Information Needed]

### Data Splits

[More Information Needed]

## Dataset Creation

### Source Data

#### Initial Data Collection and Normalization

10-K filings data was collected and processed using `edgar-crawler` available <a href='https://github.com/nlpaueb/edgar-crawler'>here.</a>
Return data was computed manually from other price data sources. 

### Annotations

#### Annotation process

N/A

#### Who are the annotators?

N/A

### Personal and Sensitive Information

N/A

## Considerations for Using the Data

### Social Impact of Dataset

N/A

### Discussion of Biases

The firms in the dataset are constructed from historical SP500 membership data, removing survival biases.

### Other Known Limitations

N/A

### Licensing Information

MIT