Skip to main content

Upcoming Release Days


Implementation details

Class names

Model nameParameters classData class
UpcomingReleaseDaysUpcomingReleaseDaysQueryParamsUpcomingReleaseDaysData

Import Statement

from openbb_core.provider.standard_models.upcoming_release_days import (
UpcomingReleaseDaysData,
UpcomingReleaseDaysQueryParams,
)

Parameters

NameTypeDescriptionDefaultOptional
providerLiteral['seeking_alpha']The provider to use for the query, by default None. If None, the provider specified in defaults is selected or 'seeking_alpha' if there is no default.seeking_alphaTrue

Data

NameTypeDescription
symbolstrSymbol representing the entity requested in the data.
namestrThe full name of the asset.
exchangestrThe exchange the asset is traded on.
release_time_typestrThe type of release time.
release_datedateThe date of the release.