mirror of
https://github.com/TauricResearch/TradingAgents.git
synced 2026-09-19 11:15:24 +03:00
docs: state the behaviour without the worked examples
This commit is contained in:
@@ -244,7 +244,7 @@ See `tradingagents/default_config.py` for all configuration options.
|
|||||||
|
|
||||||
### Fundamentals as filed
|
### Fundamentals as filed
|
||||||
|
|
||||||
US company statements can come from SEC EDGAR, which records the date every figure was filed. A run dated in the past then reads the statements exactly as they stood that day: a fiscal year that has ended but has not been filed yet is not served, and a figure restated later still reads as first reported. Apple's 2008 total assets were filed as $39.6B and restated to $36.2B in 2010, and a run dated in between gets $39.6B.
|
US company statements can come from SEC EDGAR, which records the date every figure was filed. A run dated in the past then reads the statements exactly as they stood that day: a fiscal year that has ended but has not been filed yet is not served, and a figure restated later still reads as first reported. Apple's 2008 total assets were filed as $39.6B and restated to $36.2B in 2010, so a run dated in between reads $39.6B.
|
||||||
|
|
||||||
EDGAR needs no account or API key. Add the vendor to the chain:
|
EDGAR needs no account or API key. Add the vendor to the chain:
|
||||||
|
|
||||||
|
|||||||
@@ -78,8 +78,8 @@ _ATOM_NS = {"atom": "http://www.w3.org/2005/Atom"}
|
|||||||
DEFAULT_SUBREDDITS = ("wallstreetbets", "stocks", "investing")
|
DEFAULT_SUBREDDITS = ("wallstreetbets", "stocks", "investing")
|
||||||
|
|
||||||
# Reddit's maximum page size. A week of posts for a ticker across the default
|
# Reddit's maximum page size. A week of posts for a ticker across the default
|
||||||
# subreddits fits comfortably (a busy symbol measured 12), so one full page keeps
|
# subreddits fits well inside one page, which keeps a high-volume subreddit from
|
||||||
# a high-volume subreddit from crowding the others out of a combined search.
|
# crowding the others out of a combined search.
|
||||||
_FEED_PAGE = 100
|
_FEED_PAGE = 100
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -7,8 +7,8 @@ figure that was later restated is not what investors saw at the time.
|
|||||||
|
|
||||||
EDGAR reports every fact with the date it was filed, so a run dated ``curr_date``
|
EDGAR reports every fact with the date it was filed, so a run dated ``curr_date``
|
||||||
serves exactly what was on file by then, restatements included at the vintage
|
serves exactly what was on file by then, restatements included at the vintage
|
||||||
that was current. Apple's 2008 total assets read as 39.6B until the 2010
|
that was current: Apple's 2008 total assets read 39.6B until the 2010 amendment
|
||||||
amendment; a 2009 run should see 39.6B, and does.
|
restated them to 36.2B.
|
||||||
|
|
||||||
Access needs no key or account, only a User-Agent identifying the caller, which
|
Access needs no key or account, only a User-Agent identifying the caller, which
|
||||||
SEC requires and refuses requests without. US filers only: anything absent from
|
SEC requires and refuses requests without. US filers only: anything absent from
|
||||||
|
|||||||
Reference in New Issue
Block a user