[See Description] Accessing Fundamental company Data - Programming for Finance with Python - Part4
UPDATED series: https://pythonprogramming.net/quantopian-trading-strategies-introduction-python-programming-for-finance/
This series has become outdated with Quantopian 2.0.
In this tutorial, we're going to be covering fundamental data with Quantopian. Fundamental company data is coming from a company called Morningstar, and they have over 600 metrics per company.
Autocomplete can help you see what all is available, or you can check out the documentation, i will annotate: https://www.quantopian.com/help/fundamentals
There, all of the possible fundamentals are listed. Definitely worth checking out to see all of the many options.
So, get_fundamentals works to pull one of 600 fundamental metrics for companies. To get started, you need to build a query, and the queries are built with SQL alchemy syntax. Luckily, if you start to just type get_fundamentals, and then choose the auto complete, it will just create the baseline for the query for you.
sample code: http://pythonprogramming.net
http://hkinsley.com
https://twitter.com/sentdex
http://sentdex.com
http://seaofbtc.com