Closed Shortiiiiie closed 1 year ago
Hi there,
Unfortunately, as far as I know, ticker information is not available in any public sources besides b3 website. And I can't scrape their site due to their policies. If you've found a new public source, please let me know.
fca_cia_aberta_valor_mobiliario
includes the traded ticker. However, this source may not always be reliable. For instance, for the BPAC11 company (and a few others), the ticker is listed as '000000' or unknown. I didn't investigate thoroughly, but it appears this has been the case for several years (Dados Cadastrais > Valores Mobiliários):
For sure this is an information that will need some curation.
Thanks @kafran. I'll have a look and check if I can incorporate this information in the code.
Thanks @kafran. I'll have a look and check if I can incorporate this information in the code.
If you have any other idea post it here as I am trying to develop an ETL workflow myself =)
This seems to be the best way forward:
https://dados.cvm.gov.br/dataset/cia_aberta-doc-fca
I worked with these CVM files in the past and it is of great quality. I already know how to parse it. This week or next I'll try to implement it.
This seems to be the best way forward:
https://dados.cvm.gov.br/dataset/cia_aberta-doc-fca
I worked with these CVM files in the past and it is of great quality. I already know how to parse it. This week or next I'll try to implement it.
I'll be using this datasets then. Do you know if they are cumulative? Can I rely solely on the most recent one from 2023? It appears that the key for this corpus is the Doc_ID, but I'm concerned about whether a company that hasn't submitted any changes in 2023 will still appear in the most recent corpus. This is vital for us to establish relationships for all companies with the CD_CVM.
Yes, given the volume of data, I suspect it is cumulative. You'll probably be fine by using the most recent one.
New function GetDFPData2::get_tickers() is now available. Let me know if it is working well (passed all my tests).
@msperlin Hi Professor, Thank you so much for this package, its amazing.
Yet, I'm not being able to retrieve a list of tickers of Brazilian companies from the DF 'get_info_companies()'. The list downloaded from cvm does not have a column covering the tickers itself.
Can you please help me?