vicsharp-shibusa / kyna

Open source stock data collection and analysis.
MIT License
2 stars 1 forks source link

Financial data migrator #15

Closed vicsharp-shibusa closed 7 months ago

vicsharp-shibusa commented 7 months ago

Create a new CLI app that reads from imports.api_transactions and writes to the tables in the financials database. Adhere to the standards and patterns established by the kyna-data-import CLI.

Command Line Arguments

Arg Meaning
-s source Identifies the source of data to migrate; defaults to eodhd.com

Notes

  1. If we have "full" records for a given source/category that are newer than some "bulk" records for the same source/category, we don't need to migrate the "bulk" records if we're migrating the "full" records.
vicsharp-shibusa commented 7 months ago

This is done, but it didn't work very well. See the refactor effort.