Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.4.0"
".": "1.5.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 11
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/alisson/brapi-87253b604a0ce6bd955a5229442bf8dbdad30e60f5c61d07ebe2904fde2db95d.yml
openapi_spec_hash: c49292ef0416342cb4326f5b8bb1317f
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/alisson/brapi-4d60c30c8d131273d69f4f282ddfdb0af5d4fe205418141db810ba006253b387.yml
openapi_spec_hash: 260d3d161d665f21b70b296d3eda9851
config_hash: 14da4c1963f3e0764a3e82d626a1d762
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.5.0 (2026-06-23)

Full Changelog: [v1.4.0...v1.5.0](https://github.com/brapi-dev/brapi-python/compare/v1.4.0...v1.5.0)

### Features

* **api:** api update ([76040e7](https://github.com/brapi-dev/brapi-python/commit/76040e7b591282a62171ab8b8fb09861792789fb))

## 1.4.0 (2026-05-28)

Full Changelog: [v1.3.0...v1.4.0](https://github.com/brapi-dev/brapi-python/compare/v1.3.0...v1.4.0)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "brapi"
version = "1.4.0"
version = "1.5.0"
description = "The official Python library for the brapi API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/brapi/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "brapi"
__version__ = "1.4.0" # x-release-please-version
__version__ = "1.5.0" # x-release-please-version
30 changes: 6 additions & 24 deletions src/brapi/resources/available.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ def list(

- **Ações brasileiras:** Todas as ações, FIIs, BDRs e ETFs negociados na bolsa
brasileira
- **Índices:** Principais índices do mercado brasileiro (Ibovespa, IBrX, IFIX,
etc.)
- **Índices:** Índices do mercado brasileiro com cotação disponível na API
- **Filtro por Nome:** Use `search` para filtrar por código ou nome do ativo

### Características
Expand All @@ -91,20 +90,12 @@ def list(
### Índices Disponíveis

- `^BVSP` — Ibovespa (Índice Bovespa)
- `^IBX50` — IBrX 50
- `^IBX100` — IBrX 100
- `^IDIV` — Índice Dividendos
- `^SMLL` — Índice Small Cap
- `^IFIX` — Índice de Fundos Imobiliários
- `^IFNC` — Índice Financeiro
- `^ICON` — Índice de Consumo
- `^IEEX` — Índice de Energia Elétrica
- `^IMOB` — Índice Imobiliário
- `IFIX.SA` — Índice de Fundos Imobiliários

### Campos da Resposta

- `stocks` — Array com códigos das ações (ex: ["PETR4", "VALE3", "ITUB4", ...])
- `indexes` — Array com códigos dos índices (ex: ["^BVSP", "^IFIX", ...])
- `indexes` — Array com códigos dos índices (ex: ["^BVSP", "IFIX.SA"])

### Como Usar

Expand Down Expand Up @@ -182,8 +173,7 @@ async def list(

- **Ações brasileiras:** Todas as ações, FIIs, BDRs e ETFs negociados na bolsa
brasileira
- **Índices:** Principais índices do mercado brasileiro (Ibovespa, IBrX, IFIX,
etc.)
- **Índices:** Índices do mercado brasileiro com cotação disponível na API
- **Filtro por Nome:** Use `search` para filtrar por código ou nome do ativo

### Características
Expand All @@ -209,20 +199,12 @@ async def list(
### Índices Disponíveis

- `^BVSP` — Ibovespa (Índice Bovespa)
- `^IBX50` — IBrX 50
- `^IBX100` — IBrX 100
- `^IDIV` — Índice Dividendos
- `^SMLL` — Índice Small Cap
- `^IFIX` — Índice de Fundos Imobiliários
- `^IFNC` — Índice Financeiro
- `^ICON` — Índice de Consumo
- `^IEEX` — Índice de Energia Elétrica
- `^IMOB` — Índice Imobiliário
- `IFIX.SA` — Índice de Fundos Imobiliários

### Campos da Resposta

- `stocks` — Array com códigos das ações (ex: ["PETR4", "VALE3", "ITUB4", ...])
- `indexes` — Array com códigos dos índices (ex: ["^BVSP", "^IFIX", ...])
- `indexes` — Array com códigos dos índices (ex: ["^BVSP", "IFIX.SA"])

### Como Usar

Expand Down