fmp-stable-api 2.0.2__tar.gz → 2.0.3__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.
- {fmp_stable_api-2.0.2 → fmp_stable_api-2.0.3}/PKG-INFO +1 -1
- {fmp_stable_api-2.0.2 → fmp_stable_api-2.0.3}/fmp_stable_api/__init__.py +1 -1
- {fmp_stable_api-2.0.2 → fmp_stable_api-2.0.3}/fmp_stable_api/fmp_endpoints.json +11 -10
- {fmp_stable_api-2.0.2 → fmp_stable_api-2.0.3}/fmp_stable_api.egg-info/PKG-INFO +1 -1
- {fmp_stable_api-2.0.2 → fmp_stable_api-2.0.3}/pyproject.toml +1 -1
- {fmp_stable_api-2.0.2 → fmp_stable_api-2.0.3}/LICENSE +0 -0
- {fmp_stable_api-2.0.2 → fmp_stable_api-2.0.3}/README.md +0 -0
- {fmp_stable_api-2.0.2 → fmp_stable_api-2.0.3}/fmp_stable_api/client.py +0 -0
- {fmp_stable_api-2.0.2 → fmp_stable_api-2.0.3}/fmp_stable_api/endpoints.py +0 -0
- {fmp_stable_api-2.0.2 → fmp_stable_api-2.0.3}/fmp_stable_api/gui/FMP_icon.png +0 -0
- {fmp_stable_api-2.0.2 → fmp_stable_api-2.0.3}/fmp_stable_api/gui/__init__.py +0 -0
- {fmp_stable_api-2.0.2 → fmp_stable_api-2.0.3}/fmp_stable_api/gui/manager.py +0 -0
- {fmp_stable_api-2.0.2 → fmp_stable_api-2.0.3}/fmp_stable_api/key_manager.py +0 -0
- {fmp_stable_api-2.0.2 → fmp_stable_api-2.0.3}/fmp_stable_api/mcp_server.py +0 -0
- {fmp_stable_api-2.0.2 → fmp_stable_api-2.0.3}/fmp_stable_api/rate_limiter.py +0 -0
- {fmp_stable_api-2.0.2 → fmp_stable_api-2.0.3}/fmp_stable_api/skill.md +0 -0
- {fmp_stable_api-2.0.2 → fmp_stable_api-2.0.3}/fmp_stable_api/updater.py +0 -0
- {fmp_stable_api-2.0.2 → fmp_stable_api-2.0.3}/fmp_stable_api.egg-info/SOURCES.txt +0 -0
- {fmp_stable_api-2.0.2 → fmp_stable_api-2.0.3}/fmp_stable_api.egg-info/dependency_links.txt +0 -0
- {fmp_stable_api-2.0.2 → fmp_stable_api-2.0.3}/fmp_stable_api.egg-info/entry_points.txt +0 -0
- {fmp_stable_api-2.0.2 → fmp_stable_api-2.0.3}/fmp_stable_api.egg-info/requires.txt +0 -0
- {fmp_stable_api-2.0.2 → fmp_stable_api-2.0.3}/fmp_stable_api.egg-info/top_level.txt +0 -0
- {fmp_stable_api-2.0.2 → fmp_stable_api-2.0.3}/setup.cfg +0 -0
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Introduction": "All of the endpoints for the FMP API and params for each endpoint that indicates if the endpoint is required or not",
|
|
3
|
+
"last_updated": "2026-09-10",
|
|
3
4
|
"stable_url": "https://financialmodelingprep.com/stable/",
|
|
4
5
|
"endpoints": {
|
|
5
6
|
"Search": {
|
|
@@ -1654,7 +1655,7 @@
|
|
|
1654
1655
|
},
|
|
1655
1656
|
"Technical_Indicators": {
|
|
1656
1657
|
"simple_moving_average": {
|
|
1657
|
-
"path": "technical-
|
|
1658
|
+
"path": "technical-indicators/sma",
|
|
1658
1659
|
"description": "",
|
|
1659
1660
|
"required_params": [
|
|
1660
1661
|
"symbol",
|
|
@@ -1673,7 +1674,7 @@
|
|
|
1673
1674
|
}
|
|
1674
1675
|
},
|
|
1675
1676
|
"exponential_moving_average": {
|
|
1676
|
-
"path": "technical-
|
|
1677
|
+
"path": "technical-indicators/ema",
|
|
1677
1678
|
"description": "",
|
|
1678
1679
|
"required_params": [
|
|
1679
1680
|
"symbol",
|
|
@@ -1692,7 +1693,7 @@
|
|
|
1692
1693
|
}
|
|
1693
1694
|
},
|
|
1694
1695
|
"weighted_moving_average": {
|
|
1695
|
-
"path": "technical-
|
|
1696
|
+
"path": "technical-indicators/wma",
|
|
1696
1697
|
"description": "",
|
|
1697
1698
|
"required_params": [
|
|
1698
1699
|
"symbol",
|
|
@@ -1711,7 +1712,7 @@
|
|
|
1711
1712
|
}
|
|
1712
1713
|
},
|
|
1713
1714
|
"double_exponential_moving_average": {
|
|
1714
|
-
"path": "technical-
|
|
1715
|
+
"path": "technical-indicators/dema",
|
|
1715
1716
|
"description": "",
|
|
1716
1717
|
"required_params": [
|
|
1717
1718
|
"symbol",
|
|
@@ -1730,7 +1731,7 @@
|
|
|
1730
1731
|
}
|
|
1731
1732
|
},
|
|
1732
1733
|
"triple_exponential_moving_average": {
|
|
1733
|
-
"path": "technical-
|
|
1734
|
+
"path": "technical-indicators/tema",
|
|
1734
1735
|
"description": "",
|
|
1735
1736
|
"required_params": [
|
|
1736
1737
|
"symbol",
|
|
@@ -1749,7 +1750,7 @@
|
|
|
1749
1750
|
}
|
|
1750
1751
|
},
|
|
1751
1752
|
"relative_strength_index": {
|
|
1752
|
-
"path": "technical-
|
|
1753
|
+
"path": "technical-indicators/rsi",
|
|
1753
1754
|
"description": "",
|
|
1754
1755
|
"required_params": [
|
|
1755
1756
|
"symbol",
|
|
@@ -1768,7 +1769,7 @@
|
|
|
1768
1769
|
}
|
|
1769
1770
|
},
|
|
1770
1771
|
"standard_deviation": {
|
|
1771
|
-
"path": "technical-
|
|
1772
|
+
"path": "technical-indicators/standarddeviation",
|
|
1772
1773
|
"description": "",
|
|
1773
1774
|
"required_params": [
|
|
1774
1775
|
"symbol",
|
|
@@ -1787,7 +1788,7 @@
|
|
|
1787
1788
|
}
|
|
1788
1789
|
},
|
|
1789
1790
|
"williams": {
|
|
1790
|
-
"path": "technical-
|
|
1791
|
+
"path": "technical-indicators/williams",
|
|
1791
1792
|
"description": "",
|
|
1792
1793
|
"required_params": [
|
|
1793
1794
|
"symbol",
|
|
@@ -1806,7 +1807,7 @@
|
|
|
1806
1807
|
}
|
|
1807
1808
|
},
|
|
1808
1809
|
"average_directional_index": {
|
|
1809
|
-
"path": "technical-
|
|
1810
|
+
"path": "technical-indicators/adx",
|
|
1810
1811
|
"description": "",
|
|
1811
1812
|
"required_params": [
|
|
1812
1813
|
"symbol",
|
|
@@ -1875,4 +1876,4 @@
|
|
|
1875
1876
|
}
|
|
1876
1877
|
}
|
|
1877
1878
|
}
|
|
1878
|
-
}
|
|
1879
|
+
}
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "fmp-stable-api"
|
|
7
|
-
version = "2.0.
|
|
7
|
+
version = "2.0.3"
|
|
8
8
|
description = "Financial Modeling Prep API client — auto-updating endpoints, GUI, and MCP server"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.7"
|
|
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
|