ThunderDrag commited on
Commit
9696d93
·
verified ·
1 Parent(s): 773001a

Update README

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # America Stock Symbols & Company Metadata
2
+
3
+ This dataset contains stock symbols and basic company metadata for all listed companies in **America**.
4
+ It is updated **weekly** if new changes are there.
5
+
6
+ ---
7
+
8
+ ## 📊 Dataset Contents
9
+
10
+ The dataset is provided as a CSV file with the following columns:
11
+
12
+ | Column | Description |
13
+ | -------- | --------------------------------------------- |
14
+ | `name` | Full company name |
15
+ | `ticker` | Stock ticker symbol (e.g., AAPL, MSFT) |
16
+ | `market` | The exchange/market where the stock is listed |
17
+ | `sector` | The primary business sector of the company |
18
+
19
+ ---
20
+
21
+ ## 📜 License
22
+
23
+ This dataset is released under the **CC0 1.0 Universal (Public Domain Dedication)** license.
24
+ You are free to use, modify, and share it without restriction. Attribution is appreciated but not required.
25
+
26
+ ---
27
+
28
+ ## 🌍 Related Datasets
29
+
30
+ You can find similar symbol datasets for other countries on my profile.
31
+
32
+ ---