ENDPOINTS
/secGet SEC Filings
Get SEC EDGAR filings (10-K, 10-Q, 8-K, S-1, etc.) for any publicly traded company by stock ticker. Returns filing submission dates, types, and direct URLs to official SEC EDGAR documents.
QUERY PARAMS
The stock ticker symbol. Alphanumeric only.
Examples: GOOG, AAPL
The SEC filing type.
Default: 10-K
Allowed values:
10-K— Annual report10-Q— Quarterly report8-K— Current report (material events)S-1,S-2,S-3— Registration statementsDEF14A— Definitive proxy statement13D— Beneficial ownership report
[
{
"symbol": "GOOG",
"filing_link": "https://www.sec.gov/Archives/edgar/data/1652044/000165204426000018/goog-20251231.htm",
"filing_type": "10-K",
"submitted_on": "2026-02-05"
},
{
"symbol": "GOOG",
"filing_link": "https://www.sec.gov/Archives/edgar/data/1652044/000165204425000014/goog-20241231.htm",
"filing_type": "10-K",
"submitted_on": "2025-02-05"
},
{
"symbol": "GOOG",
"filing_link": "https://www.sec.gov/Archives/edgar/data/1652044/000165204424000022/goog-20231231.htm",
"filing_type": "10-K",
"submitted_on": "2024-01-31"
},
{
"symbol": "GOOG",
"filing_link": "https://www.sec.gov/Archives/edgar/data/1652044/000165204423000016/goog-20221231.htm",
"filing_type": "10-K",
"submitted_on": "2023-02-03"
},
{
"symbol": "GOOG",
"filing_link": "https://www.sec.gov/Archives/edgar/data/1652044/000165204422000019/goog-20211231.htm",
"filing_type": "10-K",
"submitted_on": "2022-02-02"
},
{
"symbol": "GOOG",
"filing_link": "https://www.sec.gov/Archives/edgar/data/1652044/000165204421000010/goog-20201231.htm",
"filing_type": "10-K",
"submitted_on": "2021-02-03"
},
{
"symbol": "GOOG",
"filing_link": "https://www.sec.gov/Archives/edgar/data/1652044/000165204420000008/goog10-k2019.htm",
"filing_type": "10-K",
"submitted_on": "2020-02-04"
},
{
"symbol": "GOOG",
"filing_link": "https://www.sec.gov/Archives/edgar/data/1652044/000165204419000004/goog10-kq42018.htm",
"filing_type": "10-K",
"submitted_on": "2019-02-05"
},
{
"symbol": "GOOG",
"filing_link": "https://www.sec.gov/Archives/edgar/data/1652044/000165204418000007/goog10-kq42017.htm",
"filing_type": "10-K",
"submitted_on": "2018-02-06"
},
{
"symbol": "GOOG",
"filing_link": "https://www.sec.gov/Archives/edgar/data/1652044/000165204417000008/goog10-kq42016.htm",
"filing_type": "10-K",
"submitted_on": "2017-02-03"
},
{
"symbol": "GOOG",
"filing_link": "https://www.sec.gov/Archives/edgar/data/1288776/000165204416000012/goog10-k2015.htm",
"filing_type": "10-K",
"submitted_on": "2016-02-11"
},
{
"symbol": "GOOG",
"filing_link": "https://www.sec.gov/Archives/edgar/data/1288776/000165204416000012/goog10-k2015.htm",
"filing_type": "10-K",
"submitted_on": "2016-02-11"
},
{
"symbol": "GOOG",
"filing_link": "https://www.sec.gov/Archives/edgar/data/1288776/000128877615000008/goog2014123110-k.htm",
"filing_type": "10-K",
"submitted_on": "2015-02-09"
},
{
"symbol": "GOOG",
"filing_link": "https://www.sec.gov/Archives/edgar/data/1288776/000128877614000020/goog2013123110-k.htm",
"filing_type": "10-K",
"submitted_on": "2014-02-12"
},
{
"symbol": "GOOG",
"filing_link": "https://www.sec.gov/Archives/edgar/data/1288776/000119312513028362/d452134d10k.htm",
"filing_type": "10-K",
"submitted_on": "2013-01-29"
},
{
"symbol": "GOOG",
"filing_link": "https://www.sec.gov/Archives/edgar/data/1288776/000119312512025336/d260164d10k.htm",
"filing_type": "10-K",
"submitted_on": "2012-01-26"
},
{
"symbol": "GOOG",
"filing_link": "https://www.sec.gov/Archives/edgar/data/1288776/000119312511032930/d10k.htm",
"filing_type": "10-K",
"submitted_on": "2011-02-11"
},
{
"symbol": "GOOG",
"filing_link": "https://www.sec.gov/Archives/edgar/data/1288776/000119312510030774/d10k.htm",
"filing_type": "10-K",
"submitted_on": "2010-02-12"
},
{
"symbol": "GOOG",
"filing_link": "https://www.sec.gov/Archives/edgar/data/1288776/000119312509029448/d10k.htm",
"filing_type": "10-K",
"submitted_on": "2009-02-13"
},
{
"symbol": "GOOG",
"filing_link": "https://www.sec.gov/Archives/edgar/data/1288776/000119312508032690/d10k.htm",
"filing_type": "10-K",
"submitted_on": "2008-02-15"
},
{
"symbol": "GOOG",
"filing_link": "https://www.sec.gov/Archives/edgar/data/1288776/000119312507044494/d10k.htm",
"filing_type": "10-K",
"submitted_on": "2007-03-01"
},
{
"symbol": "GOOG",
"filing_link": "https://www.sec.gov/Archives/edgar/data/1288776/000119312506056598/d10k.htm",
"filing_type": "10-K",
"submitted_on": "2006-03-16"
},
{
"symbol": "GOOG",
"filing_link": "https://www.sec.gov/Archives/edgar/data/1288776/000119312505065298/d10k.htm",
"filing_type": "10-K",
"submitted_on": "2005-03-30"
}
]