Skip to content

Instantly share code, notes, and snippets.

View NotMoni's full-sized avatar

Moni NotMoni

  • inside the bid ask spread
View GitHub Profile

i code. i trade.

i dont code. i dont trade.

import norgatedata
import logging
import pandas as pd
import os
# Setup logging configuration for tracking progress
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
# Define the folder to save individual ticker CSV files
output_folder = './ticker_data'