MysticQuant42 commited on
Commit
d7afc6e
·
verified ·
1 Parent(s): 663a98e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -11
README.md CHANGED
@@ -1,4 +1,9 @@
 
1
  ---
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: symbol
@@ -25,15 +30,26 @@ dataset_info:
25
  dtype: float64
26
  - name: volume
27
  dtype: float64
28
- splits:
29
- - name: train
30
- num_bytes: 377979751
31
- num_examples: 3722965
32
- download_size: 119415295
33
- dataset_size: 377979751
34
- configs:
35
- - config_name: default
36
- data_files:
37
- - split: train
38
- path: data/train-*
39
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
  ---
3
+ language:
4
+ - en
5
+ license: other
6
+ extra_gated_prompt: "To get access to this dataset, you must subscribe to Papers With Backtest. To subscribe, go to https://paperswithbacktest.com/ > Login > Choose Your Plan > Subscribe."
7
  dataset_info:
8
  features:
9
  - name: symbol
 
30
  dtype: float64
31
  - name: volume
32
  dtype: float64
33
+
 
 
 
 
 
 
 
 
 
 
34
  ---
35
+ # Dataset Information
36
+
37
+ Weekly **Over-Shorted Stocks** metrics for publicly traded companies, provided by **SOV.AI**.
38
+ Each record captures short interest positioning, changes, and context for individual tickers.
39
+
40
+ - **Coverage**: Major US-listed equities with available short interest data
41
+ - **Update cadence**: Weekly snapshots sourced from short interest models
42
+ - **Fields**:
43
+ - `over_shorted`: Relative measure of how over-shorted a ticker is
44
+ - `over_shorted_chg`: Week-over-week change in the over-shorted measure
45
+ - `short_interest`: Shares currently sold short
46
+ - `number_of_shares`: Total shares outstanding
47
+ - `short_percentage`: Percentage of float sold short
48
+ - `short_prediction`: Model prediction for short interest trend
49
+ - `days_to_cover`: Estimated days to cover outstanding short positions
50
+ - `market_cap`: Market capitalization (USD)
51
+ - `total_revenue`: Reported revenue (USD)
52
+ - `volume`: Trading volume for the period
53
+
54
+ ## Data Source
55
+ Data provided by SOV.AI.