Replies: 1 comment
-
The finance plugin mostly uses the Yahoo API under the hood, and they don't support (as best I can find) a way to download the list of symbols (stackoverflow discussion). The We'd certainly welcome ideas (issues) or contributions (PRs) to expand and improve the finance plugin! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried this:
select symbol from finance_quote where symbol ilike '%btc%';
but it throws an error:
So, how do I list all symbols?
Beta Was this translation helpful? Give feedback.
All reactions