Skip to content

Commit 91efcb5

Browse files
committed
Added dataHoraCotacao to _DATE_COLUMN_NAMES
dataHoraCotacao column is returned by the PTAX API (OData).
1 parent 6903621 commit 91efcb5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bcb/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class EndpointQuery(ODataQuery):
3232
_DATE_COLUMN_NAMES = {
3333
"Data",
3434
"DataReferencia",
35+
"dataHoraCotacao",
3536
}
3637

3738
def collect(self):

0 commit comments

Comments
 (0)