historical
ETF Historical Market Price.
Parameters
- standard
- alpha_vantage
- cboe
- fmp
- intrinio
- polygon
- tiingo
- tmx
- tradier
- yfinance
symbol
: Union[str, list[str]]
Symbol to get data for. Multiple items allowed for provider(s): alpha_vantage, cboe, fmp, polygon, tiingo, tmx, tradier, yfinance.
• 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
symbol
: Union[str, list[str]]
Symbol to get data for. Multiple items allowed for provider(s): alpha_vantage, cboe, fmp, polygon, tiingo, tmx, tradier, yfinance.
• 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
interval
: Literal['1m', '5m', '15m', '30m', '60m', '1d', '1W', '1M']
Time interval of the data to return.
• Default: 1d
• Optional: True
adjustment
: Literal['splits_only', 'splits_and_dividends', 'unadjusted']
The adjustment factor to apply. 'splits_only' is not supported for intraday data.
• Default: splits_only
• Optional: True
extended_hours
: bool
Include Pre and Post market data.
• Default: False
• Optional: True
symbol
: Union[str, list[str]]
Symbol to get data for. Multiple items allowed for provider(s): alpha_vantage, cboe, fmp, polygon, tiingo, tmx, tradier, yfinance.
• 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
interval
: Literal['1m', '1d']
Time interval of the data to return. The most recent trading day is not including in daily historical data. Intraday data is only available for the most recent trading day at 1 minute intervals.
• Default: 1d
• Optional: True
use_cache
: bool
When True, the company directories will be cached for 24 hours and are used to validate symbols. The results of the function are not cached. Set as False to bypass.
• Default: True
• Optional: True
symbol
: Union[str, list[str]]
Symbol to get data for. Multiple items allowed for provider(s): alpha_vantage, cboe, fmp, polygon, tiingo, tmx, tradier, yfinance.
• 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
interval
: Literal['1m', '5m', '15m', '30m', '1h', '4h', '1d']
Time interval of the data to return.
• Default: 1d
• Optional: True
symbol
: str
A Security identifier (Ticker, FIGI, ISIN, CUSIP, Intrinio ID).
• 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
interval
: Literal['1m', '5m', '10m', '15m', '30m', '60m', '1h', '1d', '1W', '1M', '1Q', '1Y']
Time interval of the data to return.
• Default: 1d
• Optional: True
start_time
: datetime.time
Return intervals starting at the specified time on the start_date
formatted as 'HH:MM:SS'.
• Optional: True
end_time
: datetime.time
Return intervals stopping at the specified time on the end_date
formatted as 'HH:MM:SS'.
• Optional: True
timezone
: str
Timezone of the data, in the IANA format (Continent/City).
• Default: America/New_York
• Optional: True
source
: Literal['realtime', 'delayed', 'nasdaq_basic']
The source of the data.
• Default: realtime
• Optional: True
symbol
: Union[str, list[str]]
Symbol to get data for. Multiple items allowed for provider(s): alpha_vantage, cboe, fmp, polygon, tiingo, tmx, tradier, yfinance.
• 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
interval
: str
Time interval of the data to return. The numeric portion of the interval can be any positive integer. The letter portion can be one of the following: s, m, h, d, W, M, Q, Y
• Default: 1d
• Optional: True
adjustment
: Literal['splits_only', 'unadjusted']
The adjustment factor to apply. Default is splits only.
• Default: splits_only
• Optional: True
extended_hours
: bool
Include Pre and Post market data.
• Default: False
• Optional: True
sort
: Literal['asc', 'desc']
Sort order of the data. This impacts the results in combination with the 'limit' parameter. The results are always returned in ascending order by date.
• Default: asc
• Optional: True
limit
: int
The number of data entries to return.
• Default: 49999
• Optional: True
symbol
: Union[str, list[str]]
Symbol to get data for. Multiple items allowed for provider(s): alpha_vantage, cboe, fmp, polygon, tiingo, tmx, tradier, yfinance.
• Optional: False
start_date
: Union[date, str]
Start date of the data, in YYYY-MM-DD format.