theOGognf / finagg

A Python package for aggregating and normalizing historical data from popular and free financial APIs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrapper validation/helpers

theOGognf opened this issue · comments

Not all wrappers are compatible with one another. There should be some specification of wrappers that either validates combinations of wrappers or catches common wrapper errors and reraises a more verbose error.

On second thought, this is a bit too excessive and hand-holding. Closing.