fetch_stockprice: Fetch Stockprice

View source: R/borsdata.R

fetch_stockpriceR Documentation

Fetch Stockprice

Description

Fetch Stockprice

Usage

fetch_stockprice(id, key = key)

Arguments

id

Börsdata id

key

Din börsdata API nyckel

Value

fetch_stockprice returnerar aktiekursen för bolaget per dag under de senaste 20 åren eller sedan dagen bolaget gick till börsen.

Examples

key = "<API KEY>"
id = 750 # Exempel 750 för Evolution
fetch_stockprice(id=750,key=key)

JakobJohannesson/borsdata documentation built on July 28, 2022, 1:43 a.m.