097ec547686296099151194e65342b81e5f44784
vercel-lambdas
This is a collection of lambdas for personal use powered by vercel.
statusinvest
The path statusinvest contains lambdas that fetches the status of a company (fundamentalist analysis) from statusinvest.com.
b3
The path b3 contains lambdas that fetches stock prices data directly from from b3.com.
b3/prices/:symbolTest it!- Returns the stock prices for a given symbol.
- Example Response:
{ "symbol": "IBOV", "name": "IBOVESPA", "market": "Indices", "openingPrice": 112295.87, "minPrice": 111689.15, "maxPrice": 113221.54, "averagePrice": 112702.99, "currentPrice": 112323.12, "priceVariation": 0.02, "indexComponentIndicator": false }- Obs: The
currentPricefield has 15 minutes delay.
Description
Languages
Go
92.5%
HTML
7.1%
Dockerfile
0.3%
Makefile
0.1%