earningscall 1.3.0__py3-none-any.whl → 1.3.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {earningscall-1.3.0.dist-info → earningscall-1.3.1.dist-info}/METADATA +3 -3
- {earningscall-1.3.0.dist-info → earningscall-1.3.1.dist-info}/RECORD +4 -4
- {earningscall-1.3.0.dist-info → earningscall-1.3.1.dist-info}/WHEEL +0 -0
- {earningscall-1.3.0.dist-info → earningscall-1.3.1.dist-info}/licenses/LICENSE +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: earningscall
|
3
|
-
Version: 1.3.
|
3
|
+
Version: 1.3.1
|
4
4
|
Summary: The EarningsCall Python library provides convenient access to the EarningsCall API. It includes a pre-defined set of classes for API resources that initialize themselves dynamically from API responses.
|
5
5
|
Project-URL: Homepage, https://earningscall.biz
|
6
6
|
Project-URL: Documentation, https://github.com/EarningsCall/earningscall-python
|
@@ -266,9 +266,9 @@ print(f"Downloaded audio file to: {audio_file}")
|
|
266
266
|
```python
|
267
267
|
from earningscall import get_company
|
268
268
|
|
269
|
-
company = get_company("
|
269
|
+
company = get_company("MSFT") # Lookup Microsoft by its ticker symbol, "MSFT"
|
270
270
|
|
271
|
-
slide_deck_filename = company.download_slide_deck(year=
|
271
|
+
slide_deck_filename = company.download_slide_deck(year=2025, quarter=1, file_name="Microsoft-Q1-2025-Slides.pdf")
|
272
272
|
print(f"Downloaded slide deck to: {slide_deck_filename}")
|
273
273
|
```
|
274
274
|
|
@@ -9,7 +9,7 @@ earningscall/sectors.py,sha256=Xd6DLkAQ_fQkC2s-N9pReC8b_M3iy77OoFftoZj9FWY,5114
|
|
9
9
|
earningscall/symbols.py,sha256=NxabgKfZZI1YwDLUwh_MlNgyfkR9VZdcU-LqkGWwi28,6521
|
10
10
|
earningscall/transcript.py,sha256=P-CeTYhE5T78SXDHFEJ0AlVUFz2XPxDMtkeiorziBiw,1007
|
11
11
|
earningscall/utils.py,sha256=Qx8KhlumUdzyBSZRKMS6vpWlb8MGZpLKA4OffJaMdCE,1032
|
12
|
-
earningscall-1.3.
|
13
|
-
earningscall-1.3.
|
14
|
-
earningscall-1.3.
|
15
|
-
earningscall-1.3.
|
12
|
+
earningscall-1.3.1.dist-info/METADATA,sha256=RPZqQd2U_5UCovfMylo2FacWwv597qwuwCHmFrgO5ck,17045
|
13
|
+
earningscall-1.3.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
14
|
+
earningscall-1.3.1.dist-info/licenses/LICENSE,sha256=ktEB_UcRMg2cQlX9wiDs544xWncWizwS9mEZuGsCLrM,1069
|
15
|
+
earningscall-1.3.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|