Collection of modular scrapers. Each section below pertains to a folder within "Profiles"
- Navigate to the repository:
cd 13F
- Install pandas or requirements.txt
pip install -r requirements.txt
python 13f.py path/to/xml/file.xml [-n TOP_POSITIONS]
Replace path/to/xml/file.xml
with the path to your 13F XML file.
Optional arguments:
-n TOP_POSITIONS
or--top-positions TOP_POSITIONS
: Specify the number of top positions to display (default is 20).
Example:
python 13f.py filings/13f_filing.xml -n 10
- Get information related to commodities.
- Take a snapshot of current market.
- Get Chain rankings by Total Value Locked (TVL).
- Get Oracle rankings by Total Value Secured (TVS).
- Get Treasury rankings by treasury composition.
- Get historical EPS, and predicted EPS by analysts.
- Get annual or quarterly financial statements from Alpha Vantage.
- Note Requires API key.
- Get the filing dates of the company.
- Get the most recent macroeconomic data including:
- Consumer Price Index (CPI)
- Fed Funds Rate
- 10Y - 2Y Treasury Yield Spread
- Get information related to a company.
- Get the stock prices within a specific period of a financial report.