Skip to content

Instantly share code, notes, and snippets.

@maurobaraldi
maurobaraldi / bovespa_intraday.py
Last active May 22, 2026 00:58
Cotações da Bovespa Intraday
#!/usr/bin/env python
from datetime import datetime
from json import loads
from time import gmtime, mktime, strptime
# LevelDict é um wrapper usando dicionário para LevelDB
# https://github.com/maurobaraldi/leveldict
from leveldict import LevelJsonDict
from requests import get