Ingest SEC Form 13F structured data sets -> grouped Parquet. Source page (verified 2026-06): https://www.sec.gov/data-research/sec-markets-data/form-13f-data-sets Bulk zips: https://www.sec.gov/files/structureddata/data/form-13f-data-sets/<key>_form13f.zip Each quarterly zip contains 7…
Ingest SEC Form 13F structured data sets -> grouped Parquet. Source page (verified 2026-06): https://www.sec.gov/data-research/sec-markets-data/form-13f-data-sets Bulk zips: https://www.sec.gov/files/structureddata/data/form-13f-data-sets/<key>_form13f.zip Each quarterly zip contains 7 tab-delimited tables linked by ACCESSION_NUMBER: SUBMISSION, COVERPAGE, OTHERMANAGER, OTHERMANAGER2, INFOTABLE (the holdings), SIGNATURE, SUMMARYPAGE -- plus FORM13F_metadata.json and FORM13F_readme.htm. License: us-public-domain (U.S. SEC EDGAR). reservable=true. Output layout (Windows D:/ paths): D:/research/econfindatalibrary/data/clean_full/edgar_13f/ <TABLE>/period=<key>/<TABLE>.parquet _manifest.json _metadata_schema.json LICENSE.txt Raw zip cache: D:/research/econfindatalibrary/data/raw/sec_edgar/form13f/<key>_form13f.zip Run: python jobs/ingest_edgar_13f.py # default scope = 2020 onward python jobs/ingest_edgar_13f.py --from 2018q1
{
"@context": "https://schema.org/",
"@type": "Dataset",
"name": "Edgar 13F",
"description": "Ingest SEC Form 13F structured data sets -> grouped Parquet. Source page (verified 2026-06): https://www.sec.gov/data-research/sec-markets-data/form-13f-data-sets Bulk zips: https://www.sec.gov/files/structureddata/data/form-13f-data-sets/<key>_form13f.zip Each quarterly zip contains 7…",
"url": "https://econdatalibrary.com/edgar_13f.html",
"identifier": "edgar_13f",
"isAccessibleForFree": false,
"publisher": {
"@type": "Organization",
"name": "Econ Data Library",
"url": "https://econdatalibrary.com"
},
"creator": {
"@type": "Organization",
"name": "Edgar 13F"
},
"keywords": [
"edgar_13f"
],
"sameAs": [
"https://huggingface.co/datasets/econdatalibrary-edgar_13f",
"https://zenodo.org/communities/econdatalibrary"
],
"usageInfo": "Metadata-only catalog entry. This source's license does not permit redistribution, so the data itself is not served here; use the provider link to obtain the data under its terms."
}{
"@context": {
"@language": "en",
"@vocab": "https://schema.org/",
"cr": "http://mlcommons.org/croissant/",
"data": {
"@id": "cr:data",
"@type": "@json"
},
"dataType": {
"@id": "cr:dataType",
"@type": "@vocab"
},
"sc": "https://schema.org/",
"conformsTo": "dct:conformsTo",
"dct": "http://purl.org/dc/terms/"
},
"@type": "sc:Dataset",
"conformsTo": "http://mlcommons.org/croissant/1.0",
"name": "edgar_13f",
"description": "Ingest SEC Form 13F structured data sets -> grouped Parquet. Source page (verified 2026-06): https://www.sec.gov/data-research/sec-markets-data/form-13f-data-sets Bulk zips: https://www.sec.gov/files/structureddata/data/form-13f-data-sets/<key>_form13f.zip Each quarterly zip contains 7…",
"url": "https://econdatalibrary.com/edgar_13f.html",
"creator": {
"@type": "sc:Organization",
"name": "Edgar 13F"
},
"publisher": {
"@type": "sc:Organization",
"name": "Econ Data Library",
"url": "https://econdatalibrary.com"
},
"isAccessibleForFree": false,
"usageInfo": "Metadata-only Croissant record; underlying data is not redistributed under this source's license."
}