API AccessAccess dataset files directly from scripts, code, or AI agents.
Browse dataset files
Access dataset files directly from scripts, code, or AI agents.
Dataset Files
Each file has a stable URL (r-link) that you can use directly in scripts, apps, or AI agents. These URLs are permanent and safe to hardcode.
/luccasmmg/investor-flow-of-funds-us/
https://datahub.io/luccasmmg/investor-flow-of-funds-us/_r/-/.gitignore
https://datahub.io/luccasmmg/investor-flow-of-funds-us/_r/-/README.md
https://datahub.io/luccasmmg/investor-flow-of-funds-us/_r/-/UPDATE_SCRIPT_MAINTENANCE_REPORT.md
https://datahub.io/luccasmmg/investor-flow-of-funds-us/_r/-/data/monthly.csv
https://datahub.io/luccasmmg/investor-flow-of-funds-us/_r/-/data/weekly.csv
https://datahub.io/luccasmmg/investor-flow-of-funds-us/_r/-/datapackage.json
Key Files
Start with these files — they give you everything you need to understand and access the dataset.
datapackage.json— metadata & schema
https://datahub.io/luccasmmg/investor-flow-of-funds-us/_r/-/datapackage.json
README.md— documentation
https://datahub.io/luccasmmg/investor-flow-of-funds-us/_r/-/README.md
Typical Usage
- 1. Fetch datapackage.json to inspect schema and resources
- 2. Download data resources listed in datapackage.json
- 3. Read README.md for full context
Data Views
Data Previews
monthly
Loading data...
Schema
| name | type | format | description |
|---|---|---|---|
| Date | date | any | |
| Total Equity | number | ||
| Domestic Equity | number | ||
| World Equity | number | ||
| Hybrid | number | ||
| Total Bond | number | ||
| Taxable Bond | number | ||
| Municipal Bond | number | ||
| Total | number |
weekly
Loading data...
Schema
| name | type | format | description |
|---|---|---|---|
| Date | date | any | |
| Total Equity | number | ||
| Domestic Equity | number | ||
| World Equity | number | ||
| Hybrid | number | ||
| Total Bond | number | ||
| Taxable Bond | number | ||
| Municipal Bond | number | ||
| Total | number |
Data Files
| File | Description | Size | Last modified | Download |
|---|---|---|---|---|
monthly | All figures are in millions of USD | 2.93 kB | about 2 months ago | monthly |
weekly | All figures are in millions of USD | 4.3 kB | about 2 months ago | weekly |
| Files | Size | Format | Created | Updated | License | Source |
|---|---|---|---|---|---|---|
| 2 | 7.23 kB | csv | about 2 months ago | Open Data Commons Public Domain Dedication and License v1.0 | Investment Company Institute (ICI) |
Update Script Maintenance Report
Date: 2026-03-03
- Attempted local updater execution and diagnosed environment/source issues.
- Updated
scripts/process.pyto:- use HTTPS sources for historical files,
- extend present-year scraping dynamically,
- add request timeouts,
- skip unavailable historical files gracefully.
- Added
permissions: contents: writeto.github/workflows/actions.ymlso scheduled updates can push.