splits
Get historical and upcoming stock split operations.
Parameters
- standard
- fmp
start_date
: Union[date, str]
Start date of the data, in YYYY-MM-DD format.
• Optional: True
end_date
: Union[date, str]
End date of the data, in YYYY-MM-DD format.
• Optional: True
start_date
: Union[date, str]
Start date of the data, in YYYY-MM-DD format.
• Optional: True
end_date
: Union[date, str]
End date of the data, in YYYY-MM-DD format.
• Optional: True
Returns
results
: list[CalendarSplits]
Serializable results.
provider
: Optional[Literal['fmp']]
Provider name.
warnings
: Optional[list[Warning_]]
list of warnings.
chart
: Optional[Chart]
Chart object.
extra
: dict[str, Any]
Extra info.
Data
- standard
- fmp
date
: Union[date, str]
The date of the data.
label
: str
Label of the stock splits.
symbol
: str
Symbol representing the entity requested in the data.
numerator
: float
Numerator of the stock splits.
denominator
: float
Denominator of the stock splits.
date
: Union[date, str]
The date of the data.
label
: str
Label of the stock splits.
symbol
: str
Symbol representing the entity requested in the data.
numerator
: float
Numerator of the stock splits.
denominator
: float
Denominator of the stock splits.