/azure-function-python

Basic Azure Function in Python, that returns dividend history of a stock/ticker (provided via HTTP request, in path/route parameter) via Yahoo finance

Primary LanguagePython

Python Azure Function

Dividends history for stock (ticker) returned from Yahoo Finance

Playing with Azure functions, by creating a basic HTTP GET endpoint, which takes ticker name as path/route parameter, and returns dividends history for it from Yahoo Finance in JSON format.