SkillAgentSearch skills...

AlphaVantage

A fast, lightweight Python interface to the AlphaVantage API.

Install / Use

npx skills add Pmlsa/AlphaVantage

Installs into whichever agent you are using.

About this skill

Quality Score

0/100

Supported Platforms

Universal

README

What is Alpha Vantage?

Build Status PyPI version Documentation Status Average time to resolve an issue Percentage of issues still open

A fast, lightweight Python interface to the AlphaVantage API

Alpha Vantage offers free realtime financial data and historical market data. This module implements a python interface to the free API provided by Alpha Vantage. This project requires a free API key, which can be found at this website.


Example Usage

import AlphaVantage.client as av

client = av.Client()
client.get_quote("MSFT")

Related Skills

View on GitHub
GitHub Stars8
CategoryFinance
Updated7mo ago
Forks1

Languages

Python

Security Score

82/100

Audited on Jan 1, 2026

No findings