2023-09-22 22:12:38 -03:00
2022-04-21 15:14:49 -03:00
2023-09-22 23:50:22 +00:00
2023-09-22 23:50:22 +00:00
2022-08-30 02:45:50 +00:00
2022-04-21 15:14:49 -03:00

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/:symbol Test 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 currentPrice field has 15 minutes delay.
Description
No description provided
Readme 228 KiB
Languages
Go 92.5%
HTML 7.1%
Dockerfile 0.3%
Makefile 0.1%