Skip to content

Commit 1cd77bf

Browse files
committed
update openapi file
1 parent 74a5cb7 commit 1cd77bf

File tree

2 files changed

+532
-5
lines changed

2 files changed

+532
-5
lines changed

finfeedapi/sec-api/spec/sec-api-historical.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"openapi": "3.0.1",
2+
"openapi": "3.0.1",
33
"info": {
4-
"title": "REST API",
4+
"title": "REST API",
55
"contact": {
6-
"name": "API BRICKS LTD",
6+
"name": "API BRICKS LTD",
77
"url": "https://www.finfeedapi.com",
88
"email": "[email protected]"
99
},
@@ -20,7 +20,7 @@
2020
"tags": [
2121
"Content Extraction"
2222
],
23-
"summary": "Extract and classify SEC filing content ",
23+
"summary": "Extract and classify SEC filing content",
2424
"description": "Retrieves filing content from the EDGAR database and intelligently classifies it according to form type and item categories.\r\n\r\n### Supported Form Types\r\n\r\nForm Type | Description\r\n----------|------------\r\n8-K | Current report filing\r\n10-K | Annual report filing\r\n10-Q | Quarterly report filing\r\n\r\n### Content Classification\r\n- 8-K forms: Content classified by item numbers (e.g., 1.01, 2.01)\r\n- 10-K/10-Q forms: Items categorized by their respective part and item structure\r\n\r\n:::note\r\nBoth HTML and plain text documents are supported for content extraction.\r\n:::",
2525
"parameters": [
2626
{
@@ -761,4 +761,4 @@
761761
"description": "Provides endpoints for performing full-text searches on historical SEC filing documents.\r\nAllows users to query filings based on various criteria such as form type, date ranges, and text content."
762762
}
763763
]
764-
}
764+
}

0 commit comments

Comments
 (0)