Updates Investoscope 3 end of day quotes from different data sources than Yahoo or Google.
Right now it supports Netfonds as a data source and it shouldn't bee too much work extending it to other local data sources which may be updated faster after the local market closes than Yahoo and Google does.
It updates Investoscope by importing CSV in to Investoscope via Applescript.
Thanks to the founder of Investoscope Morten Fjord-Larsen who gave me a clue on how to express the Applescript.
- Oslo stock exchange - Netfonds
Symbols a stock is known by on Yahoo and Netfonds differs. You should put Netfonds symbol in the ISIN field of a stock in Investoscope.
When we update end of day quotes with this script we'll read quotes from Investoscope's database and we try to update all stocks which have data in the ISIN field.
# Clone and install dependencies
git clone [email protected]:thhermansen/investoscope-update.git
cd investoscope-update
npm install
# Copy config file and edit so it points to Investoscope's data folder.
# The data folder may be changed in Investoscope's preferences,
# under the advanced tab.
cp config.json{.example,}
To get debug information set environment variable DEBUG=investoscope.*
.
bin/update