A collection of implementations for managing a simple security portfolio centered around SICP 6.001.
Go to file
Mike Holloway 722e3a5aa6 Messy commit, adding a lot of changes for demonstration
new file:   api-output.scm
		Module to ask security market APIs for information
	new file:   database.scm
		Module for working with the database schema
	new file:   db.md
		Current db file
	new file:   db.md_original
		Backup db file
	new file:   holding.scm
		Module for functions that deal with holding type
	new file:   patch_2020-11-15.txt
	new file:   portfolio.scm
	new file:   sqlite_testing.scm
		Working with Sqlite
	modified:   stockminder.scm
		Main Scheme thread
	new file:   test.db
	new file:   test.json
		Playing with different data storage methods
	new file:   test.sqlite
		Using sqlite db
2021-05-17 22:49:10 -04:00
.gitignore Working iterative api query applied over a list of stock symbols. Read from file in scheme, not yet so for perl. 2020-11-15 18:55:49 -05:00
api-output.scm Messy commit, adding a lot of changes for demonstration 2021-05-17 22:49:10 -04:00
database.scm Messy commit, adding a lot of changes for demonstration 2021-05-17 22:49:10 -04:00
db.md Messy commit, adding a lot of changes for demonstration 2021-05-17 22:49:10 -04:00
db.md_original Messy commit, adding a lot of changes for demonstration 2021-05-17 22:49:10 -04:00
holding.scm Messy commit, adding a lot of changes for demonstration 2021-05-17 22:49:10 -04:00
patch_2020-11-15.txt Messy commit, adding a lot of changes for demonstration 2021-05-17 22:49:10 -04:00
portfolio.scm Messy commit, adding a lot of changes for demonstration 2021-05-17 22:49:10 -04:00
sqlite_testing.scm Messy commit, adding a lot of changes for demonstration 2021-05-17 22:49:10 -04:00
stocklist.conf Working iterative api query applied over a list of stock symbols. Read from file in scheme, not yet so for perl. 2020-11-15 18:55:49 -05:00
stockminder.pl Working iterative api query applied over a list of stock symbols. Read from file in scheme, not yet so for perl. 2020-11-15 18:55:49 -05:00
stockminder.scm Messy commit, adding a lot of changes for demonstration 2021-05-17 22:49:10 -04:00
test.db Messy commit, adding a lot of changes for demonstration 2021-05-17 22:49:10 -04:00
test.json Messy commit, adding a lot of changes for demonstration 2021-05-17 22:49:10 -04:00
test.sqlite Messy commit, adding a lot of changes for demonstration 2021-05-17 22:49:10 -04:00