historical_attributes
Get the historical values of a data tag from Intrinio.
Parameters
- standard
- intrinio
symbol
: Union[str, list[str]]
Symbol to get data for. Multiple items allowed for provider(s): intrinio.
• Optional: False
tag
: Union[str, list[str]]
Intrinio data tag ID or code. Multiple items allowed for provider(s): intrinio.
• Optional: False
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
frequency
: Literal['daily', 'weekly', 'monthly', 'quarterly', 'yearly']
The frequency of the data.
• Default: yearly
• Optional: True
limit
: int
The number of data entries to return.
• Default: 1000
• Optional: True
tag_type
: str
Filter by type, when applicable.
• Optional: True
sort
: Literal['asc', 'desc']
Sort order.
• Default: desc
• Optional: True
symbol
: Union[str, list[str]]
Symbol to get data for. Multiple items allowed for provider(s): intrinio.
• Optional: False
tag
: Union[str, list[str]]
Intrinio data tag ID or code. Multiple items allowed for provider(s): intrinio.
• Optional: False
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
frequency
: Literal['daily', 'weekly', 'monthly', 'quarterly', 'yearly']
The frequency of the data.
• Default: yearly
• Optional: True
limit
: int
The number of data entries to return.
• Default: 1000
• Optional: True
tag_type
: str
Filter by type, when applicable.
• Optional: True
sort
: Literal['asc', 'desc']
Sort order.
• Default: desc
• Optional: True
Returns
results
: list[HistoricalAttributes]
Serializable results.
provider
: Optional[Literal['intrinio']]
Provider name.
warnings
: Optional[list[Warning_]]
list of warnings.
chart
: Optional[Chart]
Chart object.
extra
: dict[str, Any]
Extra info.
Data
- standard
- intrinio
date
: Union[date, str]
The date of the data.
symbol
: str
Symbol representing the entity requested in the data.
tag
: str
Tag name for the fetched data.
value
: float
The value of the data.
date
: Union[date, str]
The date of the data.
symbol
: str
Symbol representing the entity requested in the data.
tag
: str
Tag name for the fetched data.
value
: float
The value of the data.