Open hsynlms opened 4 months ago
As documented here: https://polygon.io/docs/stocks/get_vx_reference_financials
The timeframe parameter in stock financials endpoint has three possible values: annual, quarterly, and ttm
timeframe
But JS client has no support for ttm option. This PR fixes it.
ttm
As documented here: https://polygon.io/docs/stocks/get_vx_reference_financials
The
timeframe
parameter in stock financials endpoint has three possible values: annual, quarterly, and ttmBut JS client has no support for
ttm
option. This PR fixes it.