Add your description here
Project description
intrag-sdk
SDK não oficial do Itau Investiment Services
Instalação
$ pip install intrag_sdk
Passivo
Exemplo de uso do crawler para consultas no site https://www.itaucustodia.com.br/Passivo
from intrag_sdk import ItauPassivo
import pandas as pd
api = ItauPassivo()
api.authenticate(user="usuario123", password="123456")
# Propriedades disponíveis
nome_gestor: str = api.nome_gestor
codigo_gestor: str = api.codigo_gestor
fundos: pd.DataFrame = api.fundos
# Download de arquivos
downloads: List[Download] | ZipFile = api.download_de_arquivos(
Arquivo.ARQUIVO_DE_PERFORMANCE, data=datetime.date(2023, 10, 6)
)
# Movimentações do dia
movimentacoes: pd.DataFrame = api.movimentos_do_dia()
# Posição de cotistas
codigo_fundo: str = fundos["CDFDO"][0]
posicoes: pd.DataFrame = api.posicao_cotistas(codigo_fundo=codigo_fundo)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
intrag_sdk-0.1.7.tar.gz
(27.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file intrag_sdk-0.1.7.tar.gz.
File metadata
- Download URL: intrag_sdk-0.1.7.tar.gz
- Upload date:
- Size: 27.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f37548e1bdf2eea38de8ff938bc8df063553efce6d2794329e69e20c00a3f76
|
|
| MD5 |
3ebe7d64bfbb84d95d4fc6f2f34d189d
|
|
| BLAKE2b-256 |
2e4df6f408f58bb4c27d4533ef7f926e6ea914b0d5243d11a4390df7872752cd
|
File details
Details for the file intrag_sdk-0.1.7-py3-none-any.whl.
File metadata
- Download URL: intrag_sdk-0.1.7-py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f9b0c4ff690aa102bf8f3e02df32d700d02ebe928995087361f89f5921fd3ce
|
|
| MD5 |
4b90873c540efd2af292aa2c2829481e
|
|
| BLAKE2b-256 |
c84061f29295563752736cd5a7dd33dba634083448b2d0f0a88feb91932a64d8
|