Skip to content

Instantly share code, notes, and snippets.

View rolangom's full-sized avatar
💭
John 3:16

Rolando Gómez Tabar rolangom

💭
John 3:16
View GitHub Profile
@rolangom
rolangom / download_bars.py
Created August 8, 2021 23:27 — forked from wrighter/download_bars.py
A command line utility to download historical data from Interactive Brokers
#!/usr/bin/env python
import os
import sys
import argparse
import logging
from datetime import datetime, timedelta
from typing import List, Optional
from collections import defaultdict