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 b42ecaa commit 648ee6eCopy full SHA for 648ee6e
finfeedapi/sec-api-rest/spec/openapi.json
@@ -11,7 +11,7 @@
11
},
12
"servers": [
13
{
14
- "url": "https://api-historical.sec.finfeedapi.com"
+ "url": "https://api.sec.finfeedapi.com"
15
}
16
],
17
"paths": {
finfeedapi/sec-api-rest/spec/openapi.yaml
@@ -7,7 +7,7 @@ info:
7
email: [email protected]
8
version: v1
9
servers:
10
- - url: https://api-historical.sec.finfeedapi.com
+ - url: https://api.sec.finfeedapi.com
paths:
/v1/extractor:
get:
0 commit comments