Support of ReferenceLinkBaseRef for location #79
-
Hi everyone, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey, Yes, that's correct. The reason why I developed py-xbrl in my free time was that I wanted to parse 10-Q and 10-K forms from SEC Edgar (annual/quarterly financial reports of publicly traded companies). I never tried to parse data from the FERC before, but it sounds very interesting. Which form type are you trying to parse? Are you using the data from this page? https://www.ferc.gov/filing-forms/eforms-refresh/migrated-data-downloads I would like to try py-xbrl with the FERC filings, but I don't quite understand the structure of the data and the different form types yet. |
Beta Was this translation helpful? Give feedback.
Hey,
Yes, that's correct. The reason why I developed py-xbrl in my free time was that I wanted to parse 10-Q and 10-K forms from SEC Edgar (annual/quarterly financial reports of publicly traded companies).
Therefore py-xbrl currently can only parse 'calculation', 'definition', 'presentation' and 'label' linkbases.
I never tried to parse data from the FERC before, but it sounds very interesting. Which form type are you trying to parse? Are you using the data from this page? https://www.ferc.gov/filing-forms/eforms-refresh/migrated-data-downloads
I would like to try py-xbrl with the FERC filings, but I don't quite understand the structure of the data and the different form types yet.