Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 667 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 667 Bytes

ticker-lookup

A nodejs/typescript wrapper around AlphaVantage endpoints, enabling easy access to key financial metrics for any stock ticker.

Usage

Get results in JSON format

https://ticker-lookup.netlify.app/.netlify/functions/lookup?symbol=MSFT

Get results in HTML format

https://ticker-lookup.netlify.app/.netlify/functions/lookup?symbol=MSFT&format=html

Resources