Financials As Reported
Get financials as reported. This data is available for bulk download on <a href="https://www.kaggle.com/finnhub/reported-financials" target="_blank">Kaggle SEC Financials database</a>.
Query parameters
Symbol.
CIK.
Access number of a specific report you want to retrieve financials from.
Frequency. Can be either <code>annual</code> or <code>quarterly</code>. Default to <code>annual</code>.
From date <code>YYYY-MM-DD</code>. Filter for endDate.
To date <code>YYYY-MM-DD</code>. Filter for endDate.
Response
successful operation
Example response
{
"symbol": "symbol",
"cik": "cik",
"data": [
{
"symbol": "symbol",
"cik": "cik",
"form": "form",
"accessNumber": "accessNumber",
"year": 0,
"endDate": "endDate",
"report": "{}",
"filedDate": "filedDate",
"acceptedDate": "acceptedDate",
"startDate": "startDate",
"quarter": 6
},
{
"symbol": "symbol",
"cik": "cik",
"form": "form",
"accessNumber": "accessNumber",
"year": 0,
"endDate": "endDate",
"report": "{}",
"filedDate": "filedDate",
"acceptedDate": "acceptedDate",
"startDate": "startDate",
"quarter": 6
}
]
}Changes
Changed in 4 of the 35 revisions of this API.1315
- ○
added the new optional
queryrequest parameterfromnew-optional-request-parameter
- ○
added the new optional
queryrequest parametertonew-optional-request-parameter
- ○
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
This revision also has 12 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
api tag
Defaultaddedapi-tag-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
deleted the
queryrequest parameterfromrequest-parameter-removed
- ●
deleted the
queryrequest parametertorequest-parameter-removed
- ●
removed the optional property
//from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
//from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
//from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
//from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
//from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
//from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
//from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
//from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
//from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
//from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
//from the response with the statusresponse-optional-property-removed
- ○
api tag
Defaultremovedapi-tag-removed
This revision also has 146 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●