Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Company overview, shareholders, insider trades, and comparable valuation
/api/market-data/fundamental/*
curl "https://openapi.fcontext.com/api/market-data/fundamental/company?symbol=AAPL.US" \ -H "x-api-key: YOUR_FCONTEXT_API_KEY"
curl "https://openapi.fcontext.com/api/market-data/fundamental/shareholder?symbol=AAPL.US" \ -H "x-api-key: YOUR_FCONTEXT_API_KEY" curl "https://openapi.fcontext.com/api/market-data/fundamental/shareholder/top?symbol=AAPL.US&periods=4" \ -H "x-api-key: YOUR_FCONTEXT_API_KEY"
curl "https://openapi.fcontext.com/api/market-data/fundamental/insider_trades?symbol=AAPL.US&count=20" \ -H "x-api-key: YOUR_FCONTEXT_API_KEY"
curl "https://openapi.fcontext.com/api/market-data/fundamental/valuation_comparison?symbol=AAPL.US¤cy=USD&symbols=MSFT.US,NVDA.US" \ -H "x-api-key: YOUR_FCONTEXT_API_KEY"