This function creates a web query url and reads financial and other data from SKM syspower into a data.frame.
1 2 | skm_webquery(user_id, user_password, series_name, interval, start_time,
end_time = "0", empty_data = "no", currency = NULL)
|
user_id |
character value. Login name to SKM syspower. |
user_password |
Password to SKM syspower. |
series_name |
character value. Ex: "NPENOYR15", "SPOT", "EEX", "EURSEKCAL15", "EURDKKQ414" or another value from the webquery on syspower.skm.no |
interval |
Character value. "hour", "day" or "week". Weekly interval will be parsed as ISO week (see package ISOweek for parsing this data_format). |
start_time |
Character value with format YYYY-mm-dd, dd-mm-YYYY, dd.mm.YYYY or mm/dd/YYYY. |
end_time |
Character value with format YYYY-mm-dd, dd-mm-YYYY, dd.mm.YYYY or mm/dd/YYYY. "0" (wich is the default) will return today's date or the latest non-empty date. |
empty_data |
"yes" or "no" (later: "remove" and "replace" will be added.) |
currency |
NULL, "EUR", "DKK", "GPL", "SEK", "USD" or "NOK". |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.