Commit
·
760d756
1
Parent(s):
54a773b
update readme
Browse files
README.md
CHANGED
@@ -274,7 +274,7 @@ All datasets are publicly accessible and stored in Parquet format.
|
|
274 |
| news | STRUCT<paragraph_number: INTEGER, highlight: VARCHAR, paragraph: VARCHAR>[] | Array of structured paragraphs containing content with numbering, highlights, and text (nullable) |
|
275 |
|
276 |
17. **stock_revenue_breakdown**
|
277 |
-
- **Source:** (`https://stockanalysis.com/stocks/
|
278 |
- **Description:** Stores information about revenue by segment and revenue by geography
|
279 |
- **Columns:**
|
280 |
| Column Name | Data Type | Description |
|
|
|
274 |
| news | STRUCT<paragraph_number: INTEGER, highlight: VARCHAR, paragraph: VARCHAR>[] | Array of structured paragraphs containing content with numbering, highlights, and text (nullable) |
|
275 |
|
276 |
17. **stock_revenue_breakdown**
|
277 |
+
- **Source:** (`https://stockanalysis.com/stocks/${symbol}/metrics/revenue-by-segment/` and `https://stockanalysis.com/stocks/${symbol}/metrics/revenue-by-geography/`)
|
278 |
- **Description:** Stores information about revenue by segment and revenue by geography
|
279 |
- **Columns:**
|
280 |
| Column Name | Data Type | Description |
|