form4api 0.7.0__tar.gz → 0.7.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {form4api-0.7.0 → form4api-0.7.1}/PKG-INFO +4 -4
- {form4api-0.7.0 → form4api-0.7.1}/README.md +1 -1
- {form4api-0.7.0 → form4api-0.7.1}/form4api.egg-info/PKG-INFO +4 -4
- {form4api-0.7.0 → form4api-0.7.1}/pyproject.toml +3 -3
- {form4api-0.7.0 → form4api-0.7.1}/LICENSE +0 -0
- {form4api-0.7.0 → form4api-0.7.1}/form4api/__init__.py +0 -0
- {form4api-0.7.0 → form4api-0.7.1}/form4api/_client.py +0 -0
- {form4api-0.7.0 → form4api-0.7.1}/form4api/_errors.py +0 -0
- {form4api-0.7.0 → form4api-0.7.1}/form4api/_generated.py +0 -0
- {form4api-0.7.0 → form4api-0.7.1}/form4api/_types.py +0 -0
- {form4api-0.7.0 → form4api-0.7.1}/form4api/_webhook_utils.py +0 -0
- {form4api-0.7.0 → form4api-0.7.1}/form4api/resources/__init__.py +0 -0
- {form4api-0.7.0 → form4api-0.7.1}/form4api/resources/_companies.py +0 -0
- {form4api-0.7.0 → form4api-0.7.1}/form4api/resources/_insiders.py +0 -0
- {form4api-0.7.0 → form4api-0.7.1}/form4api/resources/_signals.py +0 -0
- {form4api-0.7.0 → form4api-0.7.1}/form4api/resources/_transactions.py +0 -0
- {form4api-0.7.0 → form4api-0.7.1}/form4api/resources/_webhooks.py +0 -0
- {form4api-0.7.0 → form4api-0.7.1}/form4api.egg-info/SOURCES.txt +0 -0
- {form4api-0.7.0 → form4api-0.7.1}/form4api.egg-info/dependency_links.txt +0 -0
- {form4api-0.7.0 → form4api-0.7.1}/form4api.egg-info/requires.txt +0 -0
- {form4api-0.7.0 → form4api-0.7.1}/form4api.egg-info/top_level.txt +0 -0
- {form4api-0.7.0 → form4api-0.7.1}/setup.cfg +0 -0
- {form4api-0.7.0 → form4api-0.7.1}/tests/test_client.py +0 -0
- {form4api-0.7.0 → form4api-0.7.1}/tests/test_generated.py +0 -0
- {form4api-0.7.0 → form4api-0.7.1}/tests/test_method_name.py +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: form4api
|
|
3
|
-
Version: 0.7.
|
|
4
|
-
Summary: Python client for the Form4API — real-time SEC Form 4 insider trading data
|
|
3
|
+
Version: 0.7.1
|
|
4
|
+
Summary: Python client for the Form4API — real-time SEC Form 4 insider trading, Form 144 intent-to-sell, institutional 13F-HR, and congressional STOCK Act trading data, including the insider/Congress convergence signal
|
|
5
5
|
License-Expression: MIT
|
|
6
6
|
Project-URL: Homepage, https://www.form4api.com
|
|
7
7
|
Project-URL: Documentation, https://www.form4api.com/docs
|
|
8
8
|
Project-URL: Repository, https://github.com/theodor90/form4api-py.git
|
|
9
|
-
Keywords: insider-trading,sec,sec-edgar,edgar,form-4,form4,form-144,13f,13f-hr,financial-data,stock-market,stocks,fintech,api,sdk,webhooks,form4api
|
|
9
|
+
Keywords: insider-trading,sec,sec-edgar,edgar,form-4,form4,form-144,13f,13f-hr,congress,stock-act,financial-data,stock-market,stocks,fintech,api,sdk,webhooks,form4api
|
|
10
10
|
Requires-Python: >=3.11
|
|
11
11
|
Description-Content-Type: text/markdown
|
|
12
12
|
License-File: LICENSE
|
|
@@ -19,7 +19,7 @@ Dynamic: license-file
|
|
|
19
19
|
|
|
20
20
|
# form4api
|
|
21
21
|
|
|
22
|
-
Python client for [Form4API](https://www.form4api.com) — real-time SEC Form 4 insider trading data.
|
|
22
|
+
Python client for [Form4API](https://www.form4api.com) — real-time SEC Form 4 insider trading, Form 144 intent-to-sell, institutional 13F-HR, and congressional STOCK Act trading data, including the insider/Congress convergence signal.
|
|
23
23
|
|
|
24
24
|
[](https://pypi.org/project/form4api/)
|
|
25
25
|
[](https://pypi.org/project/form4api/)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# form4api
|
|
2
2
|
|
|
3
|
-
Python client for [Form4API](https://www.form4api.com) — real-time SEC Form 4 insider trading data.
|
|
3
|
+
Python client for [Form4API](https://www.form4api.com) — real-time SEC Form 4 insider trading, Form 144 intent-to-sell, institutional 13F-HR, and congressional STOCK Act trading data, including the insider/Congress convergence signal.
|
|
4
4
|
|
|
5
5
|
[](https://pypi.org/project/form4api/)
|
|
6
6
|
[](https://pypi.org/project/form4api/)
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: form4api
|
|
3
|
-
Version: 0.7.
|
|
4
|
-
Summary: Python client for the Form4API — real-time SEC Form 4 insider trading data
|
|
3
|
+
Version: 0.7.1
|
|
4
|
+
Summary: Python client for the Form4API — real-time SEC Form 4 insider trading, Form 144 intent-to-sell, institutional 13F-HR, and congressional STOCK Act trading data, including the insider/Congress convergence signal
|
|
5
5
|
License-Expression: MIT
|
|
6
6
|
Project-URL: Homepage, https://www.form4api.com
|
|
7
7
|
Project-URL: Documentation, https://www.form4api.com/docs
|
|
8
8
|
Project-URL: Repository, https://github.com/theodor90/form4api-py.git
|
|
9
|
-
Keywords: insider-trading,sec,sec-edgar,edgar,form-4,form4,form-144,13f,13f-hr,financial-data,stock-market,stocks,fintech,api,sdk,webhooks,form4api
|
|
9
|
+
Keywords: insider-trading,sec,sec-edgar,edgar,form-4,form4,form-144,13f,13f-hr,congress,stock-act,financial-data,stock-market,stocks,fintech,api,sdk,webhooks,form4api
|
|
10
10
|
Requires-Python: >=3.11
|
|
11
11
|
Description-Content-Type: text/markdown
|
|
12
12
|
License-File: LICENSE
|
|
@@ -19,7 +19,7 @@ Dynamic: license-file
|
|
|
19
19
|
|
|
20
20
|
# form4api
|
|
21
21
|
|
|
22
|
-
Python client for [Form4API](https://www.form4api.com) — real-time SEC Form 4 insider trading data.
|
|
22
|
+
Python client for [Form4API](https://www.form4api.com) — real-time SEC Form 4 insider trading, Form 144 intent-to-sell, institutional 13F-HR, and congressional STOCK Act trading data, including the insider/Congress convergence signal.
|
|
23
23
|
|
|
24
24
|
[](https://pypi.org/project/form4api/)
|
|
25
25
|
[](https://pypi.org/project/form4api/)
|
|
@@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "form4api"
|
|
7
|
-
version = "0.7.
|
|
8
|
-
description = "Python client for the Form4API — real-time SEC Form 4 insider trading data"
|
|
9
|
-
keywords = ["insider-trading", "sec", "sec-edgar", "edgar", "form-4", "form4", "form-144", "13f", "13f-hr", "financial-data", "stock-market", "stocks", "fintech", "api", "sdk", "webhooks", "form4api"]
|
|
7
|
+
version = "0.7.1"
|
|
8
|
+
description = "Python client for the Form4API — real-time SEC Form 4 insider trading, Form 144 intent-to-sell, institutional 13F-HR, and congressional STOCK Act trading data, including the insider/Congress convergence signal"
|
|
9
|
+
keywords = ["insider-trading", "sec", "sec-edgar", "edgar", "form-4", "form4", "form-144", "13f", "13f-hr", "congress", "stock-act", "financial-data", "stock-market", "stocks", "fintech", "api", "sdk", "webhooks", "form4api"]
|
|
10
10
|
requires-python = ">=3.11"
|
|
11
11
|
dependencies = ["httpx>=0.27"]
|
|
12
12
|
license = "MIT"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|