/FinanceScrape

This is a demonstration on how to query for FREE financial data. Feel free to use my scripts for your use cases!

Primary LanguagePythonMIT LicenseMIT

Basic Financial Scraping Tool

Note that this script can easily be improved. In the future, I plan to convert this into a library if the demand is high enough.

But, overall this is a very basic Financial Data scraping script to get basic elements useful in modeling. If you would like to chip in or want additional features, please let me know! I'd be more than happy to add additional functionality. Just put a comment or issue.

File Explanations

Keys.txt

Key obtained from financial data prep once you've created an account

tickers.txt

List of tickers (company trading symbols) to extract data from. By default, I have the following tickers: XOM, BP, and CVX

Authors

Spencer Pao

Associated with the following YouTube Video:

Requirements:

  • pandas

Run Script

$ python -i extract_financial_documents.py

Or,

$ python extract_financial_documents.py