Skip to content

Commit 9ef7862

Browse files
Darcy-LindeDarcy Linde
andauthored
add httpResponse to get_last_quote (#120)
Co-authored-by: Darcy Linde <{47221647+Darcy-Linde@users.noreply.github.com}>
1 parent b724ad3 commit 9ef7862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polygon/rest/quotes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def get_last_quote(
5050
ticker: str,
5151
params: Optional[Dict[str, Any]] = None,
5252
raw: bool = False
53-
):
53+
) -> Union[LastQuote, HTTPResponse]:
5454
"""
5555
Get the most recent NBBO (Quote) tick for a given stock.
5656

0 commit comments

Comments
 (0)