Commit Graph

5 Commits

Author SHA1 Message Date
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
Mike Holloway
a267389110 New branch for exploring data storage and retreival. 2020-11-15 21:46:21 -05:00
Mike Holloway
bb21d54da6 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
Mike Holloway
80461d7e9c On branch apitesting
Changes to be committed:
	new file:   stockminder.scm
		switched api to alphavantage
		basic API call working with parameters for:
			symbol, dataset, apikey
2020-11-11 00:49:35 -05:00
Mike Holloway
1563991dbf First commit: gitignore for vim swap 2020-11-01 10:42:09 -05:00