Context
v1 of the ideas company info panel (introduced in the upcoming "pin company to idea" feature) shows only the day change vs previous close. There's no pre-market data.
What's missing
Pre-market price and pre-market % change for US equities. Useful because it's the most recent quote before regular hours and is what most retail traders look at first thing.
Why deferred from v1
FMP doesn't return pre-market in /stable/quote or /stable/batch-quote. We'd need:
/stable/historical-chart/5min/{symbol} with date filters to capture the pre-market session (04:00-09:30 ET)
- Parsing logic to extract just the pre-market bars
- A separate field on the info panel JSON for
preMarketPrice + preMarketChange
This is its own ~half-day of work; v1 already shipped enough.
Definition of done
Context
v1 of the ideas company info panel (introduced in the upcoming "pin company to idea" feature) shows only the day change vs previous close. There's no pre-market data.
What's missing
Pre-market price and pre-market % change for US equities. Useful because it's the most recent quote before regular hours and is what most retail traders look at first thing.
Why deferred from v1
FMP doesn't return pre-market in
/stable/quoteor/stable/batch-quote. We'd need:/stable/historical-chart/5min/{symbol}with date filters to capture the pre-market session (04:00-09:30 ET)preMarketPrice+preMarketChangeThis is its own ~half-day of work; v1 already shipped enough.
Definition of done