WandersonFontes / alphaAPI

Implementation of data query in Alpha Vantage API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alpha Vantage API 💹

Integração com API

🗺️ Documentação Aqui!

Execute esse projeto localmente, seguindo os passos abaixo: 👇

Antes de qualquer coisa, clone o repositório!

git clone https://github.com/WandersonFontes/alphaAPI.git

1️⃣ Crie um ambiente virtual

python -m venv .venv

2️⃣ Ative o virtualenv.

source .venv/bin/activate

3️⃣ Instale as dependências.

python -m pip install -r requirements.txt

4️⃣ Escolha a função que deseja e execute o arquivo .py.

python series_stock.py

About

Implementation of data query in Alpha Vantage API


Languages

Language:Python 100.0%