Select a function widget from the Function Menu on the left over there or check out some of the resources below to get started.
scrilla is a financial analysis application. Its inputs are: equity or crypto tickers, date ranges, investments and target rates of return. From this information, it can calculate a variety of statistics and generate graphical summaries of historical data. Tabular summaries can be saved to your local file system in json or csv format, while graphical summaries can be saved in jpeg format.
Data for these calculations is retrieved from several external sources, namely AlphaVantage, Quandl and IEX. You will need to register for an API key with these services and give them to scrilla before it will be able to pull data and perform calculations.
Statistical calculations require a historical sample; All estimations within this application occur over a date range, implied or otherwise. If you do not specify a date range when using a function, scrilla will default to the last 100 trading days.
Register for API keys using the following links
Once you have your keys, add them to scrilla through the menu bar option Account > Add API Key. Keep in mind, if you are using the free tier keys, the API rate limits can affect the speed of the application. Typically, on the free tier, inputting more than five ticker symbols into a function at a time will cause the rate limit to be hit; when this happens, the program will pause until the rate limit has refreshed. scrilla caches prices in a local SQLite database file, so that repeated calculations on the same equity will not overtax the rate limit.