MCPcopy Create free account
hub / github.com/FinStep-AI/ContestTrade / get_quote

Method get_quote

contest_trade/utils/fmp_utils.py:197–199  ·  view source on GitHub ↗

获取实时报价

(self, symbol: str, verbose: bool = False)

Source from the content-addressed store, hash-verified

195 return df
196
197 def get_quote(self, symbol: str, verbose: bool = False):
198 """获取实时报价"""
199 return self.run('/quote/' + symbol, {}, verbose=verbose)
200
201 def get_company_profile(self, symbol: str, verbose: bool = False):
202 """获取公司基本信息"""

Callers 1

get_us_stock_quoteFunction · 0.45

Calls 1

runMethod · 0.95

Tested by

no test coverage detected