Duplicate from defeatbeta/yahoo-finance-data
Browse filesCo-authored-by: zxh2010 <zxh2010@users.noreply.huggingface.co>
- .gitattributes +59 -0
- .gitignore +5 -0
- README.md +452 -0
- data/company_tickers.json +0 -0
- data/daily_treasury_yield.parquet +3 -0
- data/exchange_rate.parquet +3 -0
- data/stock_dividend_events.parquet +3 -0
- data/stock_earning_calendar.parquet +3 -0
- data/stock_earning_call_transcripts.parquet +3 -0
- data/stock_news.parquet +3 -0
- data/stock_officers.parquet +3 -0
- data/stock_prices.parquet +3 -0
- data/stock_profile.parquet +3 -0
- data/stock_revenue_breakdown.parquet +3 -0
- data/stock_sec_filing.parquet +3 -0
- data/stock_shares_outstanding.parquet +3 -0
- data/stock_split_events.parquet +3 -0
- data/stock_statement.parquet +3 -0
- data/stock_tailing_eps.parquet +3 -0
- spec.json +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.mds filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
# Audio files - uncompressed
|
| 39 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
# Audio files - compressed
|
| 43 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
# Image files - uncompressed
|
| 49 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
# Image files - compressed
|
| 54 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
# Video files - compressed
|
| 58 |
+
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
*.webm filter=lfs diff=lfs merge=lfs -text
|
.gitignore
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.crc
|
| 2 |
+
.idea/.gitignore
|
| 3 |
+
.idea/*
|
| 4 |
+
*.py
|
| 5 |
+
split/*
|
README.md
ADDED
|
@@ -0,0 +1,452 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: odc-by
|
| 3 |
+
viewer: false
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
size_categories:
|
| 7 |
+
- 100M<n<1B
|
| 8 |
+
tags:
|
| 9 |
+
- earnings-call-transcripts
|
| 10 |
+
- market-data
|
| 11 |
+
- stock-data
|
| 12 |
+
- finance-data
|
| 13 |
+
- finance
|
| 14 |
+
- stock-news
|
| 15 |
+
- yahoo-news
|
| 16 |
+
dataset_info:
|
| 17 |
+
- config_name: stock_earning_calendar
|
| 18 |
+
features:
|
| 19 |
+
- name: symbol
|
| 20 |
+
dtype: string
|
| 21 |
+
- name: report_date
|
| 22 |
+
dtype: string
|
| 23 |
+
- name: time
|
| 24 |
+
dtype: string
|
| 25 |
+
- name: name
|
| 26 |
+
dtype: string
|
| 27 |
+
- name: fiscal_quarter_ending
|
| 28 |
+
dtype: string
|
| 29 |
+
splits:
|
| 30 |
+
- name: train
|
| 31 |
+
num_bytes: 3441492
|
| 32 |
+
num_examples: 41692
|
| 33 |
+
- name: test
|
| 34 |
+
num_bytes: 860373
|
| 35 |
+
num_examples: 10423
|
| 36 |
+
download_size: 466771
|
| 37 |
+
dataset_size: 4301865
|
| 38 |
+
- config_name: stock_tailing_eps
|
| 39 |
+
features:
|
| 40 |
+
- name: symbol
|
| 41 |
+
dtype: string
|
| 42 |
+
- name: report_date
|
| 43 |
+
dtype: string
|
| 44 |
+
- name: tailing_eps
|
| 45 |
+
dtype: decimal128(38, 2)
|
| 46 |
+
- name: eps
|
| 47 |
+
dtype: decimal128(38, 2)
|
| 48 |
+
- name: update_time
|
| 49 |
+
dtype: string
|
| 50 |
+
splits:
|
| 51 |
+
- name: train
|
| 52 |
+
num_bytes: 14435904
|
| 53 |
+
num_examples: 212944
|
| 54 |
+
- name: test
|
| 55 |
+
num_bytes: 3609044
|
| 56 |
+
num_examples: 53237
|
| 57 |
+
download_size: 1872135
|
| 58 |
+
dataset_size: 18044948
|
| 59 |
+
configs:
|
| 60 |
+
- config_name: stock_earning_calendar
|
| 61 |
+
data_files:
|
| 62 |
+
- split: train
|
| 63 |
+
path: stock_earning_calendar/train-*
|
| 64 |
+
- split: test
|
| 65 |
+
path: stock_earning_calendar/test-*
|
| 66 |
+
- config_name: stock_tailing_eps
|
| 67 |
+
data_files:
|
| 68 |
+
- split: train
|
| 69 |
+
path: stock_tailing_eps/train-*
|
| 70 |
+
- split: test
|
| 71 |
+
path: stock_tailing_eps/test-*
|
| 72 |
+
---
|
| 73 |
+
# The Financial data from Yahoo!
|
| 74 |
+
|
| 75 |
+
<table border=1 cellpadding=10><tr><td>
|
| 76 |
+
|
| 77 |
+
### \*\*\* Key Points to Note \*\*\*
|
| 78 |
+
|
| 79 |
+
---
|
| 80 |
+
|
| 81 |
+
**All financial data is sourced from Yahoo!Ⓡ Finance, Nasdaq!Ⓡ, and the U.S. Department of the Treasury via publicly available APIs, and is intended for research and educational purposes.**
|
| 82 |
+
|
| 83 |
+
I will update the data regularly, and you are welcome to follow this project and use the data.
|
| 84 |
+
|
| 85 |
+
Each time the data is updated, I will record the update time in [spec.json](https://huggingface.co/datasets/defeatbeta/yahoo-finance-data/blob/main/spec.json).
|
| 86 |
+
|
| 87 |
+
</td></tr></table>
|
| 88 |
+
|
| 89 |
+
### Data Usage Instructions
|
| 90 |
+
|
| 91 |
+
Use [DuckDB](https://shell.duckdb.org/) or [Python API](https://github.com/defeat-beta/defeatbeta-api/) or [Claude AI](https://github.com/defeat-beta/defeatbeta-api/tree/main/mcp#use-in-claude-desktop) or [Manus AI](https://github.com/defeat-beta/defeatbeta-api/tree/main/mcp#use-in-manus) to Access Data
|
| 92 |
+
|
| 93 |
+
All datasets are publicly accessible and stored in Parquet format.
|
| 94 |
+
|
| 95 |
+
When using AI, you can also use [skills](https://github.com/defeat-beta/defeatbeta-api/tree/main/skills) for enhanced data analysis capabilities.
|
| 96 |
+
|
| 97 |
+
---
|
| 98 |
+
|
| 99 |
+
#### Datasets Overview
|
| 100 |
+
|
| 101 |
+
1. **stock_profile**
|
| 102 |
+
- **Source:** `https://finance.yahoo.com/quote/{$symbol}/profile/`
|
| 103 |
+
- **Description:** Contains company details such as address, industry, and employee count.
|
| 104 |
+
- **Columns:**
|
| 105 |
+
| Column Name | Column Type | Description |
|
| 106 |
+
|-----------------------|-------------|----------------------------|
|
| 107 |
+
| symbol | VARCHAR | Stock ticker symbol |
|
| 108 |
+
| address | VARCHAR | Company address |
|
| 109 |
+
| city | VARCHAR | City |
|
| 110 |
+
| country | VARCHAR | Country |
|
| 111 |
+
| phone | VARCHAR | Phone number |
|
| 112 |
+
| zip | VARCHAR | Zip code |
|
| 113 |
+
| industry | VARCHAR | Industry type |
|
| 114 |
+
| sector | VARCHAR | Business sector |
|
| 115 |
+
| long_business_summary | VARCHAR | Business summary |
|
| 116 |
+
| full_time_employees | INTEGER | Number of full-time staff |
|
| 117 |
+
| report_date | VARCHAR | Data reporting date |
|
| 118 |
+
|
| 119 |
+
2. **stock_officers**
|
| 120 |
+
- **Source:** `https://finance.yahoo.com/quote/{$symbol}/profile/`
|
| 121 |
+
- **Description:** Lists company executives, including their pay and title.
|
| 122 |
+
- **Columns:**
|
| 123 |
+
| Column Name | Column Type | Description |
|
| 124 |
+
|--------------|-------------|--------------------------|
|
| 125 |
+
| symbol | VARCHAR | Stock ticker symbol |
|
| 126 |
+
| name | VARCHAR | Executive's name |
|
| 127 |
+
| title | VARCHAR | Executive's job title |
|
| 128 |
+
| age | INTEGER | Executive's age |
|
| 129 |
+
| born | INTEGER | Year of birth |
|
| 130 |
+
| pay | INTEGER | Wage (USD) |
|
| 131 |
+
| exercised | INTEGER | Stock options exercised |
|
| 132 |
+
| unexercised | INTEGER | Unexercised stock options|
|
| 133 |
+
|
| 134 |
+
3. **stock_tailing_eps**
|
| 135 |
+
- **Source:** `https://ycharts.com/companies/${symbol}/eps_ttm`
|
| 136 |
+
- **Description:** Provides financial metrics such as Trailing earnings per share (TTM EPS).
|
| 137 |
+
- **Columns:**
|
| 138 |
+
| Column Name | Column Type | Description |
|
| 139 |
+
|--------------|-----------------|--------------------------|
|
| 140 |
+
| symbol | VARCHAR | Stock ticker symbol |
|
| 141 |
+
| report_date | VARCHAR | Reporting date |
|
| 142 |
+
| tailing_eps | DECIMAL(38,2) | Trailing EPS |
|
| 143 |
+
| update_time | VARCHAR | Last update time |
|
| 144 |
+
|
| 145 |
+
4. **stock_earning_calendar**
|
| 146 |
+
- **Source:** `https://www.nasdaq.com/market-activity/earnings`
|
| 147 |
+
- **Description:** Contains information about companies' earnings reports, including their ticker symbols, reporting dates, names, and fiscal quarter end dates.
|
| 148 |
+
- **Columns:**
|
| 149 |
+
| Column Name | Column Type | Description |
|
| 150 |
+
|-----------------------|-------------|----------------------------------|
|
| 151 |
+
| symbol | VARCHAR | Stock ticker symbol |
|
| 152 |
+
| report_date | VARCHAR | Reporting date |
|
| 153 |
+
| name | VARCHAR | Company Simple Name |
|
| 154 |
+
| fiscal_quarter_ending | VARCHAR | Fiscal quarter end date |
|
| 155 |
+
|
| 156 |
+
5. **stock_statement**
|
| 157 |
+
- **Source:** `https://finance.yahoo.com/quote/${symbol}/financials/`
|
| 158 |
+
- **Description:** Contains financial statement details of companies, including ticker symbols, reporting dates, specific financial items, their values, and related statement types and periods.
|
| 159 |
+
- **Columns:**
|
| 160 |
+
| Column Name | Column Type | Description |
|
| 161 |
+
|---------------|-----------------|-----------------------------------------------|
|
| 162 |
+
| symbol | VARCHAR | Stock ticker symbol |
|
| 163 |
+
| report_date | VARCHAR | Reporting date |
|
| 164 |
+
| item_name | VARCHAR | Name of the financial statement item |
|
| 165 |
+
| item_value | DECIMAL(38,2) | Value of the financial statement item |
|
| 166 |
+
| finance_type | VARCHAR | Type of financial statement (e.g., balance_sheet, income_statement, cash_flow) |
|
| 167 |
+
| period_type | VARCHAR | Reporting period type (e. g., annual, quarterly) |
|
| 168 |
+
|
| 169 |
+
6. **stock_prices**
|
| 170 |
+
- **Source:** `https://finance.yahoo.com/quote/${symbol}/chart`
|
| 171 |
+
- **Description:** Contains historical stock market data, including ticker symbols, reporting dates, and key trading metrics such as open, close, high, low prices, and trading volume.
|
| 172 |
+
- **Columns:**
|
| 173 |
+
| Column Name | Column Type | Description |
|
| 174 |
+
|---------------|-----------------|-----------------------------------------|
|
| 175 |
+
| symbol | VARCHAR | Stock ticker symbol |
|
| 176 |
+
| report_date | VARCHAR | Trading date |
|
| 177 |
+
| open | DECIMAL(38,2) | Opening price of the stock |
|
| 178 |
+
| close | DECIMAL(38,2) | Closing price of the stock |
|
| 179 |
+
| high | DECIMAL(38,2) | Highest price |
|
| 180 |
+
| low | DECIMAL(38,2) | Lowest price |
|
| 181 |
+
| volume | BIGINT | Number of shares traded |
|
| 182 |
+
|
| 183 |
+
7. **stock_dividend_events**
|
| 184 |
+
- **Source:** `https://finance.yahoo.com/quote/${symbol}/chart`
|
| 185 |
+
- **Description:** Contains dividend data, including stock tickers, reporting dates, and dividend values.
|
| 186 |
+
- **Columns:**
|
| 187 |
+
| Column Name | Column Type | Description |
|
| 188 |
+
|---------------|-----------------|-----------------------------------------|
|
| 189 |
+
| symbol | VARCHAR | Stock ticker symbol |
|
| 190 |
+
| report_date | VARCHAR | Reporting date |
|
| 191 |
+
| amount | DECIMAL(38,2) | Financial amount (e.g., dividend, interest) |
|
| 192 |
+
|
| 193 |
+
8. **stock_split_events**
|
| 194 |
+
- **Source:** `https://finance.yahoo.com/quote/${symbol}/chart`
|
| 195 |
+
- **Description:** Contains data about stock splits, including the stock ticker, reporting date, and the split factor.
|
| 196 |
+
- **Columns:**
|
| 197 |
+
| Column Name | Column Type | Description |
|
| 198 |
+
|---------------|---------------|----------------------------------|
|
| 199 |
+
| symbol | VARCHAR | Stock ticker symbol |
|
| 200 |
+
| report_date | VARCHAR | Reporting date |
|
| 201 |
+
| split_factor | VARCHAR | The factor by which shares are split |
|
| 202 |
+
|
| 203 |
+
9. **exchange_rate**
|
| 204 |
+
- **Source:** `https://finance.yahoo.com/quote/${symbol}/chart`
|
| 205 |
+
- **Description:** Contains currency exchange data for a report date, including opening, closing, highest, and lowest prices.
|
| 206 |
+
- **Columns:**
|
| 207 |
+
| Column Name | Column Type | Description |
|
| 208 |
+
|---------------|---------------|----------------------------------|
|
| 209 |
+
| symbol | VARCHAR | Stock ticker symbol |
|
| 210 |
+
| report_date | VARCHAR | Reporting date |
|
| 211 |
+
| open | DECIMAL(38,2) | Opening price |
|
| 212 |
+
| close | DECIMAL(38,2) | Closing price |
|
| 213 |
+
| high | DECIMAL(38,2) | Highest price during the day |
|
| 214 |
+
| low | DECIMAL(38,2) | Lowest price during the day |
|
| 215 |
+
|
| 216 |
+
10. **daily_treasury_yield**
|
| 217 |
+
- **Source:** `https://home.treasury.gov/`
|
| 218 |
+
- **Description:** Contains data related to daily treasury yield values for different time periods (monthly and yearly).
|
| 219 |
+
- **Columns:**
|
| 220 |
+
| Column Name | Column Type | Description |
|
| 221 |
+
|---------------|---------------|------------------------------------|
|
| 222 |
+
| report_date | VARCHAR | Reporting date |
|
| 223 |
+
| bc1_month | DECIMAL(38,2) | Treasury yield for 1 month |
|
| 224 |
+
| bc2_month | DECIMAL(38,2) | Treasury yield for 2 months |
|
| 225 |
+
| bc3_month | DECIMAL(38,2) | Treasury yield for 3 months |
|
| 226 |
+
| bc6_month | DECIMAL(38,2) | Treasury yield for 6 months |
|
| 227 |
+
| bc1_year | DECIMAL(38,2) | Treasury yield for 1 year |
|
| 228 |
+
| bc2_year | DECIMAL(38,2) | Treasury yield for 2 years |
|
| 229 |
+
| bc3_year | DECIMAL(38,2) | Treasury yield for 3 years |
|
| 230 |
+
| bc5_year | DECIMAL(38,2) | Treasury yield for 5 years |
|
| 231 |
+
| bc7_year | DECIMAL(38,2) | Treasury yield for 7 years |
|
| 232 |
+
| bc10_year | DECIMAL(38,2) | Treasury yield for 10 years |
|
| 233 |
+
| bc30_year | DECIMAL(38,2) | Treasury yield for 30 years |
|
| 234 |
+
|
| 235 |
+
11. **stock_earning_call_transcripts**
|
| 236 |
+
- **Source:** `https://finance.yahoo.com/quote/{symbol}/earnings-calls/`
|
| 237 |
+
- **Description:** Contains verbatim transcripts of quarterly earnings calls for publicly traded companies, including speaker information and content segmentation.
|
| 238 |
+
- **Columns:**
|
| 239 |
+
| Column Name | Data Type | Description |
|
| 240 |
+
|-----------------|---------------------------------------------------------------|-----------------------------------------------------------------------------|
|
| 241 |
+
| symbol | VARCHAR | The stock ticker symbol of the company |
|
| 242 |
+
| fiscal_year | INTEGER | The fiscal year of the earnings call |
|
| 243 |
+
| fiscal_quarter | INTEGER | The fiscal quarter (1-4) of the earnings call |
|
| 244 |
+
| report_date | VARCHAR | The date when the earnings call was reported (format may vary) |
|
| 245 |
+
| transcripts | STRUCT<paragraph_number: INTEGER, speaker: VARCHAR, content: VARCHAR>[] | Array of structured transcript segments: `paragraph_number`: Sequential numbering of transcript paragraphs, `speaker`: Name and/or title of the speaker,`content`: The actual spoken content/text |
|
| 246 |
+
| transcripts_id | INTEGER | Unique identifier for the transcript record |
|
| 247 |
+
|
| 248 |
+
12. **stock_news**
|
| 249 |
+
- **Source:** `https://news.yahoo.com/`
|
| 250 |
+
- **Description:** Stores information about financial research reports or news articles, including metadata and content details
|
| 251 |
+
- **Columns:**
|
| 252 |
+
| Column Name | Data Type | Description |
|
| 253 |
+
|-----------------|---------------------------------------------------------------|-----------------------------------------------------------------------------|
|
| 254 |
+
| uuid | VARCHAR | Unique identifier for the report/article (nullable) |
|
| 255 |
+
| related_symbols | VARCHAR[] | Array of stock symbols or financial instruments related to the content |
|
| 256 |
+
| title | VARCHAR | Title of the report/article (nullable) |
|
| 257 |
+
| publisher | VARCHAR | Organization or entity that published the report (nullable) |
|
| 258 |
+
| report_date | VARCHAR | Date when the report was published (stored as string, nullable) |
|
| 259 |
+
| type | VARCHAR | Classification or category of the report/article (nullable) |
|
| 260 |
+
| link | VARCHAR | URL or reference link to the original content (nullable) |
|
| 261 |
+
| news | STRUCT<paragraph_number: INTEGER, highlight: VARCHAR, paragraph: VARCHAR>[] | Array of structured paragraphs containing content with numbering, highlights, and text (nullable) |
|
| 262 |
+
|
| 263 |
+
13. **stock_revenue_breakdown**
|
| 264 |
+
- **Source:**
|
| 265 |
+
- `https://stockanalysis.com/stocks/${symbol}/metrics/revenue-by-segment/`
|
| 266 |
+
- `https://stockanalysis.com/stocks/${symbol}/metrics/revenue-by-product-group/`
|
| 267 |
+
- `https://stockanalysis.com/stocks/${symbol}/metrics/revenue-by-geography/`
|
| 268 |
+
- **Description:** Stores information about revenue by segment and revenue by geography
|
| 269 |
+
- **Columns:**
|
| 270 |
+
| Column Name | Data Type | Description |
|
| 271 |
+
|----------------|---------------|--------------------------------------------------------------------------|
|
| 272 |
+
| symbol | VARCHAR | The stock symbol or company identifier |
|
| 273 |
+
| breakdown_type | VARCHAR | Type of financial breakdown (e.g., segment, geography, product) |
|
| 274 |
+
| report_date | VARCHAR | Date when the financial report was issued (format may vary) |
|
| 275 |
+
| item_name | VARCHAR | Name of the specific financial line item being reported |
|
| 276 |
+
| item_value | DECIMAL(38,2) | Numerical value of the financial item, with 2 decimal places precision |
|
| 277 |
+
|
| 278 |
+
14. **stock_shares_outstanding**
|
| 279 |
+
- **Source:** `https://ycharts.com/companies/${symbol}/shares_outstanding`
|
| 280 |
+
- **Description:** Provides Shares Outstanding.
|
| 281 |
+
- **Columns:**
|
| 282 |
+
| Column Name | Column Type | Description |
|
| 283 |
+
|--------------|-----------------|--------------------------|
|
| 284 |
+
| symbol | VARCHAR | Stock ticker symbol |
|
| 285 |
+
| report_date | VARCHAR | Reporting date |
|
| 286 |
+
| shares_outstanding | Long | Shares Outstanding |
|
| 287 |
+
|
| 288 |
+
15. **stock_sec_filing**
|
| 289 |
+
- **Source:** `https://www.sec.gov/cgi-bin/browse-edgar`
|
| 290 |
+
- **Description:** Contains SEC (U.S. Securities and Exchange Commission) filing records for publicly traded companies. Supported form types include:
|
| 291 |
+
- **US Domestic Company Forms:**
|
| 292 |
+
- `10-K`, `10-K/A` - Annual report
|
| 293 |
+
- `10-Q`, `10-Q/A` - Quarterly report
|
| 294 |
+
- `8-K`, `8-K/A` - Current report (material events)
|
| 295 |
+
- `DEF 14A`, `DEFA14A` - Proxy statement (shareholder meetings, executive compensation)
|
| 296 |
+
- **Insider Trading Forms:**
|
| 297 |
+
- `3`, `3/A` - Initial beneficial ownership
|
| 298 |
+
- `4`, `4/A` - Changes in beneficial ownership
|
| 299 |
+
- `5`, `5/A` - Annual beneficial ownership
|
| 300 |
+
- `144`, `144/A` - Notice of proposed sale of securities
|
| 301 |
+
- **Institutional Holdings:**
|
| 302 |
+
- `13F-HR`, `13F-HR/A` - Institutional holdings report (quarterly)
|
| 303 |
+
- `SC 13G`, `SC 13G/A` - Passive investor holdings (>5%)
|
| 304 |
+
- `SC 13D`, `SC 13D/A` - Active investor holdings (>5%, may influence company)
|
| 305 |
+
- **Foreign Private Issuer Forms** (e.g., BABA, PDD, JD):
|
| 306 |
+
- `20-F`, `20-F/A` - Annual report
|
| 307 |
+
- `6-K`, `6-K/A` - Current report (quarterly + material events)
|
| 308 |
+
- **Canadian Company Forms** (e.g., SHOP, TD, RY):
|
| 309 |
+
- `40-F`, `40-F/A` - Annual report
|
| 310 |
+
- **ETF/Investment Company Forms** (e.g., SPY, QQQ, VOO):
|
| 311 |
+
- `N-CSR`, `N-CSR/A` - Annual/Semi-annual shareholder report
|
| 312 |
+
- `N-CSRS`, `N-CSRS/A` - Semi-annual shareholder report
|
| 313 |
+
- `N-30D`, `N-30D/A` - Shareholder report (legacy format)
|
| 314 |
+
- `NPORT-P` - Monthly portfolio holdings
|
| 315 |
+
- `N-CEN` - Annual report (fund operations)
|
| 316 |
+
- `N-Q`, `N-Q/A` - Quarterly portfolio (discontinued, historical data exists)
|
| 317 |
+
- **Columns:**
|
| 318 |
+
| Column Name | Column Type | Description |
|
| 319 |
+
|------------------------|-------------|----------------------------------------------------------------|
|
| 320 |
+
| cik | VARCHAR | Central Index Key - unique SEC identifier for the filer |
|
| 321 |
+
| symbol | VARCHAR | Stock ticker symbol |
|
| 322 |
+
| company_name | VARCHAR | Official company name as registered with SEC |
|
| 323 |
+
| form_type | VARCHAR | SEC form type (e.g., 10-K, 10-Q, 8-K, 4, SC 13G) |
|
| 324 |
+
| form_type_description | VARCHAR | Human-readable description of the form type |
|
| 325 |
+
| accession_number | VARCHAR | Unique identifier for the filing |
|
| 326 |
+
| filing_date | VARCHAR | Date when the filing was submitted to SEC |
|
| 327 |
+
| report_date | VARCHAR | Period end date covered by the filing (if applicable) |
|
| 328 |
+
| acceptance_date_time | VARCHAR | Timestamp when SEC accepted the filing |
|
| 329 |
+
| filing_url | VARCHAR | Direct URL to the filing on SEC EDGAR |
|
| 330 |
+
|
| 331 |
+
#### Querying Datasets
|
| 332 |
+
|
| 333 |
+
Use the following SQL queries in [DuckDB](https://shell.duckdb.org/) to retrieve data for a specific stock (e.g., `TSLA`):
|
| 334 |
+
|
| 335 |
+
1. **stock_profile**
|
| 336 |
+
```sql
|
| 337 |
+
SELECT * FROM
|
| 338 |
+
'https://huggingface.co/datasets/defeatbeta/yahoo-finance-data/resolve/main/data/stock_profile.parquet'
|
| 339 |
+
WHERE symbol='TSLA';
|
| 340 |
+
```
|
| 341 |
+
|
| 342 |
+
2. **stock_officers**
|
| 343 |
+
```sql
|
| 344 |
+
SELECT * FROM
|
| 345 |
+
'https://huggingface.co/datasets/defeatbeta/yahoo-finance-data/resolve/main/data/stock_officers.parquet'
|
| 346 |
+
WHERE symbol='TSLA';
|
| 347 |
+
```
|
| 348 |
+
|
| 349 |
+
3. **stock_tailing_eps**
|
| 350 |
+
```sql
|
| 351 |
+
SELECT * FROM
|
| 352 |
+
'https://huggingface.co/datasets/defeatbeta/yahoo-finance-data/resolve/main/data/stock_tailing_eps.parquet'
|
| 353 |
+
WHERE symbol='TSLA';
|
| 354 |
+
```
|
| 355 |
+
|
| 356 |
+
4. **stock_earning_calendar**
|
| 357 |
+
```sql
|
| 358 |
+
SELECT * FROM
|
| 359 |
+
'https://huggingface.co/datasets/defeatbeta/yahoo-finance-data/resolve/main/data/stock_earning_calendar.parquet'
|
| 360 |
+
WHERE symbol='TSLA';
|
| 361 |
+
```
|
| 362 |
+
|
| 363 |
+
5. **stock_statement**
|
| 364 |
+
```sql
|
| 365 |
+
SELECT * FROM
|
| 366 |
+
'https://huggingface.co/datasets/defeatbeta/yahoo-finance-data/resolve/main/data/stock_statement.parquet'
|
| 367 |
+
WHERE symbol='TSLA' and finance_type='income_statement'
|
| 368 |
+
```
|
| 369 |
+
|
| 370 |
+
6. **stock_prices**
|
| 371 |
+
```sql
|
| 372 |
+
SELECT * FROM
|
| 373 |
+
'https://huggingface.co/datasets/defeatbeta/yahoo-finance-data/resolve/main/data/stock_prices.parquet'
|
| 374 |
+
WHERE symbol='TSLA'
|
| 375 |
+
```
|
| 376 |
+
|
| 377 |
+
7. **stock_dividend_events**
|
| 378 |
+
```sql
|
| 379 |
+
SELECT * FROM
|
| 380 |
+
'https://huggingface.co/datasets/defeatbeta/yahoo-finance-data/resolve/main/data/stock_dividend_events.parquet'
|
| 381 |
+
WHERE symbol='TSLA'
|
| 382 |
+
```
|
| 383 |
+
|
| 384 |
+
8. **stock_split_events**
|
| 385 |
+
```sql
|
| 386 |
+
SELECT * FROM
|
| 387 |
+
'https://huggingface.co/datasets/defeatbeta/yahoo-finance-data/resolve/main/data/stock_split_events.parquet'
|
| 388 |
+
WHERE symbol='TSLA'
|
| 389 |
+
```
|
| 390 |
+
|
| 391 |
+
10. **exchange_rate**
|
| 392 |
+
```sql
|
| 393 |
+
SELECT * FROM
|
| 394 |
+
'https://huggingface.co/datasets/defeatbeta/yahoo-finance-data/resolve/main/data/exchange_rate.parquet'
|
| 395 |
+
WHERE symbol='EUR=X'
|
| 396 |
+
```
|
| 397 |
+
|
| 398 |
+
11. **daily_treasury_yield**
|
| 399 |
+
```sql
|
| 400 |
+
SELECT * FROM
|
| 401 |
+
'https://huggingface.co/datasets/defeatbeta/yahoo-finance-data/resolve/main/data/daily_treasury_yield.parquet'
|
| 402 |
+
```
|
| 403 |
+
|
| 404 |
+
12. **stock_earning_call_transcripts**
|
| 405 |
+
```sql
|
| 406 |
+
SELECT symbol,
|
| 407 |
+
fiscal_year,
|
| 408 |
+
fiscal_quarter,
|
| 409 |
+
report_date,
|
| 410 |
+
unnest(transcripts).paragraph_number,
|
| 411 |
+
unnest(transcripts).speaker,
|
| 412 |
+
unnest(transcripts).content
|
| 413 |
+
FROM 'https://huggingface.co/datasets/defeatbeta/yahoo-finance-data/resolve/main/data/stock_earning_call_transcripts.parquet'
|
| 414 |
+
WHERE symbol='TSLA' AND fiscal_year=2024 AND fiscal_quarter=4;
|
| 415 |
+
```
|
| 416 |
+
|
| 417 |
+
13. **stock_news**
|
| 418 |
+
```sql
|
| 419 |
+
SELECT related_symbols,
|
| 420 |
+
uuid,
|
| 421 |
+
title,
|
| 422 |
+
publisher,
|
| 423 |
+
report_date,
|
| 424 |
+
type,
|
| 425 |
+
link,
|
| 426 |
+
unnest(news).paragraph_number,
|
| 427 |
+
unnest(news).highlight,
|
| 428 |
+
unnest(news).paragraph
|
| 429 |
+
FROM 'https://huggingface.co/datasets/defeatbeta/yahoo-finance-data/resolve/main/data/stock_news.parquet'
|
| 430 |
+
WHERE uuid='00094540-141e-3893-a5ca-beb26abc150f';
|
| 431 |
+
```
|
| 432 |
+
|
| 433 |
+
13. **stock_revenue_breakdown**
|
| 434 |
+
```sql
|
| 435 |
+
SELECT *
|
| 436 |
+
FROM 'https://huggingface.co/datasets/defeatbeta/yahoo-finance-data/resolve/main/data/stock_revenue_breakdown.parquet'
|
| 437 |
+
WHERE symbol='TSLA';
|
| 438 |
+
```
|
| 439 |
+
|
| 440 |
+
14. **stock_shares_outstanding**
|
| 441 |
+
```sql
|
| 442 |
+
SELECT * FROM
|
| 443 |
+
'https://huggingface.co/datasets/defeatbeta/yahoo-finance-data/resolve/main/data/stock_shares_outstanding.parquet'
|
| 444 |
+
WHERE symbol='TSLA';
|
| 445 |
+
```
|
| 446 |
+
|
| 447 |
+
15. **stock_sec_filing**
|
| 448 |
+
```sql
|
| 449 |
+
SELECT * FROM
|
| 450 |
+
'https://huggingface.co/datasets/defeatbeta/yahoo-finance-data/resolve/main/data/stock_sec_filing.parquet'
|
| 451 |
+
WHERE symbol='TSLA' AND form_type='10-K';
|
| 452 |
+
```
|
data/company_tickers.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/daily_treasury_yield.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6098884f5ad6852ad55abc06217863d80bc3365ba7917668cc041ce8c3551209
|
| 3 |
+
size 137999
|
data/exchange_rate.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ca631d80653158eb7dd128e1df72e112e8f88e23c6b92a9d351520e2d2c7829d
|
| 3 |
+
size 1829070
|
data/stock_dividend_events.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d2ff9a5f11c3e8b24b9ffbb9428a561f142ee472aa3a67c9d8b33e7495e66cc7
|
| 3 |
+
size 610871
|
data/stock_earning_calendar.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0bb9be7a9228d75be76ee3a8a936642baa9cb79a4071be186433a82e1d76da15
|
| 3 |
+
size 187180
|
data/stock_earning_call_transcripts.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a132eedb0d49df556f896effd02c43226cb4a8bc113322f24cb49cd1c9b5d98d
|
| 3 |
+
size 2189761662
|
data/stock_news.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:769bfec17b09744971918795463854c3dec2c6c57e70e36e93039243d2671810
|
| 3 |
+
size 573365942
|
data/stock_officers.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:56c2c7c6be333ddbd37ac93c7a9ff42938c70ad92c7e06161cebb9b1ca968196
|
| 3 |
+
size 1293543
|
data/stock_prices.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bc8b821601845bdda134e8b1f2101da027d8bb206a4f47552dd94897ed9d4fcf
|
| 3 |
+
size 425818780
|
data/stock_profile.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ef41db30789c2bb2d26bc837413e5e5f25e062955fa26354ea60b77440cadec
|
| 3 |
+
size 2533274
|
data/stock_revenue_breakdown.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dbdd4186b995a37e40cde5bcc46895584253e5d5574f2f1a31a258e31afa0287
|
| 3 |
+
size 256544
|
data/stock_sec_filing.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:274f0a6a1a7e111f6570a8cd5fc58758d6ec7a3286fb355556afb5af2f4c2c48
|
| 3 |
+
size 111892640
|
data/stock_shares_outstanding.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c92c1da6d22683e60008aba27c64d796d69a6df4adec302b90bb46f5eab9d4d6
|
| 3 |
+
size 3949951
|
data/stock_split_events.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bbe03d2e30cfbadc71c4e57b8f879d69fe317ef581e99d168d64734a756734ec
|
| 3 |
+
size 59698
|
data/stock_statement.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09c9f17996aeda2856972ead37f948c2f2789c894581979e7a723b14b58bd4c9
|
| 3 |
+
size 103292877
|
data/stock_tailing_eps.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d019abb0dc8b2afe2ab0d16bfc51c6c9991ba76614f2f6ae092d549e24183e22
|
| 3 |
+
size 1483984
|
spec.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"update_time": "2026-02-20"
|
| 3 |
+
}
|