sec-api icon indicating copy to clipboard operation
sec-api copied to clipboard

sec.gov EDGAR API | search & filter SEC filings | over 150 form types supported | 10-Q, 10-K, 8, 4, 13, S-11, ... | insider trading

Results 10 sec-api issues
Sort by recently updated
recently updated
newest added

In the documentation it is mentioned that all of the tables are standardized and Variants such as `ConsolidatedStatementsofOperations` or `ConsolidatedStatementsOfLossIncome` are automatically standardized to their root name, e.g. `StatementsOfIncome`. But...

SEC-API provides financial statements in separate tables such as `BalanceSheet`, `StatementsOfIncome` and many others. But looking at some of the companies/cik the `xbrl_to_json` api is providing data from some other...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=follow-redirects&package-manager=npm_and_yarn&previous-version=1.14.7&new-version=1.14.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)...

dependencies

I am trying to replicate the income statement as shown in the company's 10-K (or 10-Q) so I can perform segment analysis. For example, for Tesla (found [here](https://www.sec.gov/Archives/edgar/data/1318605/000162828024002390/tsla-20231231.htm)) we want...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.8 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...

dependencies

Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 1.6.0. Release notes Sourced from axios's releases. Release v1.6.0 Release notes: Bug Fixes CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232) dns: fixed lookup function decorator...

dependencies

I query the mapping endpoint with the correct code, but the returned json doesn't contain any ticker symbol in its entry, just a blank string. Why? [{'name': 'Ankam Inc.', 'ticker':...

Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 3.3.2 to 3.3.3. Changelog Sourced from socket.io-parser's changelog. 3.3.3 (2022-11-09) Bug Fixes check the format of the index of each attachment (fb21e42) 3.4.2 (2022-11-09) Bug Fixes check...

dependencies

Hi Jan, Just noticed and played around a little bit with the new endpoints. I had a couple thoughts that would be very useful to me. 1) Possible to include...