webscraping
Budget: $10 – $30 USD
Website: https://opcoes.net.br/opcoes/bovespa
Rules:
One of the values available in the "Lista" field will be informed at the beginning of the process
Quotations field will always have the default value "Último pregão"
"Tipo" field will always default to "Todos"
For the "Vencimentos" field, see details below in " Rule 1"
For each of the items in the "Ativos" ComboBox on this page:
- write all table information in dataframe1
- save dataframe1 to csv
Rule 1:
For the checkbox "Vencimentos" there will be a corresponding variable: tipo_vencimento.
When 0 is entered, the process will record data on the 1st due date (checkbox) for all assets that have data.
When 1 is entered, the process will select the data of the 1st and 2nd maturity (checkbox) for all assets that have data. In this case, 2 files will be recorded. One with the total data for the 1st month and another for the 2nd month.
Logic pattern will be performed if you select the 3rd, 4th due date and so on.
Delivery: Notebook Jupiter / Colab
[Removed by Freelancer.com Admin for offsiting - please see Section 13 of our Terms and Conditions]
Example file generated in attachment.
Note: Disregard the columns "poupanca,dif poupanca,"1,5% margem",% sup poup " that are not on the page that will be used in webscraping.
Rules:
One of the values available in the "Lista" field will be informed at the beginning of the process
Quotations field will always have the default value "Último pregão"
"Tipo" field will always default to "Todos"
For the "Vencimentos" field, see details below in " Rule 1"
For each of the items in the "Ativos" ComboBox on this page:
- write all table information in dataframe1
- save dataframe1 to csv
Rule 1:
For the checkbox "Vencimentos" there will be a corresponding variable: tipo_vencimento.
When 0 is entered, the process will record data on the 1st due date (checkbox) for all assets that have data.
When 1 is entered, the process will select the data of the 1st and 2nd maturity (checkbox) for all assets that have data. In this case, 2 files will be recorded. One with the total data for the 1st month and another for the 2nd month.
Logic pattern will be performed if you select the 3rd, 4th due date and so on.
Delivery: Notebook Jupiter / Colab
[Removed by Freelancer.com Admin for offsiting - please see Section 13 of our Terms and Conditions]
Example file generated in attachment.
Note: Disregard the columns "poupanca,dif poupanca,"1,5% margem",% sup poup " that are not on the page that will be used in webscraping.