btgsolutions-dataservices-python-client 2.4.1__tar.gz → 2.4.2__tar.gz
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.
- {btgsolutions-dataservices-python-client-2.4.1/btgsolutions_dataservices_python_client.egg-info → btgsolutions-dataservices-python-client-2.4.2}/PKG-INFO +10 -1
- {btgsolutions-dataservices-python-client-2.4.1 → btgsolutions-dataservices-python-client-2.4.2}/README.md +9 -0
- {btgsolutions-dataservices-python-client-2.4.1 → btgsolutions-dataservices-python-client-2.4.2/btgsolutions_dataservices_python_client.egg-info}/PKG-INFO +10 -1
- {btgsolutions-dataservices-python-client-2.4.1 → btgsolutions-dataservices-python-client-2.4.2}/setup.py +1 -1
- {btgsolutions-dataservices-python-client-2.4.1 → btgsolutions-dataservices-python-client-2.4.2}/LICENSE +0 -0
- {btgsolutions-dataservices-python-client-2.4.1 → btgsolutions-dataservices-python-client-2.4.2}/MANIFEST.in +0 -0
- {btgsolutions-dataservices-python-client-2.4.1 → btgsolutions-dataservices-python-client-2.4.2}/btgsolutions_dataservices/__init__.py +0 -0
- {btgsolutions-dataservices-python-client-2.4.1 → btgsolutions-dataservices-python-client-2.4.2}/btgsolutions_dataservices/config.py +0 -0
- {btgsolutions-dataservices-python-client-2.4.1 → btgsolutions-dataservices-python-client-2.4.2}/btgsolutions_dataservices/exceptions.py +0 -0
- {btgsolutions-dataservices-python-client-2.4.1 → btgsolutions-dataservices-python-client-2.4.2}/btgsolutions_dataservices/rest/__init__.py +0 -0
- {btgsolutions-dataservices-python-client-2.4.1 → btgsolutions-dataservices-python-client-2.4.2}/btgsolutions_dataservices/rest/authenticator.py +0 -0
- {btgsolutions-dataservices-python-client-2.4.1 → btgsolutions-dataservices-python-client-2.4.2}/btgsolutions_dataservices/rest/bulk_data.py +0 -0
- {btgsolutions-dataservices-python-client-2.4.1 → btgsolutions-dataservices-python-client-2.4.2}/btgsolutions_dataservices/rest/company_data.py +0 -0
- {btgsolutions-dataservices-python-client-2.4.1 → btgsolutions-dataservices-python-client-2.4.2}/btgsolutions_dataservices/rest/corporate_events.py +0 -0
- {btgsolutions-dataservices-python-client-2.4.1 → btgsolutions-dataservices-python-client-2.4.2}/btgsolutions_dataservices/rest/hfn.py +0 -0
- {btgsolutions-dataservices-python-client-2.4.1 → btgsolutions-dataservices-python-client-2.4.2}/btgsolutions_dataservices/rest/historical_candles.py +0 -0
- {btgsolutions-dataservices-python-client-2.4.1 → btgsolutions-dataservices-python-client-2.4.2}/btgsolutions_dataservices/rest/intraday_candles.py +0 -0
- {btgsolutions-dataservices-python-client-2.4.1 → btgsolutions-dataservices-python-client-2.4.2}/btgsolutions_dataservices/rest/intraday_tick_data.py +0 -0
- {btgsolutions-dataservices-python-client-2.4.1 → btgsolutions-dataservices-python-client-2.4.2}/btgsolutions_dataservices/rest/public_sources.py +0 -0
- {btgsolutions-dataservices-python-client-2.4.1 → btgsolutions-dataservices-python-client-2.4.2}/btgsolutions_dataservices/rest/quotes.py +0 -0
- {btgsolutions-dataservices-python-client-2.4.1 → btgsolutions-dataservices-python-client-2.4.2}/btgsolutions_dataservices/rest/ticker_last_event.py +0 -0
- {btgsolutions-dataservices-python-client-2.4.1 → btgsolutions-dataservices-python-client-2.4.2}/btgsolutions_dataservices/websocket/__init__.py +0 -0
- {btgsolutions-dataservices-python-client-2.4.1 → btgsolutions-dataservices-python-client-2.4.2}/btgsolutions_dataservices/websocket/hfn_websocket_client.py +0 -0
- {btgsolutions-dataservices-python-client-2.4.1 → btgsolutions-dataservices-python-client-2.4.2}/btgsolutions_dataservices/websocket/market_data_websocket_client.py +0 -0
- {btgsolutions-dataservices-python-client-2.4.1 → btgsolutions-dataservices-python-client-2.4.2}/btgsolutions_dataservices/websocket/websocket_default_functions.py +0 -0
- {btgsolutions-dataservices-python-client-2.4.1 → btgsolutions-dataservices-python-client-2.4.2}/btgsolutions_dataservices_python_client.egg-info/SOURCES.txt +0 -0
- {btgsolutions-dataservices-python-client-2.4.1 → btgsolutions-dataservices-python-client-2.4.2}/btgsolutions_dataservices_python_client.egg-info/dependency_links.txt +0 -0
- {btgsolutions-dataservices-python-client-2.4.1 → btgsolutions-dataservices-python-client-2.4.2}/btgsolutions_dataservices_python_client.egg-info/requires.txt +0 -0
- {btgsolutions-dataservices-python-client-2.4.1 → btgsolutions-dataservices-python-client-2.4.2}/btgsolutions_dataservices_python_client.egg-info/top_level.txt +0 -0
- {btgsolutions-dataservices-python-client-2.4.1 → btgsolutions-dataservices-python-client-2.4.2}/pyproject.toml +0 -0
- {btgsolutions-dataservices-python-client-2.4.1 → btgsolutions-dataservices-python-client-2.4.2}/requirements.txt +0 -0
- {btgsolutions-dataservices-python-client-2.4.1 → btgsolutions-dataservices-python-client-2.4.2}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: btgsolutions-dataservices-python-client
|
|
3
|
-
Version: 2.4.
|
|
3
|
+
Version: 2.4.2
|
|
4
4
|
Summary: Python package containing several classes and data for extracting and manipulating market and trading data.
|
|
5
5
|
Home-page: https://github.com/BTG-Pactual-Solutions/btgsolutions-dataservices-python-client
|
|
6
6
|
Author: BTG Solutions Data Services powered by BTG Pactual Solutions
|
|
@@ -339,6 +339,15 @@ Description: # BTG Solutions - Data Service
|
|
|
339
339
|
company_data.all_financial_tables(ticker='PETR4')
|
|
340
340
|
```
|
|
341
341
|
|
|
342
|
+
#### Public Sources - OPA
|
|
343
|
+
|
|
344
|
+
```python
|
|
345
|
+
import btgsolutions_dataservices as btg
|
|
346
|
+
public_sources = btg.PublicSources(api_key='YOUR_API_KEY')
|
|
347
|
+
public_sources.get_opas(start_date='2022-10-01', end_date='2024-10-01')
|
|
348
|
+
```
|
|
349
|
+
|
|
350
|
+
|
|
342
351
|
## Documentation
|
|
343
352
|
|
|
344
353
|
The official documentation is hosted at https://python-client-docs.dataservices.btgpactualsolutions.com/
|
|
@@ -332,6 +332,15 @@ company_data = btg.CompanyData(api_key='YOUR_API_KEY')
|
|
|
332
332
|
company_data.all_financial_tables(ticker='PETR4')
|
|
333
333
|
```
|
|
334
334
|
|
|
335
|
+
#### Public Sources - OPA
|
|
336
|
+
|
|
337
|
+
```python
|
|
338
|
+
import btgsolutions_dataservices as btg
|
|
339
|
+
public_sources = btg.PublicSources(api_key='YOUR_API_KEY')
|
|
340
|
+
public_sources.get_opas(start_date='2022-10-01', end_date='2024-10-01')
|
|
341
|
+
```
|
|
342
|
+
|
|
343
|
+
|
|
335
344
|
## Documentation
|
|
336
345
|
|
|
337
346
|
The official documentation is hosted at https://python-client-docs.dataservices.btgpactualsolutions.com/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: btgsolutions-dataservices-python-client
|
|
3
|
-
Version: 2.4.
|
|
3
|
+
Version: 2.4.2
|
|
4
4
|
Summary: Python package containing several classes and data for extracting and manipulating market and trading data.
|
|
5
5
|
Home-page: https://github.com/BTG-Pactual-Solutions/btgsolutions-dataservices-python-client
|
|
6
6
|
Author: BTG Solutions Data Services powered by BTG Pactual Solutions
|
|
@@ -339,6 +339,15 @@ Description: # BTG Solutions - Data Service
|
|
|
339
339
|
company_data.all_financial_tables(ticker='PETR4')
|
|
340
340
|
```
|
|
341
341
|
|
|
342
|
+
#### Public Sources - OPA
|
|
343
|
+
|
|
344
|
+
```python
|
|
345
|
+
import btgsolutions_dataservices as btg
|
|
346
|
+
public_sources = btg.PublicSources(api_key='YOUR_API_KEY')
|
|
347
|
+
public_sources.get_opas(start_date='2022-10-01', end_date='2024-10-01')
|
|
348
|
+
```
|
|
349
|
+
|
|
350
|
+
|
|
342
351
|
## Documentation
|
|
343
352
|
|
|
344
353
|
The official documentation is hosted at https://python-client-docs.dataservices.btgpactualsolutions.com/
|
|
@@ -22,7 +22,7 @@ description = "Python package containing several classes and data for extracting
|
|
|
22
22
|
|
|
23
23
|
setup(
|
|
24
24
|
name='btgsolutions-dataservices-python-client',
|
|
25
|
-
version='2.4.
|
|
25
|
+
version='2.4.2',
|
|
26
26
|
description=description,
|
|
27
27
|
long_description=long_description,
|
|
28
28
|
long_description_content_type='text/markdown',
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|