BuffetCode / edinet_xbrl

A Python xbrl file downloader and parser for EDINET

Home Page:https://www.buffett-code.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Return Nothing

Yizhang-Li opened this issue · comments

I get nothing when I run the following code.

ticker = "8316"
xbrl_downloader.download_by_ticker(ticker, target_dir)

I got same situation.
I checked download_by_ticker and it returns <Response[404]>.