Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Histórico do preço de um ativo durante o dia (API B3) #27

Closed
3 tasks done
GuilhermeFreire opened this issue May 9, 2020 · 1 comment
Closed
3 tasks done

Histórico do preço de um ativo durante o dia (API B3) #27

GuilhermeFreire opened this issue May 9, 2020 · 1 comment
Assignees
Labels
backend Related to the backend

Comments

@GuilhermeFreire
Copy link
Collaborator

GuilhermeFreire commented May 9, 2020

  • baixar zip
  • unzip
  • extrair os dados de forma útil a ser usado por outras partes do programa (e.g. lista de listas)

Chamada:

price_history(["ITSA4", "FLRY3", "IVVB11"])

Resposta:

[
    [18.90, 14.50, 120.09],
    [19.36, 17.41, 118.99],
    [20.77, 16.43, 118.59],
]

Onde cada linha é um passo temporal e cada coluna representa um ativo.

@GuilhermeFreire GuilhermeFreire self-assigned this May 9, 2020
@GuilhermeFreire
Copy link
Collaborator Author

Unexpected work:

Zip files contain weridly formated txt files that need to be parsed according to #13

@GuilhermeFreire GuilhermeFreire added the backend Related to the backend label May 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Related to the backend
Projects
None yet
Development

No branches or pull requests

1 participant