• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

Where to find financial data with set parameters?

Joined
6/29/18
Messages
7
Points
13
I am working on an algorithm that will scan the financial markets for securities that are initially priced at < $20. My question is, how could I possibly import the securities data into my program? Ideally, I'd like the data to every security < $20 with weekly historical data for the last 5-10 years. Any ideas where I could grab this data on mass?

Any help would be more than appreciated!
 
Back
Top