Skip to content

Commit 65a8e5e

Browse files
committed
fix: bug with list_stock_financials client path
1 parent 32fe07d commit 65a8e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp_polygon/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ async def list_stock_financials(
759759
Get fundamental financial data for companies.
760760
"""
761761
try:
762-
results = polygon_client.list_stock_financials(
762+
results = polygon_client.vx.list_stock_financials(
763763
ticker=ticker,
764764
cik=cik,
765765
company_name=company_name,

0 commit comments

Comments
 (0)