We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fdcb61 commit 118a4ecCopy full SHA for 118a4ec
finfeedapi/sec-api-rest/spec/openapi.json
@@ -193,6 +193,14 @@
193
"format": "int64"
194
}
195
},
196
+ {
197
+ "name": "ticker",
198
+ "in": "query",
199
+ "description": "Filter by stock ticker symbol",
200
+ "schema": {
201
+ "type": "string"
202
+ }
203
+ },
204
{
205
"name": "form_type",
206
"in": "query",
finfeedapi/sec-api-rest/spec/openapi.yaml
@@ -130,6 +130,11 @@ paths:
130
schema:
131
type: integer
132
format: int64
133
+ - name: ticker
134
+ in: query
135
+ description: Filter by stock ticker symbol
136
+ schema:
137
+ type: string
138
- name: form_type
139
in: query
140
description: 'Filter by form type(s) (e.g., "10-K", "8-K"). Multiple values can be comma-separated'
0 commit comments