Skip to content

Instantly share code, notes, and snippets.

View samcches's full-sized avatar

Shannon M samcches

  • NYC
View GitHub Profile
@samcches
samcches / nasdaq_finance.py
Created December 4, 2019 01:31 — forked from scrapehero/nasdaq_finance.py
Script to scrape financial data from NASDAQ
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from lxml import html
import requests
from time import sleep
import json
import argparse
from random import randint