Skip to content

Instantly share code, notes, and snippets.

View magnobiet's full-sized avatar
🏠

Magno F. B. Biét magnobiet

🏠
View GitHub Profile
@magnobiet
magnobiet / bovespa_intraday.py
Created July 18, 2019 13:58 — forked from maurobaraldi/bovespa_intraday.py
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