Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
tags:
|
4 |
+
- finance
|
5 |
+
- b3
|
6 |
+
- quotes
|
7 |
+
- historical
|
8 |
+
pretty_name: B3 Historical Quotes
|
9 |
---
|
10 |
+
# B3 Historical Quotes
|
11 |
+
|
12 |
+
<!-- Provide a quick summary of the dataset. -->
|
13 |
+
|
14 |
+
This dataset is a collection of historical quotes from the brazilian stock market(B3).
|
15 |
+
|
16 |
+
|
17 |
+
It contains data until Oct/23.
|
18 |
+
## Dataset Details
|
19 |
+
|
20 |
+
All the data was retrieved as is from [B3 Historical Data](https://www.b3.com.br/en_us/market-data-and-indices/data-services/market-data/historical-data/equities/historical-quotes/)
|
21 |
+
and parsed to a csv. The columns are the same as the ones from the original content.
|
22 |
+
|
23 |
+
If you need more informations about the columns, it can be found in the [official b3 documentation](https://www.b3.com.br/en_us/market-data-and-indices/data-services/market-data/historical-data/equities/historical-quote-data/).
|