Need some help with exporting data to file #106
Replies: 1 comment
-
Hi! A lot of the fields you can acquire through Python from the Finance Database itself but for things like IPO dates, I'd suggest using the Finance Toolkit (https://github.com/JerBouma/FinanceToolkit). Information can for example be acquired from the profile functionality: https://www.jeroenbouma.com/projects/financetoolkit/docs#get_profile |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Please forgive my clueless, I am an old programmer (IBM RPG400, Fortran, and did some Cobol) so I am able to read code :-)
But in no way I am Python coder, so I hope you guys can help me.
I would like to be able to export data to a CSV file. Containing (if possible) the following data of equities and funds:
symbol
name
currency
sector
industry_group
industry exchange
market
country
IPO (inception or start date)
ISIN
Thanks for your generous help
Regards
Charles
Beta Was this translation helpful? Give feedback.
All reactions