You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: llms.txt
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,18 @@
4
4
5
5
The repository at https://github.com/FlashAlpha-lab/flashalpha-examples hosts the cookbook itself. The FlashAlpha API it calls is documented separately at https://lab.flashalpha.com/llms.txt — both the live surface (`api.flashalpha.com`) and the historical replay surface (`historical.flashalpha.com`) return identical response shapes; backtest recipes use historical, real-time recipes use live.
6
6
7
+
## Data provenance
8
+
9
+
Every FlashAlpha API response carries `data_as_of`: when each upstream feed last delivered
10
+
to the node that answered - equity and index spot, their option chains, futures and futures
11
+
options, the classified trade tape, settled open interest, and the macro series, each
12
+
reported separately because they arrive over different pipes and fail independently. `null`
13
+
means that node has not seen that feed, not that it is broken. Read each feed against its
14
+
own cadence: settled open interest dated to the previous session's close is correct, while
15
+
an options feed an hour behind during the regular session is not. `endpoint_version`
0 commit comments