AsadHasan / 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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Python 79.4%Language:Dockerfile 20.6%