This repository contains Jupyter notebooks with examples on how to retrieve information on the latest holdings of funds and view their history of purchases of securities.
These Python notebooks utilize the Forms13F.com API to demonstrate how to access and analyze data from Form 13F filings.
Form 13F is a quarterly report filed by institutional investment managers with the U.S. Securities and Exchange Commission (SEC). It discloses the holdings of equity securities under management, providing transparency into the investment activities of large institutional investors.
api-examples.ipynb
contains examples on how to use the Forms13F Python SDK in Jupyter notebooks.reports.ipynb
contains examples on how to retrieve historical data on a fund's holdings.
- Forms13F.com
- Python SDK for Forms13F.com API
- Forms13F.com API Documentation
- Latest Forms 13F Published
- List of Most Popular Funds
conda create -n ipynb_env python=3.8
# location ~/opt/anaconda3/envs/ipynb_env
conda activate ipynb_env
conda install ipython jupyter
jupyter notebook 2>&/dev/null