You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know that this can be done with two API requests (I'm currently using /v3/reference/dividends and /v2/aggs/grouped/locale/us/market/stocks/{date} with funky date math like I mentioned in #36) and just dividing the dividend (and optionally multiply the frequency) by the price, but if such an endpoint existed, it could also be done with just one.
I'd also include parameters for specifying forward yield and trailing twelve months (TTM).
The text was updated successfully, but these errors were encountered:
I know that this can be done with two API requests (I'm currently using
/v3/reference/dividends
and/v2/aggs/grouped/locale/us/market/stocks/{date}
with funky date math like I mentioned in #36) and just dividing the dividend (and optionally multiply the frequency) by the price, but if such an endpoint existed, it could also be done with just one.I'd also include parameters for specifying forward yield and trailing twelve months (TTM).
The text was updated successfully, but these errors were encountered: