Skip to content

Unified API for financial data.

Access EDGAR filings, FRED economic data, and more through a single, consistent API. Built for developers who need reliable financial data.

import http.client

conn = http.client.HTTPSConnection("edgar.financeapis.dev")

conn.request("GET", "/api/forms/13f/0001067983/{quarter}")

res = conn.getresponse()
data = res.read()

print(data.decode("utf-8"))
Response:
nameOfIssuer,titleOfClass,cusip,value,sshPrnamt,sshPrnamtType,investmentDiscretion,votingAuthoritySole,votingAuthorityShared,votingAuthorityNone,putCall,figi
AMERICAN EXPRESS CO,COM,025816109,9308898,151610700,SH,DFND,151610700,0,0,,
APPLE INC,COM,037833100,1069382,9811747,SH,DFND,9811747,0,0,,
BANK OF NEW YORK MELLON CORP,COM,064058100,767066,20827212,SH,DFND,20827212,0,0,,
CHARTER COMMUNICATIONS INC D,CL A NEW,16117M305,2090455,10326803,SH,DFND,10326803,0,0,,
COCA COLA CO,COM,191216100,18556000,400000000,SH,DFND,400000000,0,0,,

Why financeapis.dev

Stop juggling multiple APIs and inconsistent data formats. Get all your financial data through one reliable, well-documented interface.

EDGAR Filings

Access SEC filings including 10-K, 10-Q, 8-K forms with structured data extraction and search capabilities.

FRED Economic Data

Federal Reserve economic data including GDP, inflation, employment statistics, and thousands of other series.

Consistent API

Unified response formats, consistent error handling, and rate limiting across all data sources.